Last change
on this file since 81344 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Component Description File for NonDiscoverableDeviceRegistrationLib.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2016, Linaro, Ltd. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010019
|
---|
11 | BASE_NAME = NonDiscoverableDeviceRegistrationLib
|
---|
12 | FILE_GUID = 8802ae41-8184-49cb-8aec-62627cd7ceb4
|
---|
13 | MODULE_TYPE = DXE_DRIVER
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = NonDiscoverableDeviceRegistrationLib
|
---|
16 |
|
---|
17 | [Sources]
|
---|
18 | NonDiscoverableDeviceRegistrationLib.c
|
---|
19 |
|
---|
20 | [Packages]
|
---|
21 | MdePkg/MdePkg.dec
|
---|
22 | MdeModulePkg/MdeModulePkg.dec
|
---|
23 |
|
---|
24 | [LibraryClasses]
|
---|
25 | BaseMemoryLib
|
---|
26 | DebugLib
|
---|
27 | DevicePathLib
|
---|
28 | UefiBootServicesTableLib
|
---|
29 |
|
---|
30 | [Protocols]
|
---|
31 | gEdkiiNonDiscoverableDeviceProtocolGuid ## PRODUCES
|
---|
32 |
|
---|
33 | [Guids]
|
---|
34 | gEdkiiNonDiscoverableAhciDeviceGuid ## CONSUMES ## GUID
|
---|
35 | gEdkiiNonDiscoverableAmbaDeviceGuid ## CONSUMES ## GUID
|
---|
36 | gEdkiiNonDiscoverableEhciDeviceGuid ## CONSUMES ## GUID
|
---|
37 | gEdkiiNonDiscoverableNvmeDeviceGuid ## CONSUMES ## GUID
|
---|
38 | gEdkiiNonDiscoverableOhciDeviceGuid ## CONSUMES ## GUID
|
---|
39 | gEdkiiNonDiscoverableSdhciDeviceGuid ## CONSUMES ## GUID
|
---|
40 | gEdkiiNonDiscoverableUfsDeviceGuid ## CONSUMES ## GUID
|
---|
41 | gEdkiiNonDiscoverableUhciDeviceGuid ## CONSUMES ## GUID
|
---|
42 | gEdkiiNonDiscoverableXhciDeviceGuid ## CONSUMES ## GUID
|
---|
Note:
See
TracBrowser
for help on using the repository browser.