mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
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"
|
gEfiGlobalVariableGuid # SOMETIMES_CONSUMED L"ErrOut"
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiHotPlugDeviceGuid # PROTOCOL TO_START
|
|
||||||
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|
||||||
gEfiSimpleTextInProtocolGuid # PROTOCOL TO_START
|
gEfiSimpleTextInProtocolGuid # PROTOCOL TO_START
|
||||||
gEfiSimpleTextOutProtocolGuid # 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
|
gEfiVT100PlusGuid # SOMETIMES_CONSUMED
|
||||||
gEfiPcAnsiGuid # SOMETIMES_CONSUMED
|
gEfiPcAnsiGuid # SOMETIMES_CONSUMED
|
||||||
gSimpleTextInExNotifyGuid # SOMETIMES_CONSUMED
|
gSimpleTextInExNotifyGuid # SOMETIMES_CONSUMED
|
||||||
|
|
||||||
[Protocols]
|
|
||||||
gEfiHotPlugDeviceGuid # PROTOCOL SOMETIMES_CONSUMED
|
gEfiHotPlugDeviceGuid # PROTOCOL SOMETIMES_CONSUMED
|
||||||
|
|
||||||
|
[Protocols]
|
||||||
gEfiSerialIoProtocolGuid # PROTOCOL TO_START
|
gEfiSerialIoProtocolGuid # PROTOCOL TO_START
|
||||||
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|
||||||
gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
|
gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
|
||||||
|
Loading…
x
Reference in New Issue
Block a user