mirror of https://github.com/acidanthera/audk.git
Add gEfiDriverConfigurationProtocolGuid GUID C Name in INF.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6423 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
52f1302e78
commit
85cd6cd717
|
@ -64,10 +64,11 @@
|
|||
[Protocols]
|
||||
gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED
|
||||
gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiDriverConfiguration2ProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED
|
||||
gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED
|
||||
|
||||
[Pcd.common]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize
|
||||
|
|
Loading…
Reference in New Issue