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