mirror of https://github.com/acidanthera/audk.git
Misuse protocol and guid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5690 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
133a9dfb54
commit
0bcecb6a27
|
@ -90,11 +90,9 @@
|
|||
|
||||
[Guids]
|
||||
gEfiPciOptionRomTableGuid # SOMETIMES_CONSUMED System Table
|
||||
gEfiUgaIoProtocolGuid # ALWAYS_CONSUMED System Table
|
||||
gEfiPciHotplugDeviceGuid # PRIVATE
|
||||
gEfiPciOptionRomTableGuid # SOMETIMES_CONSUMED
|
||||
|
||||
|
||||
[Protocols]
|
||||
gEfiPciHotPlugRequestProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
gEfiBusSpecificDriverOverrideProtocolGuid # PROTOCOL BY_START
|
||||
|
@ -107,7 +105,7 @@
|
|||
gEfiPciRootBridgeIoProtocolGuid # PROTOCOL TO_START
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|
||||
gEfiIncompatiblePciDeviceSupportProtocolGuid # PROTOCOL TO_START
|
||||
|
||||
gEfiUgaIoProtocolGuid # ALWAYS_CONSUMED System Table
|
||||
|
||||
[FeaturePcd.common]
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable
|
||||
|
|
Loading…
Reference in New Issue