mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
Perfected MSA files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2554 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
396514f590
commit
2074c9cfbd
@ -12,7 +12,7 @@
|
|||||||
MiscSubclassDriver.uni file, the StrGather tool will expand MiscSubclassDriver.uni file
|
MiscSubclassDriver.uni file, the StrGather tool will expand MiscSubclassDriver.uni file
|
||||||
and parse all .uni file.
|
and parse all .uni file.
|
||||||
</Description>
|
</Description>
|
||||||
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
|
<Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
|
||||||
<License>All rights reserved. This program and the accompanying materials
|
<License>All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -22,7 +22,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>MiscSubclass</OutputFileBasename>
|
<OutputFileBasename>MiscSubclass</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
@ -136,9 +136,6 @@
|
|||||||
<DataHubRecord Usage="ALWAYS_PRODUCED">
|
<DataHubRecord Usage="ALWAYS_PRODUCED">
|
||||||
<DataHubCName>SystemOptionString</DataHubCName>
|
<DataHubCName>SystemOptionString</DataHubCName>
|
||||||
</DataHubRecord>
|
</DataHubRecord>
|
||||||
<DataHubRecord Usage="SOMETIMES_CONSUMED">
|
|
||||||
<DataHubCName>ProcessorSubClassData</DataHubCName>
|
|
||||||
</DataHubRecord>
|
|
||||||
<DataHubRecord Usage="SOMETIMES_PRODUCED">
|
<DataHubRecord Usage="SOMETIMES_PRODUCED">
|
||||||
<DataHubCName>MemorySubClassData</DataHubCName>
|
<DataHubCName>MemorySubClassData</DataHubCName>
|
||||||
</DataHubRecord>
|
</DataHubRecord>
|
||||||
|
@ -154,34 +154,36 @@
|
|||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="ALWAYS_CONSUMED">
|
||||||
<ProtocolCName>gEfiCpuIoProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiCpuIoProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||||
<ProtocolCName>gEfiUgaDrawProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiUgaDrawProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||||
<ProtocolCName>gEfiLoadFileProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiLoadFileProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||||
<ProtocolCName>gEfiSimpleFileSystemProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiSimpleFileSystemProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="ALWAYS_CONSUMED">
|
||||||
<ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||||
<ProtocolCName>gEfiBlockIoProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiBlockIoProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="ALWAYS_CONSUMED">
|
||||||
<ProtocolCName>gEfiSerialIoProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiSerialIoProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="ALWAYS_CONSUMED">
|
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||||
<ProtocolCName>gEfiGenericMemTestProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiGenericMemTestProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="SOMETIMES_CONSUMED">
|
<Protocol Usage="SOMETIMES_CONSUMED">
|
||||||
<ProtocolCName>gEfiCpuArchProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiGraphicsOutputProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
|
||||||
<Protocol Usage="SOMETIMES_CONSUMED">
|
|
||||||
<ProtocolCName>gEfiDriverBindingProtocolGuid</ProtocolCName>
|
|
||||||
</Protocol>
|
</Protocol>
|
||||||
</Protocols>
|
</Protocols>
|
||||||
|
<Hobs>
|
||||||
|
<HobTypes HobGuidCName="gEfiFlashMapHobGuid" Usage="ALWAYS_CONSUMED">
|
||||||
|
<HobType>GUID_EXTENSION</HobType>
|
||||||
|
</HobTypes>
|
||||||
|
</Hobs>
|
||||||
<DataHubs>
|
<DataHubs>
|
||||||
<DataHubRecord Usage="SOMETIMES_CONSUMED">
|
<DataHubRecord Usage="SOMETIMES_CONSUMED">
|
||||||
<DataHubCName>BiosVendor</DataHubCName>
|
<DataHubCName>BiosVendor</DataHubCName>
|
||||||
@ -198,12 +200,6 @@
|
|||||||
<DataHubRecord Usage="SOMETIMES_CONSUMED">
|
<DataHubRecord Usage="SOMETIMES_CONSUMED">
|
||||||
<DataHubCName>MemoryArray</DataHubCName>
|
<DataHubCName>MemoryArray</DataHubCName>
|
||||||
</DataHubRecord>
|
</DataHubRecord>
|
||||||
<DataHubRecord Usage="SOMETIMES_CONSUMED">
|
|
||||||
<DataHubCName>SerialIoDevice</DataHubCName>
|
|
||||||
</DataHubRecord>
|
|
||||||
<DataHubRecord Usage="SOMETIMES_CONSUMED">
|
|
||||||
<DataHubCName>SerialIoPort</DataHubCName>
|
|
||||||
</DataHubRecord>
|
|
||||||
</DataHubs>
|
</DataHubs>
|
||||||
<Guids>
|
<Guids>
|
||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
||||||
@ -215,16 +211,13 @@
|
|||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
||||||
<GuidCName>gEfiGenericPlatformVariableGuid</GuidCName>
|
<GuidCName>gEfiGenericPlatformVariableGuid</GuidCName>
|
||||||
</GuidCNames>
|
</GuidCNames>
|
||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
|
||||||
<GuidCName>gEfiFlashMapHobGuid</GuidCName>
|
|
||||||
</GuidCNames>
|
|
||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
||||||
<GuidCName>gEfiFileSystemVolumeLabelInfoIdGuid</GuidCName>
|
<GuidCName>gEfiFileSystemVolumeLabelInfoIdGuid</GuidCName>
|
||||||
</GuidCNames>
|
</GuidCNames>
|
||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
||||||
<GuidCName>gEfiFileInfoGuid</GuidCName>
|
<GuidCName>gEfiFileInfoGuid</GuidCName>
|
||||||
</GuidCNames>
|
</GuidCNames>
|
||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
<GuidCNames Usage="SOMETIMES_CONSUMED">
|
||||||
<GuidCName>gEfiDefaultBmpLogoGuid</GuidCName>
|
<GuidCName>gEfiDefaultBmpLogoGuid</GuidCName>
|
||||||
</GuidCNames>
|
</GuidCNames>
|
||||||
</Guids>
|
</Guids>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>WinNtBlockIo</OutputFileBasename>
|
<OutputFileBasename>WinNtBlockIo</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>WinNtConsole</OutputFileBasename>
|
<OutputFileBasename>WinNtConsole</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>WinNtSerialIo</OutputFileBasename>
|
<OutputFileBasename>WinNtSerialIo</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>WinNtSimpleFileSystem</OutputFileBasename>
|
<OutputFileBasename>WinNtSimpleFileSystem</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>WinNtUga</OutputFileBasename>
|
<OutputFileBasename>WinNtUga</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>WinNtBusDriver</OutputFileBasename>
|
<OutputFileBasename>WinNtBusDriver</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
@ -71,9 +71,12 @@
|
|||||||
<Protocol Usage="TO_START">
|
<Protocol Usage="TO_START">
|
||||||
<ProtocolCName>gEfiWinNtThunkProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiWinNtThunkProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
<Protocol Usage="TO_START">
|
<Protocol Usage="BY_START">
|
||||||
<ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
|
<Protocol Usage="BY_START">
|
||||||
|
<ProtocolCName>gWinNtBusDriverGuid</ProtocolCName>
|
||||||
|
</Protocol>
|
||||||
</Protocols>
|
</Protocols>
|
||||||
<Guids>
|
<Guids>
|
||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
||||||
@ -106,9 +109,6 @@
|
|||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
||||||
<GuidCName>gEfiWinNtCPUSpeedGuid</GuidCName>
|
<GuidCName>gEfiWinNtCPUSpeedGuid</GuidCName>
|
||||||
</GuidCNames>
|
</GuidCNames>
|
||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
|
||||||
<GuidCName>gWinNtBusDriverGuid</GuidCName>
|
|
||||||
</GuidCNames>
|
|
||||||
</Guids>
|
</Guids>
|
||||||
<Externs>
|
<Externs>
|
||||||
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
|
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>Metronome</OutputFileBasename>
|
<OutputFileBasename>Metronome</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>RealTimeClock</OutputFileBasename>
|
<OutputFileBasename>RealTimeClock</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>Reset</OutputFileBasename>
|
<OutputFileBasename>Reset</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>Timer</OutputFileBasename>
|
<OutputFileBasename>Timer</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>Cpu</OutputFileBasename>
|
<OutputFileBasename>Cpu</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>WinNtThunk</OutputFileBasename>
|
<OutputFileBasename>WinNtThunk</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>WinNtAutoScan</OutputFileBasename>
|
<OutputFileBasename>WinNtAutoScan</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -55,6 +55,11 @@
|
|||||||
<ProtocolCName>gEfiFirmwareVolumeBlockProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiFirmwareVolumeBlockProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
</Protocols>
|
</Protocols>
|
||||||
|
<Hobs>
|
||||||
|
<HobTypes HobGuidCName="gEfiFlashMapHobGuid" Usage="ALWAYS_CONSUMED">
|
||||||
|
<HobType>GUID_EXTENSION</HobType>
|
||||||
|
</HobTypes>
|
||||||
|
</Hobs>
|
||||||
<PPIs>
|
<PPIs>
|
||||||
<Ppi Usage="ALWAYS_PRODUCED">
|
<Ppi Usage="ALWAYS_PRODUCED">
|
||||||
<PpiCName>gPeiFlashMapPpiGuid</PpiCName>
|
<PpiCName>gPeiFlashMapPpiGuid</PpiCName>
|
||||||
@ -64,9 +69,6 @@
|
|||||||
</Ppi>
|
</Ppi>
|
||||||
</PPIs>
|
</PPIs>
|
||||||
<Guids>
|
<Guids>
|
||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
|
||||||
<GuidCName>gEfiFlashMapHobGuid</GuidCName>
|
|
||||||
</GuidCNames>
|
|
||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
||||||
<GuidCName>gEfiFirmwareFileSystemGuid</GuidCName>
|
<GuidCName>gEfiFirmwareFileSystemGuid</GuidCName>
|
||||||
</GuidCNames>
|
</GuidCNames>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>WinNtStuff</OutputFileBasename>
|
<OutputFileBasename>WinNtStuff</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<Description>This DXE runtime driver implements and produces the Fimware Volue Block Protocol on
|
<Description>This DXE runtime driver implements and produces the Fimware Volue Block Protocol on
|
||||||
NT32 emulator.
|
NT32 emulator.
|
||||||
</Description>
|
</Description>
|
||||||
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
|
<Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
|
||||||
<License>All rights reserved. This program and the accompanying materials
|
<License>All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>FwBlockService</OutputFileBasename>
|
<OutputFileBasename>FwBlockService</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
@ -57,9 +57,9 @@
|
|||||||
</LibraryClassDefinitions>
|
</LibraryClassDefinitions>
|
||||||
<SourceFiles>
|
<SourceFiles>
|
||||||
<Filename>Nt32Fwh.dxs</Filename>
|
<Filename>Nt32Fwh.dxs</Filename>
|
||||||
<Filename SupArchList="IA32">FWBlockService.c</Filename>
|
<Filename>FWBlockService.c</Filename>
|
||||||
<Filename SupArchList="IA32">FwBlockService.h</Filename>
|
<Filename>FwBlockService.h</Filename>
|
||||||
<Filename SupArchList="IA32">FvbInfo.c</Filename>
|
<Filename>FvbInfo.c</Filename>
|
||||||
</SourceFiles>
|
</SourceFiles>
|
||||||
<PackageDependencies>
|
<PackageDependencies>
|
||||||
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
|
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
|
||||||
@ -76,6 +76,9 @@
|
|||||||
<Protocol Usage="ALWAYS_PRODUCED">
|
<Protocol Usage="ALWAYS_PRODUCED">
|
||||||
<ProtocolCName>gEfiFvbExtensionProtocolGuid</ProtocolCName>
|
<ProtocolCName>gEfiFvbExtensionProtocolGuid</ProtocolCName>
|
||||||
</Protocol>
|
</Protocol>
|
||||||
|
<Protocol Usage="ALWAYS_PRODUCED">
|
||||||
|
<ProtocolCName>gEfiAlternateFvBlockGuid</ProtocolCName>
|
||||||
|
</Protocol>
|
||||||
</Protocols>
|
</Protocols>
|
||||||
<Events>
|
<Events>
|
||||||
<CreateEvents>
|
<CreateEvents>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</MsaHeader>
|
</MsaHeader>
|
||||||
<ModuleDefinitions>
|
<ModuleDefinitions>
|
||||||
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
<SupportedArchitectures>IA32</SupportedArchitectures>
|
||||||
<BinaryModule>false</BinaryModule>
|
<BinaryModule>false</BinaryModule>
|
||||||
<OutputFileBasename>SecMain</OutputFileBasename>
|
<OutputFileBasename>SecMain</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user