mirror of https://github.com/acidanthera/audk.git
Fix issue that wrong use Guid and Protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5735 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
45fb14803e
commit
bbef2ffb57
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
# Component description file for DataHubGen module.
|
||||
#
|
||||
--*/
|
||||
#--*/
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
|
@ -52,15 +52,15 @@
|
|||
[Guids.common]
|
||||
gEfiProcessorSubClassGuid
|
||||
gEfiMiscSubClassGuid
|
||||
gEfiDataHubProtocolGuid
|
||||
gEfiSmbiosTableGuid
|
||||
gEfiMiscProducerGuid
|
||||
gEfiMemorySubClassGuid
|
||||
gEfiMemoryProducerGuid
|
||||
gEfiHiiProtocolGuid
|
||||
|
||||
[Protocols]
|
||||
gEfiHiiDatabaseProtocolGuid
|
||||
|
||||
gEfiDataHubProtocolGuid
|
||||
gEfiHiiProtocolGuid
|
||||
|
||||
[Depex]
|
||||
gEfiDataHubProtocolGuid AND gEfiHiiDatabaseProtocolGuid
|
|
@ -68,5 +68,7 @@
|
|||
gEfiPciIoProtocolGuid
|
||||
gEfiDevicePathProtocolGuid
|
||||
gEfiBusSpecificDriverOverrideProtocolGuid
|
||||
gEfiPciOptionRomTableGuid
|
||||
gEfiDecompressProtocolGuid
|
||||
|
||||
[Guids]
|
||||
gEfiPciOptionRomTableGuid
|
||||
|
|
|
@ -63,8 +63,8 @@
|
|||
[Protocols]
|
||||
gEfiPciRootBridgeIoProtocolGuid
|
||||
gEfiDeviceIoProtocolGuid
|
||||
gEfiPciExpressBaseAddressGuid
|
||||
gEfiCpuIoProtocolGuid
|
||||
|
||||
[Guids]
|
||||
gEfiPciOptionRomTableGuid
|
||||
gEfiPciOptionRomTableGuid
|
||||
gEfiPciExpressBaseAddressGuid
|
Loading…
Reference in New Issue