]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / UefiUsbLib / UefiUsbLib.inf
1 ## @file
2 # Uefi Usb Library instance.
3 #
4 # This library instance provides most usb APIs to support the Hid requests defined in
5 # Usb Hid 1.1 spec and the standard requests defined in Usb 1.1 spec.
6 #
7 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = UefiUsbLib
17 MODULE_UNI_FILE = UefiUsbLib.uni
18 FILE_GUID = 87eb5df9-722a-4241-ad7f-370d0b3a56d7
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = UefiUsbLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
22
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 UefiUsbLibInternal.h
30 Hid.c
31 UsbDxeLib.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35
36 [LibraryClasses]
37 DebugLib
38 BaseMemoryLib
39 PcdLib
40
41 [Pcd]
42 gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue ## CONSUMES
43