mirror of https://github.com/acidanthera/audk.git
Add in gEfiExtendedSalVariableServicesProtocolGuid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3124 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f80315c3c9
commit
5214a04116
|
@ -69,6 +69,7 @@
|
|||
gEfiPeiCorePrivateGuid = { 0xd641a0f5, 0xcb7c, 0x4846, { 0xa3, 0x80, 0x1d, 0x01, 0xb4, 0xd9, 0xe3, 0xb9 }}
|
||||
gEfiPeiFvFileLoaderPpiGuid = { 0x7e1f0d85, 0x04ff, 0x4bb2, { 0x86, 0x6a, 0x31, 0xa2, 0x99, 0x6a, 0x48, 0xa8 }}
|
||||
gEfiGenericPlatformTokenSpaceGuid = {0x18D15EA6, 0x9E14, 0x40a1, {0xB3, 0x9C, 0x59, 0xC4, 0x4D, 0xA9, 0xD8, 0x91}}
|
||||
gEfiExtendedSalVariableServicesProtocolGuid = {0x4ecb6c53, 0xc641, 0x4370, {0x8c, 0xb2, 0x3b, 0x0e, 0x49, 0x6e, 0x83, 0x78 }}
|
||||
|
||||
################################################################################
|
||||
#
|
||||
|
|
|
@ -384,6 +384,7 @@
|
|||
${WORKSPACE}/MdeModulePkg/Universal/BaseMemoryTestPei/BaseMemoryTest.inf
|
||||
${WORKSPACE}/MdeModulePkg/Universal/FirmwareVolume/GuidedSectionExtraction/Crc32SectionExtract/Dxe/Crc32SectionExtract.inf
|
||||
${WORKSPACE}/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf
|
||||
${WORKSPACE}/MdeModulePkg/Universal/EmuVariableRuntimeDxe/EmuVariable.inf
|
||||
${WORKSPACE}/MdeModulePkg/Universal/RuntimeDxe/Runtime.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/MonotonicCounterDxe/MonotonicCounter.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
|
||||
|
@ -411,6 +412,7 @@
|
|||
|
||||
[Components.IPF]
|
||||
${WORKSPACE}/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
||||
#${WORKSPACE}/MdeModulePkg/Universal/EmuVariableRuntimeDxe/EmuVariableIpf.inf
|
||||
|
||||
[Components.EBC]
|
||||
${WORKSPACE}/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<PackageSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<SpdHeader>
|
||||
<PackageName>MdeModulePkg</PackageName>
|
||||
|
@ -160,6 +160,11 @@
|
|||
</Entry>
|
||||
</GuidDeclarations>
|
||||
<ProtocolDeclarations>
|
||||
<Entry Name="ExtendedSalVariableServices">
|
||||
<C_Name>gEfiExtendedSalVariableServicesProtocolGuid</C_Name>
|
||||
<GuidValue>4ECB6C53-C641-4370-8CB2-3B0E496E8378</GuidValue>
|
||||
<HelpText/>
|
||||
</Entry>
|
||||
<Entry Name="Capsule">
|
||||
<C_Name>gEfiCapsuleArchProtocolGuid</C_Name>
|
||||
<GuidValue>5053697E-2EBC-4819-90D9-0580DEEE5754</GuidValue>
|
||||
|
|
Loading…
Reference in New Issue