mirror of https://github.com/acidanthera/audk.git
1. Change the protocol usage type in UefiDriverModelLib
2. Remove a redundant Guid entry in spd git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2419 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
635a3f5c79
commit
c6345a1321
|
@ -39,16 +39,16 @@
|
|||
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
|
||||
</PackageDependencies>
|
||||
<Protocols>
|
||||
<Protocol Usage="ALWAYS_CONSUMED">
|
||||
<Protocol Usage="ALWAYS_PRODUCED">
|
||||
<ProtocolCName>gEfiDriverBindingProtocolGuid</ProtocolCName>
|
||||
</Protocol>
|
||||
<Protocol Usage="ALWAYS_CONSUMED">
|
||||
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||
<ProtocolCName>gEfiComponentNameProtocolGuid</ProtocolCName>
|
||||
</Protocol>
|
||||
<Protocol Usage="ALWAYS_CONSUMED">
|
||||
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||
<ProtocolCName>gEfiDriverConfigurationProtocolGuid</ProtocolCName>
|
||||
</Protocol>
|
||||
<Protocol Usage="ALWAYS_CONSUMED">
|
||||
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||
<ProtocolCName>gEfiDriverDiagnosticsProtocolGuid</ProtocolCName>
|
||||
</Protocol>
|
||||
</Protocols>
|
||||
|
|
|
@ -1718,11 +1718,6 @@
|
|||
<GuidValue>1ACED566-76ED-4218-BC81-767F1F977A89</GuidValue>
|
||||
<HelpText/>
|
||||
</Entry>
|
||||
<Entry Name="NetworkInterfaceIdentifier2">
|
||||
<C_Name>gEfiNetworkInterfaceIdentifierProtocolGuid_31</C_Name>
|
||||
<GuidValue>1ACED566-76ED-4218-BC81-767F1F977A89</GuidValue>
|
||||
<HelpText/>
|
||||
</Entry>
|
||||
<Entry Name="LoadedImage">
|
||||
<C_Name>gEfiLoadedImageProtocolGuid</C_Name>
|
||||
<GuidValue>5B1B31A1-9562-11D2-8E3F-00A0C969723B</GuidValue>
|
||||
|
|
Loading…
Reference in New Issue