mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-21 12:44:50 +02:00
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"/>
|
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
|
||||||
</PackageDependencies>
|
</PackageDependencies>
|
||||||
<Protocols>
|
<Protocols>
|
||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="ALWAYS_PRODUCED">
|
||||||
<ProtocolCName>gEfiDriverBindingProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiDriverBindingProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||||
<ProtocolCName>gEfiComponentNameProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiComponentNameProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||||
<ProtocolCName>gEfiDriverConfigurationProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiDriverConfigurationProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||||
<ProtocolCName>gEfiDriverDiagnosticsProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiDriverDiagnosticsProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
</Protocols>
|
</Protocols>
|
||||||
|
@ -1718,11 +1718,6 @@
|
|||||||
<GuidValue>1ACED566-76ED-4218-BC81-767F1F977A89</GuidValue>
|
<GuidValue>1ACED566-76ED-4218-BC81-767F1F977A89</GuidValue>
|
||||||
<HelpText/>
|
<HelpText/>
|
||||||
</Entry>
|
</Entry>
|
||||||
<Entry Name="NetworkInterfaceIdentifier2">
|
|
||||||
<C_Name>gEfiNetworkInterfaceIdentifierProtocolGuid_31</C_Name>
|
|
||||||
<GuidValue>1ACED566-76ED-4218-BC81-767F1F977A89</GuidValue>
|
|
||||||
<HelpText/>
|
|
||||||
</Entry>
|
|
||||||
<Entry Name="LoadedImage">
|
<Entry Name="LoadedImage">
|
||||||
<C_Name>gEfiLoadedImageProtocolGuid</C_Name>
|
<C_Name>gEfiLoadedImageProtocolGuid</C_Name>
|
||||||
<GuidValue>5B1B31A1-9562-11D2-8E3F-00A0C969723B</GuidValue>
|
<GuidValue>5B1B31A1-9562-11D2-8E3F-00A0C969723B</GuidValue>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user