1#/** @file
2#
3#  Copyright (c) 2017, Linaro. All rights reserved.
4#
5#  This program and the accompanying materials
6#  are licensed and made available under the terms and conditions of the BSD License
7#  which accompanies this distribution. The full text of the license may be found at
8#  http://opensource.org/licenses/bsd-license.php
9#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11#
12#
13#**/
14
15[Defines]
16  INF_VERSION                    = 0x00010019
17  BASE_NAME                      = UsbSerialNumberLib
18  FILE_GUID                      = 88709c56-2a76-4a13-8bcf-427970b7e32a
19  MODULE_TYPE                    = BASE
20  VERSION_STRING                 = 1.0
21  LIBRARY_CLASS                  = UsbSerialNumberLib
22
23#
24# The following information is for reference only and not required by the build tools.
25#
26#  VALID_ARCHITECTURES           = ARM AARCH64
27
28[Sources]
29  UsbSerialNumberLib.c
30
31[LibraryClasses]
32  ArmGenericTimerCounterLib
33  BaseMemoryLib
34  DebugLib
35  MemoryAllocationLib
36  UefiBootServicesTableLib
37  UefiLib
38
39[Protocols]
40  gEfiBlockIoProtocolGuid
41
42[Packages]
43  ArmPkg/ArmPkg.dec
44  MdePkg/MdePkg.dec
45