mirror of https://github.com/acidanthera/audk.git
Misuse protocol and guid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5692 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
bd33fcfbb9
commit
3bdcb96998
|
@ -59,11 +59,13 @@
|
|||
gEfiGlobalVariableGuid # SOMETIMES_CONSUMED L"ErrOut"
|
||||
|
||||
[Protocols]
|
||||
gEfiHotPlugDeviceGuid # PROTOCOL TO_START
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|
||||
gEfiSimpleTextInProtocolGuid # PROTOCOL TO_START
|
||||
gEfiSimpleTextOutProtocolGuid # PROTOCOL TO_START
|
||||
gEfiStandardErrorDeviceGuid # PROTOCOL BY_START
|
||||
gEfiConsoleOutDeviceGuid # PROTOCOL BY_START
|
||||
gEfiConsoleInDeviceGuid # PROTOCOL BY_START
|
||||
|
||||
[Guids]
|
||||
gEfiHotPlugDeviceGuid
|
||||
gEfiStandardErrorDeviceGuid
|
||||
gEfiConsoleOutDeviceGuid
|
||||
gEfiConsoleInDeviceGuid
|
||||
|
|
@ -67,9 +67,9 @@
|
|||
gEfiVT100PlusGuid # SOMETIMES_CONSUMED
|
||||
gEfiPcAnsiGuid # SOMETIMES_CONSUMED
|
||||
gSimpleTextInExNotifyGuid # SOMETIMES_CONSUMED
|
||||
|
||||
[Protocols]
|
||||
gEfiHotPlugDeviceGuid # PROTOCOL SOMETIMES_CONSUMED
|
||||
|
||||
[Protocols]
|
||||
gEfiSerialIoProtocolGuid # PROTOCOL TO_START
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|
||||
gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
|
||||
|
|
Loading…
Reference in New Issue