Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
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 | # Copyright (c) 2024, American Megatrends International LLC. All rights reserved.<BR>
|
---|
9 | #
|
---|
10 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
11 | #
|
---|
12 | #
|
---|
13 | ##
|
---|
14 |
|
---|
15 | [Defines]
|
---|
16 | INF_VERSION = 0x00010005
|
---|
17 | BASE_NAME = UefiUsbLib
|
---|
18 | MODULE_UNI_FILE = UefiUsbLib.uni
|
---|
19 | FILE_GUID = 87eb5df9-722a-4241-ad7f-370d0b3a56d7
|
---|
20 | MODULE_TYPE = UEFI_DRIVER
|
---|
21 | VERSION_STRING = 1.0
|
---|
22 | LIBRARY_CLASS = UefiUsbLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
---|
23 | DESTRUCTOR = UefiUsbLibDestructor
|
---|
24 |
|
---|
25 |
|
---|
26 | #
|
---|
27 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
28 | #
|
---|
29 |
|
---|
30 | [Sources]
|
---|
31 | UefiUsbLibInternal.h
|
---|
32 | Hid.c
|
---|
33 | UsbDxeLib.c
|
---|
34 |
|
---|
35 | [Packages]
|
---|
36 | MdePkg/MdePkg.dec
|
---|
37 |
|
---|
38 | [LibraryClasses]
|
---|
39 | DebugLib
|
---|
40 | BaseMemoryLib
|
---|
41 | PcdLib
|
---|
42 | UefiBootServicesTableLib
|
---|
43 |
|
---|
44 | [Pcd]
|
---|
45 | gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue ## CONSUMES
|
---|
46 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.