mirror of https://github.com/acidanthera/audk.git
Update inf file to follow spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11451 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2ec013ce0f
commit
be1b161278
|
@ -66,17 +66,15 @@
|
||||||
PcdLib
|
PcdLib
|
||||||
PerformanceLib
|
PerformanceLib
|
||||||
TimerLib
|
TimerLib
|
||||||
PcdLib
|
|
||||||
DxeServicesLib
|
DxeServicesLib
|
||||||
HiiLib
|
HiiLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiVT100PlusGuid ## CONSUMES ## GUID (The type of terminal)
|
gEfiVT100PlusGuid ## CONSUMES ## GUID (The type of terminal)
|
||||||
gEfiVT100Guid ## CONSUMES ## GUID (The type of terminal)
|
gEfiVT100Guid ## CONSUMES ## GUID (The type of terminal)
|
||||||
gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID (The identifier of memory type information type in system table)
|
|
||||||
## CONSUMES ## GUID HOB (The hob holding memory type information)
|
## CONSUMES ## GUID HOB (The hob holding memory type information)
|
||||||
|
gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID (The identifier of memory type information type in system table)
|
||||||
gEfiVTUTF8Guid ## CONSUMES ## GUID (The type of terminal)
|
gEfiVTUTF8Guid ## CONSUMES ## GUID (The type of terminal)
|
||||||
gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)
|
|
||||||
## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)
|
## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)
|
||||||
## CONSUMES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
|
## CONSUMES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
|
||||||
## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)
|
## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)
|
||||||
|
@ -84,6 +82,7 @@
|
||||||
## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
|
## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
|
||||||
## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
|
## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
|
||||||
## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
|
## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
|
||||||
|
gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)
|
||||||
gEfiFileInfoGuid ## CONSUMES ## GUID
|
gEfiFileInfoGuid ## CONSUMES ## GUID
|
||||||
gEfiPcAnsiGuid ## CONSUMES ## GUID (The type of terminal)
|
gEfiPcAnsiGuid ## CONSUMES ## GUID (The type of terminal)
|
||||||
gPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)
|
gPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)
|
||||||
|
|
|
@ -112,7 +112,6 @@
|
||||||
UefiHiiServicesLib
|
UefiHiiServicesLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)
|
|
||||||
## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)
|
## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)
|
||||||
## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)
|
## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)
|
||||||
## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)
|
## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)
|
||||||
|
@ -128,6 +127,7 @@
|
||||||
## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
|
## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
|
||||||
## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
|
## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
|
||||||
## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
|
## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
|
||||||
|
gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)
|
||||||
gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
|
gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
|
||||||
gEfiFileInfoGuid ## CONSUMES ## GUID (Indicate the information type is file)
|
gEfiFileInfoGuid ## CONSUMES ## GUID (Indicate the information type is file)
|
||||||
gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)
|
gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)
|
||||||
|
|
Loading…
Reference in New Issue