mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
1. add gEfiDebugPortVariableGuid and gEfiDebugPortDevicePathGuid in MdePkg.dec, even though they are the same value with gEfiDebugPortProtocolGuid.
2. Meta data clean up. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7271 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0bb0f0c95d
commit
03d77031fe
@ -71,24 +71,25 @@
|
|||||||
PcdLib
|
PcdLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiConsoleInDeviceGuid # ALWAYS_CONSUMED
|
gEfiConsoleInDeviceGuid ## SOMETIMES_CONSUMED
|
||||||
gEfiStandardErrorDeviceGuid # ALWAYS_CONSUMED
|
gEfiStandardErrorDeviceGuid ## SOMETIMES_CONSUMED
|
||||||
gEfiConsoleOutDeviceGuid # ALWAYS_CONSUMED
|
gEfiConsoleOutDeviceGuid ## SOMETIMES_CONSUMED
|
||||||
gEfiPrimaryConsoleOutDeviceGuid # ALWAYS_PRODUCED
|
gEfiPrimaryConsoleOutDeviceGuid ## PRODUCED
|
||||||
gEfiPrimaryConsoleInDeviceGuid # ALWAYS_PRODUCED
|
gEfiPrimaryConsoleInDeviceGuid ## PRODUCED
|
||||||
gEfiPrimaryStandardErrorDeviceGuid # ALWAYS_PRODUCED
|
gEfiPrimaryStandardErrorDeviceGuid ## PRODUCED
|
||||||
gSimpleTextInExNotifyGuid # ALWAYS_PRODUCED
|
gSimpleTextInExNotifyGuid ## PRODUCED
|
||||||
gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED
|
gEfiGenericPlatformVariableGuid ## SOMETIMES_CONSUMED ## Variable:L"ConOutMode"
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiConsoleControlProtocolGuid ## PRODUCED
|
||||||
gEfiSimplePointerProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiSimplePointerProtocolGuid ## BY_START
|
||||||
gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiAbsolutePointerProtocolGuid ## BY_START
|
||||||
gEfiSimpleTextInputExProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiSimpleTextInProtocolGuid ## BY_START
|
||||||
gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiSimpleTextInputExProtocolGuid ## BY_START
|
||||||
gEfiGraphicsOutputProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiSimpleTextOutProtocolGuid ## BY_START
|
||||||
gEfiUgaDrawProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiGraphicsOutputProtocolGuid ## BY_START
|
||||||
gEfiAbsolutePointerProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiUgaDrawProtocolGuid ## BY_START
|
||||||
|
|
||||||
|
|
||||||
[FeaturePcd.common]
|
[FeaturePcd.common]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport
|
||||||
|
@ -57,13 +57,12 @@
|
|||||||
UefiDriverEntryPoint
|
UefiDriverEntryPoint
|
||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
|
[Guids]
|
||||||
|
gEfiDebugPortVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"DEBUGPORT"
|
||||||
|
gEfiDebugPortDevicePathGuid ## SOMETIMES_CONSUMES ## GUID
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiSerialIoProtocolGuid # PROTOCOL TO_START
|
gEfiSerialIoProtocolGuid ## TO_START
|
||||||
gEfiDevicePathProtocolGuid # PROTOCOL BY_START
|
gEfiDevicePathProtocolGuid ## BY_START
|
||||||
gEfiDebugPortProtocolGuid # PROTOCOL BY_START
|
gEfiDebugPortProtocolGuid ## BY_START
|
||||||
|
|
||||||
|
|
||||||
[Depex]
|
|
||||||
TRUE
|
|
||||||
|
|
||||||
|
@ -80,8 +80,8 @@
|
|||||||
|
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
gEfiLoadedImageProtocolGuid ## CONSUMED
|
||||||
gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiDebugSupportProtocolGuid ## PRODUCED
|
||||||
|
|
||||||
|
|
||||||
[FeaturePcd.IA32]
|
[FeaturePcd.IA32]
|
||||||
|
@ -227,6 +227,8 @@
|
|||||||
gEfiEventMemoryMapChangeGuid = { 0x78BEE926, 0x692F, 0x48FD, { 0x9E, 0xDB, 0x01, 0x42, 0x2E, 0xF0, 0xD7, 0xAB }}
|
gEfiEventMemoryMapChangeGuid = { 0x78BEE926, 0x692F, 0x48FD, { 0x9E, 0xDB, 0x01, 0x42, 0x2E, 0xF0, 0xD7, 0xAB }}
|
||||||
gEfiEventVirtualAddressChangeGuid = { 0x13FA7698, 0xC831, 0x49C7, { 0x87, 0xEA, 0x8F, 0x43, 0xFC, 0xC2, 0x51, 0x96 }}
|
gEfiEventVirtualAddressChangeGuid = { 0x13FA7698, 0xC831, 0x49C7, { 0x87, 0xEA, 0x8F, 0x43, 0xFC, 0xC2, 0x51, 0x96 }}
|
||||||
gEfiEventExitBootServicesGuid = { 0x27ABF055, 0xB1B8, 0x4C26, { 0x80, 0x48, 0x74, 0x8F, 0x37, 0xBA, 0xA2, 0xDF }}
|
gEfiEventExitBootServicesGuid = { 0x27ABF055, 0xB1B8, 0x4C26, { 0x80, 0x48, 0x74, 0x8F, 0x37, 0xBA, 0xA2, 0xDF }}
|
||||||
|
gEfiDebugPortVariableGuid = { 0xEBA4E8D2, 0x3858, 0x41EC, { 0xA2, 0x81, 0x26, 0x47, 0xBA, 0x96, 0x60, 0xD0 }}
|
||||||
|
gEfiDebugPortDevicePathGuid = { 0xEBA4E8D2, 0x3858, 0x41EC, { 0xA2, 0x81, 0x26, 0x47, 0xBA, 0x96, 0x60, 0xD0 }}
|
||||||
|
|
||||||
#
|
#
|
||||||
# GUID defined in PI1.0
|
# GUID defined in PI1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user