Change NT32 to new XML Schema.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@678 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
wuyizhong 2006-06-30 17:51:10 +00:00
parent 5d558ad8cf
commit 2d52720093
32 changed files with 8877 additions and 7048 deletions

View File

@ -1,116 +1,143 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>ConPlatform</BaseName> <ModuleName>ConPlatform</ModuleName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>51ccf399-4fdf-4e55-a45b-e123f84d456a</GuidValue>
<Guid>51ccf399-4fdf-4e55-a45b-e123f84d456a</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for DiskIo module.</Abstract> <Abstract>Component description file for DiskIo module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-13 17:06</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>ConPlatform</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverModelLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <Keyword>UefiDriverModelLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <Keyword>UefiDriverEntryPoint</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiRuntimeServicesTableLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">DevicePathLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiRuntimeServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DevicePathLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>ConPlatform.c</Filename> <Filename>ConPlatform.c</Filename>
<Filename>ConPlatform.h</Filename> <Filename>ConPlatform.h</Filename>
<Filename>ComponentName.c</Filename> <Filename>ComponentName.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="TO_START">SimpleTextOut</Protocol> <Protocol Usage="TO_START">
<Protocol Usage="TO_START">SimpleTextIn</Protocol> <ProtocolCName>SimpleTextOut</ProtocolCName>
<Protocol Usage="TO_START">DevicePath</Protocol> </Protocol>
<Protocol Usage="TO_START">
<ProtocolCName>SimpleTextIn</ProtocolCName>
</Protocol>
<Protocol Usage="TO_START">
<ProtocolCName>DevicePath</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Variables> <Variables>
<Variable Usage="SOMETIMES_CONSUMED"> <Variable Usage="SOMETIMES_CONSUMED">
<String>ConInDev</String> <VariableName>0x0043 0x006F 0x006E 0x0049 0x006E 0x0044 0x0065 0x0076</VariableName>
<Guid>0x8BE4DF61, 0x93CA, 0x11d2, 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C</Guid> <GuidC_Name>gConInDevGuid</GuidC_Name>
</Variable> </Variable>
<Variable Usage="SOMETIMES_CONSUMED"> <Variable Usage="SOMETIMES_CONSUMED">
<String>ConIn</String> <VariableName>0x0043 0x006F 0x006E 0x0049 0x006E</VariableName>
<Guid>0x8BE4DF61, 0x93CA, 0x11d2, 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C</Guid> <GuidC_Name>gConInGuid</GuidC_Name>
</Variable> </Variable>
<Variable Usage="SOMETIMES_CONSUMED"> <Variable Usage="SOMETIMES_CONSUMED">
<String>ConOutDev</String> <VariableName>0x0043 0x006F 0x006E 0x004F 0x0075 0x0074 0x0044 0x0065 0x0076</VariableName>
<Guid>0x8BE4DF61, 0x93CA, 0x11d2, 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C</Guid> <GuidC_Name>gConOutDevGuid</GuidC_Name>
</Variable> </Variable>
<Variable Usage="SOMETIMES_CONSUMED"> <Variable Usage="SOMETIMES_CONSUMED">
<String>ConOut</String> <VariableName>0x0043 0x006F 0x006E 0x004F 0x0075 0x0074</VariableName>
<Guid>0x8BE4DF61, 0x93CA, 0x11d2, 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C</Guid> <GuidC_Name>gConOutGuid</GuidC_Name>
</Variable> </Variable>
<Variable Usage="SOMETIMES_CONSUMED"> <Variable Usage="SOMETIMES_CONSUMED">
<String>ErrOutDev</String> <VariableName>0x0045 0x0072 0x0072 0x004F 0x0075 0x0074 0x0044 0x0065 0x0076</VariableName>
<Guid>0x8BE4DF61, 0x93CA, 0x11d2, 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C</Guid> <GuidC_Name>gErrOutDevGuid</GuidC_Name>
</Variable> </Variable>
<Variable Usage="SOMETIMES_CONSUMED"> <Variable Usage="SOMETIMES_CONSUMED">
<String>ErrOut</String> <VariableName>0x0045 0x0072 0x0072 0x004F 0x0075 0x0074</VariableName>
<Guid>0x8BE4DF61, 0x93CA, 0x11d2, 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C</Guid> <GuidC_Name>gErrOutGuid</GuidC_Name>
</Variable> </Variable>
</Variables> </Variables>
<Guids> <Guids>
<GuidEntry Usage="SOMETIMES_PRODUCED"> <GuidCNames Usage="SOMETIMES_PRODUCED">
<C_Name>ConsoleInDevice</C_Name> <GuidCName>ConsoleInDevice</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_PRODUCED"> <GuidCNames Usage="SOMETIMES_PRODUCED">
<C_Name>ConsoleOutDevice</C_Name> <GuidCName>ConsoleOutDevice</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_PRODUCED"> <GuidCNames Usage="SOMETIMES_PRODUCED">
<C_Name>StandardErrorDevice</C_Name> <GuidCName>StandardErrorDevice</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>HotPlugDevice</C_Name> <GuidCName>HotPlugDevice</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>GlobalVariable</C_Name> <GuidCName>GlobalVariable</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Extern> <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<ModuleEntryPoint></ModuleEntryPoint> <Specification>EDK_RELEASE_VERSION 0x00000000</Specification>
</Extern>
<Extern> <Extern>
<DriverBinding>gConPlatformTextInDriverBinding</DriverBinding> <DriverBinding>gConPlatformTextInDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gConPlatformComponentName</ComponentName> <ComponentName>gConPlatformComponentName</ComponentName>
</Extern> </Extern>
<Extern> <Extern>
<DriverBinding>gConPlatformTextOutDriverBinding</DriverBinding> <DriverBinding>gConPlatformTextOutDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gConPlatformComponentName</ComponentName> <ComponentName>gConPlatformComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,46 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>MiscSubclass</BaseName> <ModuleName>MiscSubclass</ModuleName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>4A9B9DB8-EC62-4A92-818F-8AA0246D246E</GuidValue>
<Guid>4A9B9DB8-EC62-4A92-818F-8AA0246D246E</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for MiscSubclass Driver module</Abstract> <Abstract>Component description file for MiscSubclass Driver module</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-13 17:07</Created>
<Updated>2006-03-23 13:50</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>MiscSubclass</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">HiiLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <Keyword>HiiLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">DevicePathLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DevicePathLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>MiscSubclassDriver.uni</Filename> <Filename>MiscSubclassDriver.uni</Filename>
@ -64,51 +80,85 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>MiscPortInternalConnectorDesignatorFunction.c</Filename> <Filename>MiscPortInternalConnectorDesignatorFunction.c</Filename>
<Filename>MiscSubclassDriver.dxs</Filename> <Filename>MiscSubclassDriver.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="ALWAYS_CONSUMED">DataHub</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<Protocol Usage="ALWAYS_CONSUMED">Hii</Protocol> <ProtocolCName>DataHub</ProtocolCName>
<ProtocolNotify Usage="SOMETIMES_CONSUMED">WinNtIo</ProtocolNotify> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>Hii</ProtocolCName>
</Protocol>
<ProtocolNotify Usage="SOMETIMES_CONSUMED">
<ProtocolNotifyCName>WinNtIo</ProtocolNotifyCName>
</ProtocolNotify>
</Protocols> </Protocols>
<DataHubs> <DataHubs>
<DataHubRecord Usage="ALWAYS_PRODUCED">MiscPortKeyboard</DataHubRecord> <DataHubRecord Usage="ALWAYS_PRODUCED">
<DataHubRecord Usage="ALWAYS_PRODUCED">MiscPortMouse</DataHubRecord> <DataHubCName>MiscPortKeyboard</DataHubCName>
<DataHubRecord Usage="ALWAYS_PRODUCED">MiscPortCom1</DataHubRecord> </DataHubRecord>
<DataHubRecord Usage="ALWAYS_PRODUCED">MiscPortCom2</DataHubRecord> <DataHubRecord Usage="ALWAYS_PRODUCED">
<DataHubRecord Usage="ALWAYS_PRODUCED">MiscBiosVendor</DataHubRecord> <DataHubCName>MiscPortMouse</DataHubCName>
<DataHubRecord Usage="ALWAYS_PRODUCED">MiscSystemManufacturer</DataHubRecord> </DataHubRecord>
<DataHubRecord Usage="ALWAYS_PRODUCED">MiscBaseBoardManufacturer</DataHubRecord> <DataHubRecord Usage="ALWAYS_PRODUCED">
<DataHubRecord Usage="ALWAYS_PRODUCED">MiscChassisManufacturer</DataHubRecord> <DataHubCName>MiscPortCom1</DataHubCName>
<DataHubRecord Usage="ALWAYS_PRODUCED">MiscSystemSlotDesignation</DataHubRecord> </DataHubRecord>
<DataHubRecord Usage="ALWAYS_PRODUCED">OemString</DataHubRecord> <DataHubRecord Usage="ALWAYS_PRODUCED">
<DataHubRecord Usage="ALWAYS_PRODUCED">SystemOptionString</DataHubRecord> <DataHubCName>MiscPortCom2</DataHubCName>
<DataHubRecord Usage="SOMETIMES_CONSUMED">ProcessorSubClassData</DataHubRecord> </DataHubRecord>
<DataHubRecord Usage="SOMETIMES_PRODUCED">MemorySubClassData</DataHubRecord> <DataHubRecord Usage="ALWAYS_PRODUCED">
<DataHubCName>MiscBiosVendor</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="ALWAYS_PRODUCED">
<DataHubCName>MiscSystemManufacturer</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="ALWAYS_PRODUCED">
<DataHubCName>MiscBaseBoardManufacturer</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="ALWAYS_PRODUCED">
<DataHubCName>MiscChassisManufacturer</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="ALWAYS_PRODUCED">
<DataHubCName>MiscSystemSlotDesignation</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="ALWAYS_PRODUCED">
<DataHubCName>OemString</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="ALWAYS_PRODUCED">
<DataHubCName>SystemOptionString</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="SOMETIMES_CONSUMED">
<DataHubCName>ProcessorSubClassData</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="SOMETIMES_PRODUCED">
<DataHubCName>MemorySubClassData</DataHubCName>
</DataHubRecord>
</DataHubs> </DataHubs>
<Guids> <Guids>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>MiscSubClass</C_Name> <GuidCName>MiscSubClass</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>ProcessorSubClass</C_Name> <GuidCName>ProcessorSubClass</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>MemoryProducer</C_Name> <GuidCName>MemoryProducer</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>MemorySubClass</C_Name> <GuidCName>MemorySubClass</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>WinNtMemory</C_Name> <GuidCName>WinNtMemory</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>MiscSubclassDriverEntryPoint</ModuleEntryPoint> <ModuleEntryPoint>MiscSubclassDriverEntryPoint</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,56 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>Bds</BaseName> <ModuleName>Bds</ModuleName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>A6F691AC-31C8-4444-854C-E2C1A6950F92</GuidValue>
<Guid>A6F691AC-31C8-4444-854C-E2C1A6950F92</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for DxeIpl module</Abstract> <Abstract>Component description file for DxeIpl module</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-13 17:04</Created>
<Updated>2006-03-23 14:14</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>Bds</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <Keyword>UefiLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">EdkGraphicsLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">DxeServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PerformanceLib</LibraryClass> <Keyword>UefiDriverEntryPoint</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">PrintLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">EdkIfrSupportLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">ReportStatusCodeLib</LibraryClass> <Keyword>PcdLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">EdkGenericBdsLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiRuntimeServicesTableLib</LibraryClass> <Keyword>EdkGraphicsLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">DevicePathLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">HiiLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DxeServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PerformanceLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PrintLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>EdkIfrSupportLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>ReportStatusCodeLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>HobLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>EdkGenericBdsLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiRuntimeServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DevicePathLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>HiiLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>PlatformData.c</Filename> <Filename>PlatformData.c</Filename>
@ -78,74 +114,118 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>Generic\BootMaint\FE.vfr</Filename> <Filename>Generic\BootMaint\FE.vfr</Filename>
<Filename>Generic\BootMngr\BootManager.c</Filename> <Filename>Generic\BootMngr\BootManager.c</Filename>
<Filename>Generic\BootMngr\BootManagerStrings.uni</Filename> <Filename>Generic\BootMngr\BootManagerStrings.uni</Filename>
<Filename>Generic\BootMngr\BootManagerVfr.Vfr</Filename> <Filename>Generic\BootMngr\BootManagerVfr.vfr</Filename>
<Filename>Generic\DeviceMngr\DeviceManager.c</Filename> <Filename>Generic\DeviceMngr\DeviceManager.c</Filename>
<Filename>Generic\DeviceMngr\DeviceManagerStrings.uni</Filename> <Filename>Generic\DeviceMngr\DeviceManagerStrings.uni</Filename>
<Filename>Generic\DeviceMngr\DeviceManagerVfr.Vfr</Filename> <Filename>Generic\DeviceMngr\DeviceManagerVfr.vfr</Filename>
<Filename>Generic\Bds.dxs</Filename> <Filename>Generic\Bds.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="ALWAYS_PRODUCED">Bds</Protocol> <Protocol Usage="ALWAYS_PRODUCED">
<Protocol Usage="ALWAYS_CONSUMED">LegacyBios</Protocol> <ProtocolCName>Bds</ProtocolCName>
<Protocol Usage="ALWAYS_CONSUMED">UgaSplash</Protocol> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">Hii</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<Protocol Usage="ALWAYS_CONSUMED">FormCallback</Protocol> <ProtocolCName>LegacyBios</ProtocolCName>
<Protocol Usage="ALWAYS_CONSUMED">DataHub</Protocol> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">FormBrowser</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<Protocol Usage="ALWAYS_CONSUMED">ConsoleControl</Protocol> <ProtocolCName>UgaSplash</ProtocolCName>
<Protocol Usage="ALWAYS_CONSUMED">CpuIo</Protocol> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">UgaDraw</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<Protocol Usage="ALWAYS_CONSUMED">LoadFile</Protocol> <ProtocolCName>Hii</ProtocolCName>
<Protocol Usage="ALWAYS_CONSUMED">SimpleFileSystem</Protocol> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">DevicePath</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<Protocol Usage="ALWAYS_CONSUMED">BlockIo</Protocol> <ProtocolCName>FormCallback</ProtocolCName>
<Protocol Usage="ALWAYS_CONSUMED">SerialIo</Protocol> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">GenericMemTest</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<Protocol Usage="SOMETIMES_CONSUMED">Cpu</Protocol> <ProtocolCName>DataHub</ProtocolCName>
<Protocol Usage="SOMETIMES_CONSUMED">DriverBinding</Protocol> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>FormBrowser</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>ConsoleControl</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>CpuIo</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>UgaDraw</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>LoadFile</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>SimpleFileSystem</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>DevicePath</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>BlockIo</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>SerialIo</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>GenericMemTest</ProtocolCName>
</Protocol>
<Protocol Usage="SOMETIMES_CONSUMED">
<ProtocolCName>Cpu</ProtocolCName>
</Protocol>
<Protocol Usage="SOMETIMES_CONSUMED">
<ProtocolCName>DriverBinding</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Hobs>
<Hob Usage="SOMETIMES_CONSUMED" HobType="GUID_EXTENSION">
<Name>FlashMapEntryData</Name>
<C_Name>gEfiFlashMapHobGuid</C_Name>
<Guid>0xb091e7d2, 0x5a0, 0x4198, 0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59</Guid>
</Hob>
<Hob Usage="SOMETIMES_CONSUMED" HobType="CAPSULE_VOLUME"></Hob>
</Hobs>
<DataHubs> <DataHubs>
<DataHubRecord Usage="SOMETIMES_CONSUMED">BiosVendor</DataHubRecord> <DataHubRecord Usage="SOMETIMES_CONSUMED">
<DataHubRecord Usage="SOMETIMES_CONSUMED">SystemManufacturer</DataHubRecord> <DataHubCName>BiosVendor</DataHubCName>
<DataHubRecord Usage="SOMETIMES_CONSUMED">ProcessorVersion</DataHubRecord> </DataHubRecord>
<DataHubRecord Usage="SOMETIMES_CONSUMED">ProcessorFrequency</DataHubRecord> <DataHubRecord Usage="SOMETIMES_CONSUMED">
<DataHubRecord Usage="SOMETIMES_CONSUMED">MemoryArray</DataHubRecord> <DataHubCName>SystemManufacturer</DataHubCName>
<DataHubRecord Usage="SOMETIMES_CONSUMED">SerialIoDevice</DataHubRecord> </DataHubRecord>
<DataHubRecord Usage="SOMETIMES_CONSUMED">SerialIoPort</DataHubRecord> <DataHubRecord Usage="SOMETIMES_CONSUMED">
<DataHubCName>ProcessorVersion</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="SOMETIMES_CONSUMED">
<DataHubCName>ProcessorFrequency</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="SOMETIMES_CONSUMED">
<DataHubCName>MemoryArray</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="SOMETIMES_CONSUMED">
<DataHubCName>SerialIoDevice</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="SOMETIMES_CONSUMED">
<DataHubCName>SerialIoPort</DataHubCName>
</DataHubRecord>
</DataHubs> </DataHubs>
<Guids> <Guids>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>BootState</C_Name> <GuidCName>BootState</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>GlobalVariable</C_Name> <GuidCName>GlobalVariable</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>FlashMapHob</C_Name> <GuidCName>FlashMapHob</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>FileSystemVolumeLabelInfoId</C_Name> <GuidCName>FileSystemVolumeLabelInfoId</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>FileInfo</C_Name> <GuidCName>FileInfo</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>BdsInitialize</ModuleEntryPoint> <ModuleEntryPoint>BdsInitialize</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,45 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>WinNtBlockIo</BaseName> <ModuleName>WinNtBlockIo</ModuleName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>F479E147-A125-11d4-BCFC-0080C73C8881</GuidValue>
<Guid>F479E147-A125-11d4-BCFC-0080C73C8881</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for WinNtBlockIo module.</Abstract> <Abstract>Component description file for WinNtBlockIo module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>WinNtBlockIo</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverModelLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <Keyword>UefiDriverModelLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>WinNtBlockIo.h</Filename> <Filename>WinNtBlockIo.h</Filename>
@ -48,31 +62,38 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>DriverConfiguration.c</Filename> <Filename>DriverConfiguration.c</Filename>
<Filename>DriverDiagnostics.c</Filename> <Filename>DriverDiagnostics.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="TO_START">WinNtIo</Protocol> <Protocol Usage="TO_START">
<Protocol Usage="BY_START">BlockIo</Protocol> <ProtocolCName>WinNtIo</ProtocolCName>
</Protocol>
<Protocol Usage="BY_START">
<ProtocolCName>BlockIo</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Guids> <Guids>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtVirtualDisks</C_Name> <GuidCName>WinNtVirtualDisks</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>WinNtPhysicalDisks</C_Name> <GuidCName>WinNtPhysicalDisks</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Extern> <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<ModuleEntryPoint></ModuleEntryPoint> <Specification>EDK_RELEASE_VERSION 0x00000000</Specification>
</Extern>
<Extern> <Extern>
<DriverBinding>gWinNtBlockIoDriverBinding</DriverBinding> <DriverBinding>gWinNtBlockIoDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtBlockIoComponentName</ComponentName> <ComponentName>gWinNtBlockIoComponentName</ComponentName>
</Extern>
<Extern>
<DriverDiag>gWinNtBlockIoDriverDiagnostics</DriverDiag> <DriverDiag>gWinNtBlockIoDriverDiagnostics</DriverDiag>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,45 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>WinNtConsole</BaseName> <ModuleName>WinNtConsole</ModuleName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>263631d7-5836-4b74-be48-ee22e92ce5d3</GuidValue>
<Guid>263631d7-5836-4b74-be48-ee22e92ce5d3</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for WinNtConsole module.</Abstract> <Abstract>Component description file for WinNtConsole module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>WinNtConsole</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverModelLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <Keyword>UefiDriverModelLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>Console.h</Filename> <Filename>Console.h</Filename>
@ -48,28 +62,35 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>ConsoleOut.c</Filename> <Filename>ConsoleOut.c</Filename>
<Filename>ComponentName.c</Filename> <Filename>ComponentName.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="TO_START">WinNtIo</Protocol> <Protocol Usage="TO_START">
<Protocol Usage="BY_START">SimpleTextOut</Protocol> <ProtocolCName>WinNtIo</ProtocolCName>
<Protocol Usage="BY_START">SimpleTextIn</Protocol> </Protocol>
<Protocol Usage="BY_START">
<ProtocolCName>SimpleTextOut</ProtocolCName>
</Protocol>
<Protocol Usage="BY_START">
<ProtocolCName>SimpleTextIn</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Guids> <Guids>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtConsole</C_Name> <GuidCName>WinNtConsole</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Extern> <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<ModuleEntryPoint></ModuleEntryPoint> <Specification>EDK_RELEASE_VERSION 0x00000000</Specification>
</Extern>
<Extern> <Extern>
<DriverBinding>gWinNtConsoleDriverBinding</DriverBinding> <DriverBinding>gWinNtConsoleDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtConsoleComponentName</ComponentName> <ComponentName>gWinNtConsoleComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,74 +1,97 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>WinNtSerialIo</BaseName> <ModuleName>WinNtSerialIo</ModuleName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>6B41B553-A649-11d4-BD02-0080C73C8881</GuidValue>
<Guid>6B41B553-A649-11d4-BD02-0080C73C8881</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for WinNtSerialIo module.</Abstract> <Abstract>Component description file for WinNtSerialIo module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-13 17:02</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>WinNtSerialIo</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverModelLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <Keyword>UefiDriverModelLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">DevicePathLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DevicePathLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>WinNtSerialIo.h</Filename> <Filename>WinNtSerialIo.h</Filename>
<Filename>WinNtSerialIo.c</Filename> <Filename>WinNtSerialIo.c</Filename>
<Filename>ComponentName.c</Filename> <Filename>ComponentName.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="TO_START">WinNtIo</Protocol> <Protocol Usage="TO_START">
<Protocol Usage="TO_START">DevicePath</Protocol> <ProtocolCName>WinNtIo</ProtocolCName>
<Protocol Usage="BY_START">SerialIo</Protocol> </Protocol>
<Protocol Usage="TO_START">
<ProtocolCName>DevicePath</ProtocolCName>
</Protocol>
<Protocol Usage="BY_START">
<ProtocolCName>SerialIo</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Guids> <Guids>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtSerialPort</C_Name> <GuidCName>WinNtSerialPort</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Extern> <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<ModuleEntryPoint></ModuleEntryPoint> <Specification>EDK_RELEASE_VERSION 0x00000000</Specification>
</Extern>
<Extern> <Extern>
<DriverBinding>gWinNtSerialIoDriverBinding</DriverBinding> <DriverBinding>gWinNtSerialIoDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtSerialIoComponentName</ComponentName> <ComponentName>gWinNtSerialIoComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,81 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>WinNtSimpleFileSystem</BaseName> <ModuleName>WinNtSimpleFileSystem</ModuleName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>9C25E18B-76BA-43da-A132-DBB0997CEFEF</GuidValue>
<Guid>9C25E18B-76BA-43da-A132-DBB0997CEFEF</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for WinNtSimpleFileSystem module.</Abstract> <Abstract>Component description file for WinNtSimpleFileSystem module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>WinNtSimpleFileSystem</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverModelLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <Keyword>UefiDriverModelLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>WinNtSimpleFileSystem.h</Filename> <Filename>WinNtSimpleFileSystem.h</Filename>
<Filename>WinNtSimpleFileSystem.c</Filename> <Filename>WinNtSimpleFileSystem.c</Filename>
<Filename>ComponentName.c</Filename> <Filename>ComponentName.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="TO_START">WinNtIo</Protocol> <Protocol Usage="TO_START">
<Protocol Usage="BY_START">SimpleFileSystem</Protocol> <ProtocolCName>WinNtIo</ProtocolCName>
</Protocol>
<Protocol Usage="BY_START">
<ProtocolCName>SimpleFileSystem</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Guids> <Guids>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtFileSystem</C_Name> <GuidCName>WinNtFileSystem</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>FileSystemInfo</C_Name> <GuidCName>FileSystemInfo</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>FileInfo</C_Name> <GuidCName>FileInfo</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>FileSystemVolumeLabelInfoId</C_Name> <GuidCName>FileSystemVolumeLabelInfoId</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Extern> <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<ModuleEntryPoint></ModuleEntryPoint> <Specification>EDK_RELEASE_VERSION 0x00000000</Specification>
</Extern>
<Extern> <Extern>
<DriverBinding>gWinNtSimpleFileSystemDriverBinding</DriverBinding> <DriverBinding>gWinNtSimpleFileSystemDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtSimpleFileSystemComponentName</ComponentName> <ComponentName>gWinNtSimpleFileSystemComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,45 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>WinNtUga</BaseName> <ModuleName>WinNtUga</ModuleName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>AB248E8D-ABE1-11d4-BD0D-0080C73C8881</GuidValue>
<Guid>AB248E8D-ABE1-11d4-BD0D-0080C73C8881</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for UGA module.</Abstract> <Abstract>Component description file for UGA module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>WinNtUga</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverModelLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <Keyword>UefiDriverModelLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>WinNtUga.h</Filename> <Filename>WinNtUga.h</Filename>
@ -48,36 +62,42 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>WinNtUgaScreen.c</Filename> <Filename>WinNtUgaScreen.c</Filename>
<Filename>ComponentName.c</Filename> <Filename>ComponentName.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="TO_START">WinNtIo</Protocol> <Protocol Usage="TO_START">
<Protocol Usage="BY_START">UgaDraw</Protocol> <ProtocolCName>WinNtIo</ProtocolCName>
<Protocol Usage="BY_START">SimpleTextIn</Protocol> </Protocol>
<Protocol Usage="BY_START">
<ProtocolCName>UgaDraw</ProtocolCName>
</Protocol>
<Protocol Usage="BY_START">
<ProtocolCName>SimpleTextIn</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Events> <Events>
<CreateEvents> <CreateEvents>
<Event Usage="SOMETIMES_CONSUMED" EventGroup="EVENT_GROUP_EXIT_BOOT_SERVICES"> <EventTypes EventGuidCName="gEfiEventExitBootServicesGuid" Usage="SOMETIMES_CONSUMED">
<C_Name>gEfiEventExitBootServicesGuid</C_Name> <EventType>EVENT_GROUP_GUID</EventType>
<Guid>0x27abf055, 0xb1b8, 0x4c26, 0x80, 0x48, 0x74, 0x8f, 0x37, 0xba, 0xa2, 0xdf</Guid> </EventTypes>
</Event>
</CreateEvents> </CreateEvents>
</Events> </Events>
<Guids> <Guids>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtUga</C_Name> <GuidCName>WinNtUga</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Extern> <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<ModuleEntryPoint></ModuleEntryPoint> <Specification>EDK_RELEASE_VERSION 0x00000000</Specification>
</Extern>
<Extern> <Extern>
<DriverBinding>gWinNtUgaDriverBinding</DriverBinding> <DriverBinding>gWinNtUgaDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtUgaComponentName</ComponentName> <ComponentName>gWinNtUgaComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,141 +1,194 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>WinNtBusDriver</BaseName> <ModuleName>WinNtBusDriver</ModuleName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>BD7E9A27-D6C5-416a-B245-5F507D95B2BD</GuidValue>
<Guid>BD7E9A27-D6C5-416a-B245-5F507D95B2BD</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for WinNtBusDriver module.</Abstract> <Abstract>Component description file for WinNtBusDriver module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-13 17:02</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>WinNtBusDriver</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverModelLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <Keyword>UefiDriverModelLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">DevicePathLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DevicePathLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>WinNtBusDriver.h</Filename> <Filename>WinNtBusDriver.h</Filename>
<Filename>WinNtBusDriver.c</Filename> <Filename>WinNtBusDriver.c</Filename>
<Filename>ComponentName.c</Filename> <Filename>ComponentName.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="BY_START">WinNtIo</Protocol> <Protocol Usage="BY_START">
<Protocol Usage="TO_START">WinNtThunk</Protocol> <ProtocolCName>WinNtIo</ProtocolCName>
<Protocol Usage="TO_START">DevicePath</Protocol> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">PcdProtocol</Protocol> <Protocol Usage="TO_START">
<ProtocolCName>WinNtThunk</ProtocolCName>
</Protocol>
<Protocol Usage="TO_START">
<ProtocolCName>DevicePath</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>PcdProtocol</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Guids> <Guids>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtVirtualDisks</C_Name> <GuidCName>WinNtVirtualDisks</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtPhysicalDisks</C_Name> <GuidCName>WinNtPhysicalDisks</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtFileSystem</C_Name> <GuidCName>WinNtFileSystem</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtSerialPort</C_Name> <GuidCName>WinNtSerialPort</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtUga</C_Name> <GuidCName>WinNtUga</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtConsole</C_Name> <GuidCName>WinNtConsole</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtMemory</C_Name> <GuidCName>WinNtMemory</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtCPUModel</C_Name> <GuidCName>WinNtCPUModel</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>WinNtCPUSpeed</C_Name> <GuidCName>WinNtCPUSpeed</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Extern> <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<ModuleEntryPoint></ModuleEntryPoint> <Specification>EDK_RELEASE_VERSION 0x00000000</Specification>
</Extern>
<Extern> <Extern>
<DriverBinding>gWinNtBusDriverBinding</DriverBinding> <DriverBinding>gWinNtBusDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtBusDriverComponentName</ComponentName> <ComponentName>gWinNtBusDriverComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>
<PcdCoded> <PcdCoded>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtConsole</C_Name> <C_Name>PcdWinNtConsole</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtConsole</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtUga</C_Name> <C_Name>PcdWinNtUga</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtUga</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtSerialPort</C_Name> <C_Name>PcdWinNtSerialPort</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtSerialPort</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtFileSystem</C_Name> <C_Name>PcdWinNtFileSystem</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtFileSystem</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtVirtualDisk</C_Name> <C_Name>PcdWinNtVirtualDisk</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtVirtualDisk</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtPhysicalDisk</C_Name> <C_Name>PcdWinNtPhysicalDisk</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtPhysicalDisk</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtCpuModel</C_Name> <C_Name>PcdWinNtCpuModel</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtCpuModel</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtCpuSpeed</C_Name> <C_Name>PcdWinNtCpuSpeed</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtCpuSpeed</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtMemorySize</C_Name> <C_Name>PcdWinNtMemorySize</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtMemorySize</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="PATCHABLE_IN_MODULE"> <PcdEntry PcdItemType="PATCHABLE_IN_MODULE">
<C_Name>PcdWinNtBinaryPatch1</C_Name> <C_Name>PcdWinNtBinaryPatch1</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtBinaryPatch1</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="PATCHABLE_IN_MODULE"> <PcdEntry PcdItemType="PATCHABLE_IN_MODULE">
<C_Name>PcdWinNtBinaryPatch2</C_Name> <C_Name>PcdWinNtBinaryPatch2</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtBinaryPatch2</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="FEATURE_FLAG"> <PcdEntry PcdItemType="FEATURE_FLAG">
<C_Name>PcdWinNtFeatureFlag1</C_Name> <C_Name>PcdWinNtFeatureFlag1</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtFeatureFlag1</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtDynamicUINT32</C_Name> <C_Name>PcdWinNtDynamicUINT32</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtDynamicUINT32</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,61 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>Metronome</BaseName> <ModuleName>Metronome</ModuleName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>154CAB4A-52B5-46CD-99C3-4368ABBACFFD</GuidValue>
<Guid>154CAB4A-52B5-46CD-99C3-4368ABBACFFD</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for Metronome module.</Abstract> <Abstract>Component description file for Metronome module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>Metronome</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">WinNtLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>WinNtLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>Metronome.c</Filename> <Filename>Metronome.c</Filename>
<Filename>Metronome.h</Filename> <Filename>Metronome.h</Filename>
<Filename>Metronome.dxs</Filename> <Filename>Metronome.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="ALWAYS_PRODUCED">Metronome</Protocol> <Protocol Usage="ALWAYS_PRODUCED">
<ProtocolCName>Metronome</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>WinNtMetronomeDriverInitialize</ModuleEntryPoint> <ModuleEntryPoint>WinNtMetronomeDriverInitialize</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,60 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>RealTimeClock</BaseName> <ModuleName>RealTimeClock</ModuleName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>27F05AF5-1644-4EF4-8944-48C4F75675A0</GuidValue>
<Guid>27F05AF5-1644-4EF4-8944-48C4F75675A0</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for RealTimeClock module.</Abstract> <Abstract>Component description file for RealTimeClock module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>RealTimeClock</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">WinNtLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>WinNtLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>RealTimeClock.c</Filename> <Filename>RealTimeClock.c</Filename>
<Filename>RealTimeClock.dxs</Filename> <Filename>RealTimeClock.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="ALWAYS_PRODUCED">RealTimeClock</Protocol> <Protocol Usage="ALWAYS_PRODUCED">
<ProtocolCName>RealTimeClock</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>InitializeRealTimeClock</ModuleEntryPoint> <ModuleEntryPoint>InitializeRealTimeClock</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,60 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>Reset</BaseName> <ModuleName>Reset</ModuleName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>BA929954-35B0-4dd3-90CD-9634BD7E1CF1</GuidValue>
<Guid>BA929954-35B0-4dd3-90CD-9634BD7E1CF1</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>description of file contents</Abstract> <Abstract>description of file contents</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>Reset</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">WinNtLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>WinNtLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>Reset.c</Filename> <Filename>Reset.c</Filename>
<Filename>Reset.dxs</Filename> <Filename>Reset.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="ALWAYS_PRODUCED">Reset</Protocol> <Protocol Usage="ALWAYS_PRODUCED">
<ProtocolCName>Reset</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>InitializeNtReset</ModuleEntryPoint> <ModuleEntryPoint>InitializeNtReset</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,62 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>Timer</BaseName> <ModuleName>Timer</ModuleName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>C3811036-710B-4E39-8CF1-0AF9BE3A8198</GuidValue>
<Guid>C3811036-710B-4E39-8CF1-0AF9BE3A8198</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for Timer module.</Abstract> <Abstract>Component description file for Timer module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>Timer</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">WinNtLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>WinNtLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>Timer.h</Filename> <Filename>Timer.h</Filename>
<Filename>Timer.c</Filename> <Filename>Timer.c</Filename>
<Filename>Timer.dxs</Filename> <Filename>Timer.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="ALWAYS_PRODUCED">Timer</Protocol> <Protocol Usage="ALWAYS_PRODUCED">
<Protocol Usage="ALWAYS_CONSUMED">Cpu</Protocol> <ProtocolCName>Timer</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>Cpu</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>WinNtTimerDriverInitialize</ModuleEntryPoint> <ModuleEntryPoint>WinNtTimerDriverInitialize</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,45 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>Cpu</BaseName> <ModuleName>Cpu</ModuleName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>ee993080-5197-4d4e-b63c-f1f7413e33ce</GuidValue>
<Guid>ee993080-5197-4d4e-b63c-f1f7413e33ce</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for Cpu module.</Abstract> <Abstract>Component description file for Cpu module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-23 16:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>Cpu</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">HiiLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <Keyword>HiiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>Strings.uni</Filename> <Filename>Strings.uni</Filename>
@ -48,39 +62,55 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>CpuIo.c</Filename> <Filename>CpuIo.c</Filename>
<Filename>Cpu.dxs</Filename> <Filename>Cpu.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="ALWAYS_PRODUCED">Cpu</Protocol> <Protocol Usage="ALWAYS_PRODUCED">
<Protocol Usage="ALWAYS_PRODUCED">CpuIo</Protocol> <ProtocolCName>Cpu</ProtocolCName>
<Protocol Usage="SOMETIMES_CONSUMED">Hii</Protocol> </Protocol>
<Protocol Usage="SOMETIMES_CONSUMED">DataHub</Protocol> <Protocol Usage="ALWAYS_PRODUCED">
<ProtocolNotify Usage="SOMETIMES_CONSUMED">WinNtIo</ProtocolNotify> <ProtocolCName>CpuIo</ProtocolCName>
</Protocol>
<Protocol Usage="SOMETIMES_CONSUMED">
<ProtocolCName>Hii</ProtocolCName>
</Protocol>
<Protocol Usage="SOMETIMES_CONSUMED">
<ProtocolCName>DataHub</ProtocolCName>
</Protocol>
<ProtocolNotify Usage="SOMETIMES_CONSUMED">
<ProtocolNotifyCName>WinNtIo</ProtocolNotifyCName>
</ProtocolNotify>
</Protocols> </Protocols>
<DataHubs> <DataHubs>
<DataHubRecord Usage="SOMETIMES_PRODUCED">ProcessorVersion</DataHubRecord> <DataHubRecord Usage="SOMETIMES_PRODUCED">
<DataHubRecord Usage="SOMETIMES_PRODUCED">ProcessorCoreFrequency</DataHubRecord> <DataHubCName>ProcessorVersion</DataHubCName>
</DataHubRecord>
<DataHubRecord Usage="SOMETIMES_PRODUCED">
<DataHubCName>ProcessorCoreFrequency</DataHubCName>
</DataHubRecord>
</DataHubs> </DataHubs>
<Guids> <Guids>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>ProcessorProducer</C_Name> <GuidCName>ProcessorProducer</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>ProcessorSubClass</C_Name> <GuidCName>ProcessorSubClass</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>WinNtCPUModel</C_Name> <GuidCName>WinNtCPUModel</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="SOMETIMES_CONSUMED"> <GuidCNames Usage="SOMETIMES_CONSUMED">
<C_Name>WinNtCPUSpeed</C_Name> <GuidCName>WinNtCPUSpeed</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>InitializeCpu</ModuleEntryPoint> <ModuleEntryPoint>InitializeCpu</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,61 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>WinNtThunk</BaseName> <ModuleName>WinNtThunk</ModuleName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>0C95A916-A006-11d4-BCFA-0080C73C8881</GuidValue>
<Guid>0C95A916-A006-11d4-BCFA-0080C73C8881</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for WinNtThunk module.</Abstract> <Abstract>Component description file for WinNtThunk module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>WinNtThunk</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">WinNtLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <Keyword>UefiLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>WinNtLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>WinNtThunk.h</Filename> <Filename>WinNtThunk.h</Filename>
<Filename>WinNtThunk.c</Filename> <Filename>WinNtThunk.c</Filename>
<Filename>WinNtThunk.dxs</Filename> <Filename>WinNtThunk.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="ALWAYS_PRODUCED">WinNtThunk</Protocol> <Protocol Usage="ALWAYS_PRODUCED">
<Protocol Usage="ALWAYS_PRODUCED">DevicePath</Protocol> <ProtocolCName>WinNtThunk</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_PRODUCED">
<ProtocolCName>DevicePath</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>InitializeWinNtThunk</ModuleEntryPoint> <ModuleEntryPoint>InitializeWinNtThunk</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,213 +1,172 @@
<?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" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd"> <PackageSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SpdHeader> <SpdHeader>
<PackageName>EdkNt32Pkg</PackageName> <PackageName>EdkNt32Pkg</PackageName>
<Guid>0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3</Guid> <GuidValue>0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3</GuidValue>
<Version>0.3</Version> <Version>0.3</Version>
<Abstract>This is the NT32 Emulation Environment Platform</Abstract> <Abstract>This is the NT32 Emulation Environment Platform</Abstract>
<Description>Reference platform implementation using an emulator.</Description> <Description>Reference platform implementation using an emulator.</Description>
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
<License> <License>All rights reserved.
All rights reserved. This program and the accompanying materials are licensed and made available
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution.
under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
The full text of the license may be found at http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License> </SpdHeader>
<PackageDefinitions>
<ReadOnly>true</ReadOnly> <ReadOnly>true</ReadOnly>
<RePackage>false</RePackage> <RePackage>false</RePackage>
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification> </PackageDefinitions>
</SpdHeader>
<LibraryClassDeclarations> <LibraryClassDeclarations>
<LibraryClassDeclaration> <LibraryClass Name="EdkGenericBdsLib">
<LibraryClass>EdkGenericBdsLib</LibraryClass>
<IncludeHeader>Include/Library/EdkGenericBdsLib.h</IncludeHeader> <IncludeHeader>Include/Library/EdkGenericBdsLib.h</IncludeHeader>
</LibraryClassDeclaration> <HelpText/>
<LibraryClassDeclaration> </LibraryClass>
<LibraryClass>WinNtLib</LibraryClass> <LibraryClass Name="WinNtLib">
<IncludeHeader>Include/Library/WinNtLib.h</IncludeHeader> <IncludeHeader>Include/Library/WinNtLib.h</IncludeHeader>
</LibraryClassDeclaration> <HelpText/>
</LibraryClass>
</LibraryClassDeclarations> </LibraryClassDeclarations>
<MsaFiles> <MsaFiles>
<!-- <!--<MsaFile>
<MsaFile> <Filename>Build/AprioriList.msa</Filename>
<Filename>Build/AprioriList.msa</Filename> </MsaFile>-->
</MsaFile> <Filename>Dxe/ConPlatform/ConPlatform.msa</Filename>
--> <Filename>Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa</Filename>
<MsaFile> <Filename>Dxe/PlatformBds/PlatformBds.msa</Filename>
<Filename>Dxe/ConPlatform/ConPlatform.msa</Filename> <Filename>Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa</Filename>
</MsaFile> <Filename>Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa</Filename>
<MsaFile> <Filename>Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa</Filename>
<Filename>Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa</Filename> <Filename>Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa</Filename>
</MsaFile> <Filename>Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa</Filename>
<MsaFile> <Filename>Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa</Filename>
<Filename>Dxe/PlatformBds/PlatformBds.msa</Filename> <Filename>Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa</Filename>
</MsaFile> <Filename>Dxe/WinNtThunk/Chipset/RealTimeClock/RealTimeClock.msa</Filename>
<MsaFile> <Filename>Dxe/WinNtThunk/Chipset/Reset/Reset.msa</Filename>
<Filename>Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa</Filename> <Filename>Dxe/WinNtThunk/Chipset/Timer/Timer.msa</Filename>
</MsaFile> <Filename>Dxe/WinNtThunk/Cpu/Cpu.msa</Filename>
<MsaFile> <Filename>Dxe/WinNtThunk/WinNtThunk/WinNtThunk.msa</Filename>
<Filename>Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa</Filename> <Filename>Library/DxeWinNtLib/DxeWinNtLib.msa</Filename>
</MsaFile> <Filename>Library/EdkGenericBdsLib/EdkGenericBdsLib.msa</Filename>
<MsaFile> <Filename>Library/EdkNt32PeiPeCoffGetEntryPointLib/EdkNt32PeiPeCoffGetEntryPointLib.msa</Filename>
<Filename>Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa</Filename> <Filename>Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.msa</Filename>
</MsaFile> <Filename>Logo/Logo.msa</Filename>
<MsaFile> <Filename>Pei/Autoscan/WinNtAutoScan.msa</Filename>
<Filename>Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa</Filename> <Filename>Pei/BootMode/BootMode.msa</Filename>
</MsaFile> <Filename>Pei/FirmwareVolume/WinNtFwh.msa</Filename>
<MsaFile> <Filename>Pei/FlashMap/FlashMap.msa</Filename>
<Filename>Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa</Filename> <Filename>Pei/MonoStatusCode/MonoStatusCode.msa</Filename>
</MsaFile> <Filename>Pei/WinNtStuff/WinNtStuff.msa</Filename>
<MsaFile> <Filename>RuntimeDxe/FvbServices/Nt32Fwh.msa</Filename>
<Filename>Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa</Filename> <Filename>Sec/SecMain.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Dxe/WinNtThunk/Chipset/RealTimeClock/RealTimeClock.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Dxe/WinNtThunk/Chipset/Reset/Reset.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Dxe/WinNtThunk/Chipset/Timer/Timer.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Dxe/WinNtThunk/Cpu/Cpu.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Dxe/WinNtThunk/WinNtThunk/WinNtThunk.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Library/DxeWinNtLib/DxeWinNtLib.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Library/EdkGenericBdsLib/EdkGenericBdsLib.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Library/EdkNt32PeiPeCoffGetEntryPointLib/EdkNt32PeiPeCoffGetEntryPointLib.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Logo/Logo.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Pei/Autoscan/WinNtAutoScan.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Pei/BootMode/BootMode.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Pei/FirmwareVolume/WinNtFwh.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Pei/FlashMap/FlashMap.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Pei/MonoStatusCode/MonoStatusCode.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Pei/WinNtStuff/WinNtStuff.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>RuntimeDxe/FvbServices/Nt32Fwh.msa</Filename>
</MsaFile>
<MsaFile>
<Filename>Sec/SecMain.msa</Filename>
</MsaFile>
</MsaFiles> </MsaFiles>
<PackageHeaders> <PackageHeaders>
<IncludeHeader ModuleType="SEC">Include/WinNtPeim.h</IncludeHeader> <IncludePkgHeader ModuleType="SEC">Include/WinNtPeim.h</IncludePkgHeader>
<IncludeHeader ModuleType="PEIM">Include/WinNtPeim.h</IncludeHeader> <IncludePkgHeader ModuleType="PEIM">Include/WinNtPeim.h</IncludePkgHeader>
<IncludeHeader ModuleType="DXE_DRIVER">Include/WinNtDxe.h</IncludeHeader> <IncludePkgHeader ModuleType="DXE_DRIVER">Include/WinNtDxe.h</IncludePkgHeader>
<IncludeHeader ModuleType="DXE_RUNTIME_DRIVER">Include/WinNtDxe.h</IncludeHeader> <IncludePkgHeader ModuleType="DXE_RUNTIME_DRIVER">Include/WinNtDxe.h</IncludePkgHeader>
<IncludeHeader ModuleType="DXE_SMM_DRIVER">Include/WinNtDxe.h</IncludeHeader> <IncludePkgHeader ModuleType="DXE_SMM_DRIVER">Include/WinNtDxe.h</IncludePkgHeader>
<IncludeHeader ModuleType="DXE_SAL_DRIVER">Include/WinNtDxe.h</IncludeHeader> <IncludePkgHeader ModuleType="DXE_SAL_DRIVER">Include/WinNtDxe.h</IncludePkgHeader>
<IncludeHeader ModuleType="UEFI_DRIVER">Include/WinNtDxe.h</IncludeHeader> <IncludePkgHeader ModuleType="UEFI_DRIVER">Include/WinNtDxe.h</IncludePkgHeader>
</PackageHeaders> </PackageHeaders>
<GuidDeclarations> <GuidDeclarations>
<Entry Name="WinNtVirtualDisks"> <Entry Name="WinNtVirtualDisks">
<C_Name>gEfiWinNtVirtualDisksGuid</C_Name> <C_Name>gEfiWinNtVirtualDisksGuid</C_Name>
<Guid>0xc95a928, 0xa006, 0x11d4, 0xbc, 0xfa, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid> <GuidValue>0C95A928-A006-11D4-BCFA-0080C73C8881</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="WinNtPhysicalDisks"> <Entry Name="WinNtPhysicalDisks">
<C_Name>gEfiWinNtPhysicalDisksGuid</C_Name> <C_Name>gEfiWinNtPhysicalDisksGuid</C_Name>
<Guid>0xc95a92f, 0xa006, 0x11d4, 0xbc, 0xfa, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid> <GuidValue>0C95A92F-A006-11D4-BCFA-0080C73C8881</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="WinNtFileSystem"> <Entry Name="WinNtFileSystem">
<C_Name>gEfiWinNtFileSystemGuid</C_Name> <C_Name>gEfiWinNtFileSystemGuid</C_Name>
<Guid>0xc95a935, 0xa006, 0x11d4, 0xbc, 0xfa, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid> <GuidValue>0C95A935-A006-11D4-BCFA-0080C73C8881</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="WinNtSerialPort"> <Entry Name="WinNtSerialPort">
<C_Name>gEfiWinNtSerialPortGuid</C_Name> <C_Name>gEfiWinNtSerialPortGuid</C_Name>
<Guid>0xc95a93d, 0xa006, 0x11d4, 0xbc, 0xfa, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid> <GuidValue>0C95A93D-A006-11D4-BCFA-0080C73C8881</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="WinNtUga"> <Entry Name="WinNtUga">
<C_Name>gEfiWinNtUgaGuid</C_Name> <C_Name>gEfiWinNtUgaGuid</C_Name>
<Guid>0xab248e99, 0xabe1, 0x11d4, 0xbd, 0x0d, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid> <GuidValue>AB248E99-ABE1-11D4-BD0D-0080C73C8881</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="WinNtConsole"> <Entry Name="WinNtConsole">
<C_Name>gEfiWinNtConsoleGuid</C_Name> <C_Name>gEfiWinNtConsoleGuid</C_Name>
<Guid>0xba73672c, 0xa5d3, 0x11d4, 0xbd, 0x00, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid> <GuidValue>BA73672C-A5D3-11D4-BD00-0080C73C8881</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="WinNtMemory"> <Entry Name="WinNtMemory">
<C_Name>gEfiWinNtMemoryGuid</C_Name> <C_Name>gEfiWinNtMemoryGuid</C_Name>
<Guid>0x99042912, 0x122a, 0x11d4, 0xbd, 0x0d, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid> <GuidValue>99042912-122A-11D4-BD0D-0080C73C8881</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="WinNtCPUModel"> <Entry Name="WinNtCPUModel">
<C_Name>gEfiWinNtCPUModelGuid</C_Name> <C_Name>gEfiWinNtCPUModelGuid</C_Name>
<Guid>0xbee9b6ce, 0x2f8a, 0x11d4, 0xbd, 0x0d, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid> <GuidValue>BEE9B6CE-2F8A-11D4-BD0D-0080C73C8881</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="WinNtCPUSpeed"> <Entry Name="WinNtCPUSpeed">
<C_Name>gEfiWinNtCPUSpeedGuid</C_Name> <C_Name>gEfiWinNtCPUSpeedGuid</C_Name>
<Guid>0xd4f29055, 0xe1fb, 0x11d4, 0xbd, 0x0d, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid> <GuidValue>D4F29055-E1FB-11D4-BD0D-0080C73C8881</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="WinNPassThrough"> <Entry Name="WinNPassThrough">
<C_Name>gEfiWinNtPassThroughGuid</C_Name> <C_Name>gEfiWinNtPassThroughGuid</C_Name>
<Guid>0xcc664eb8, 0x3c24, 0x4086, 0xb6, 0xf6, 0x34, 0xe8, 0x56, 0xbc, 0xe3, 0x6e</Guid> <GuidValue>CC664EB8-3C24-4086-B6F6-34E856BCE36E</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="PcdHob"> <Entry Name="PcdHob">
<C_Name>gPcdHobGuid</C_Name> <C_Name>gPcdHobGuid</C_Name>
<Guid>0x582e7ca1, 0x68cd, 0x4d44, 0xb4, 0x3b, 0xf2, 0x98, 0xed, 0x58, 0x7b, 0xa6</Guid> <GuidValue>582E7CA1-68CD-4D44-B43B-F298ED587BA6</GuidValue>
<HelpText/>
</Entry> </Entry>
</GuidDeclarations> </GuidDeclarations>
<ProtocolDeclarations> <ProtocolDeclarations>
<Entry Name="WinNtIo"> <Entry Name="WinNtIo">
<C_Name>gEfiWinNtIoProtocolGuid</C_Name> <C_Name>gEfiWinNtIoProtocolGuid</C_Name>
<Guid>0x96eb4ad6, 0xa32a, 0x11d4, 0xbc, 0xfd, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid> <GuidValue>96EB4AD6-A32A-11D4-BCFD-0080C73C8881</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="WinNtThunk"> <Entry Name="WinNtThunk">
<C_Name>gEfiWinNtThunkProtocolGuid</C_Name> <C_Name>gEfiWinNtThunkProtocolGuid</C_Name>
<Guid>0x58c518b1, 0x76f3, 0x11d4, 0xbc, 0xea, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid> <GuidValue>58C518B1-76F3-11D4-BCEA-0080C73C8881</GuidValue>
<HelpText/>
</Entry> </Entry>
</ProtocolDeclarations> </ProtocolDeclarations>
<PpiDeclarations> <PpiDeclarations>
<Entry Name="NtAutoScan"> <Entry Name="NtAutoScan">
<C_Name>gPeiNtAutoScanPpiGuid</C_Name> <C_Name>gPeiNtAutoScanPpiGuid</C_Name>
<Guid>0xdce384d, 0x7c, 0x4ba5, 0x94, 0xbd, 0x0f, 0x6e, 0xb6, 0x4d, 0x2a, 0xa9</Guid> <GuidValue>0DCE384D-007C-4BA5-94BD-0F6EB64D2AA9</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="NtFwh"> <Entry Name="NtFwh">
<C_Name>gNtFwhPpiGuid</C_Name> <C_Name>gNtFwhPpiGuid</C_Name>
<Guid>0x4e76928f, 0x50ad, 0x4334, 0xb0, 0x6b, 0xa8, 0x42, 0x13, 0x10, 0x8a, 0x57</Guid> <GuidValue>4E76928F-50AD-4334-B06B-A84213108A57</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="NtPeiLoadFile"> <Entry Name="NtPeiLoadFile">
<C_Name>gNtPeiLoadFilePpiGuid</C_Name> <C_Name>gNtPeiLoadFilePpiGuid</C_Name>
<Guid>0xfd0c65eb, 0x405, 0x4cd2, 0x8a, 0xee, 0xf4, 0x00, 0xef, 0x13, 0xba, 0xc2</Guid> <GuidValue>FD0C65EB-0405-4CD2-8AEE-F400EF13BAC2</GuidValue>
<HelpText/>
</Entry> </Entry>
<Entry Name="NtThunk"> <Entry Name="NtThunk">
<C_Name>gPeiNtThunkPpiGuid</C_Name> <C_Name>gPeiNtThunkPpiGuid</C_Name>
<Guid>0x98c281e5, 0xf906, 0x43dd, 0xa9, 0x2b, 0xb0, 0x03, 0xbf, 0x27, 0x65, 0xda</Guid> <GuidValue>98C281E5-F906-43DD-A92B-B003BF2765DA</GuidValue>
<HelpText/>
</Entry> </Entry>
</PpiDeclarations> </PpiDeclarations>
<PcdDeclarations> <PcdDeclarations>
<PcdEntry> <PcdEntry>
<C_Name>PcdMaximumUnicodeStringLength</C_Name> <C_Name>PcdMaximumUnicodeStringLength</C_Name>
<Token>0x00000001</Token> <Token>0x00000001</Token>
<TokenSpaceGuid>f1a9de0d-f005-45c4-bdb5-5ec0fb468316</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdMaximumUnicodeStringLength</TokenSpaceGuidCName>
<DatumType>UINT32</DatumType> <DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>1000000</DefaultValue> <DefaultValue>1000000</DefaultValue>
@ -216,7 +175,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdMaximumAsciiStringLength</C_Name> <C_Name>PcdMaximumAsciiStringLength</C_Name>
<Token>0x00000002</Token> <Token>0x00000002</Token>
<TokenSpaceGuid>f1a9de0d-f005-45c4-bdb5-5ec0fb468316</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdMaximumAsciiStringLength</TokenSpaceGuidCName>
<DatumType>UINT32</DatumType> <DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>1000000</DefaultValue> <DefaultValue>1000000</DefaultValue>
@ -225,7 +184,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdMaximumLinkedListLength</C_Name> <C_Name>PcdMaximumLinkedListLength</C_Name>
<Token>0x00000003</Token> <Token>0x00000003</Token>
<TokenSpaceGuid>f1a9de0d-f005-45c4-bdb5-5ec0fb468316</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdMaximumLinkedListLength</TokenSpaceGuidCName>
<DatumType>UINT32</DatumType> <DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>1000000</DefaultValue> <DefaultValue>1000000</DefaultValue>
@ -234,7 +193,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdSpinLockTimeout</C_Name> <C_Name>PcdSpinLockTimeout</C_Name>
<Token>0x00000004</Token> <Token>0x00000004</Token>
<TokenSpaceGuid>f1a9de0d-f005-45c4-bdb5-5ec0fb468316</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdSpinLockTimeout</TokenSpaceGuidCName>
<DatumType>UINT32</DatumType> <DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>10000000</DefaultValue> <DefaultValue>10000000</DefaultValue>
@ -243,7 +202,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdDebugPropertyMask</C_Name> <C_Name>PcdDebugPropertyMask</C_Name>
<Token>0x00000005</Token> <Token>0x00000005</Token>
<TokenSpaceGuid>866baf87-e00c-4dc6-9733-1e23af2115ee</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdDebugPropertyMask</TokenSpaceGuidCName>
<DatumType>UINT8</DatumType> <DatumType>UINT8</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0x0f</DefaultValue> <DefaultValue>0x0f</DefaultValue>
@ -252,7 +211,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdDebugPrintErrorLevel</C_Name> <C_Name>PcdDebugPrintErrorLevel</C_Name>
<Token>0x00000006</Token> <Token>0x00000006</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdDebugPrintErrorLevel</TokenSpaceGuidCName>
<DatumType>UINT32</DatumType> <DatumType>UINT32</DatumType>
<ValidUsage>PATCHABLE_IN_MODULE</ValidUsage> <ValidUsage>PATCHABLE_IN_MODULE</ValidUsage>
<DefaultValue>0x80000000</DefaultValue> <DefaultValue>0x80000000</DefaultValue>
@ -261,7 +220,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdReportStatusCodePropertyMask</C_Name> <C_Name>PcdReportStatusCodePropertyMask</C_Name>
<Token>0x00000007</Token> <Token>0x00000007</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdReportStatusCodePropertyMask</TokenSpaceGuidCName>
<DatumType>UINT8</DatumType> <DatumType>UINT8</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0x07</DefaultValue> <DefaultValue>0x07</DefaultValue>
@ -270,7 +229,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdDebugClearMemoryValue</C_Name> <C_Name>PcdDebugClearMemoryValue</C_Name>
<Token>0x00000008</Token> <Token>0x00000008</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdDebugClearMemoryValue</TokenSpaceGuidCName>
<DatumType>UINT8</DatumType> <DatumType>UINT8</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0xAF</DefaultValue> <DefaultValue>0xAF</DefaultValue>
@ -279,16 +238,16 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdDebugClearMemoryValue</C_Name> <C_Name>PcdDebugClearMemoryValue</C_Name>
<Token>0x00000008</Token> <Token>0x00000008</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdDebugClearMemoryValue</TokenSpaceGuidCName>
<DatumType>UINT8</DatumType> <DatumType>UINT8</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0xAF</DefaultValue> <DefaultValue>0xAF</DefaultValue>
<HelpText>HELP FIX ME!</HelpText> <HelpText>HELP FIX ME!</HelpText>
</PcdEntry> </PcdEntry>
<PcdEntry> <PcdEntry>
<C_Name>PcdPerformanceLibraryPropertyMask</C_Name> <C_Name>PcdPerformanceLibraryPropertyMask</C_Name>
<Token>0x00000009</Token> <Token>0x00000009</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdPerformanceLibraryPropertyMask</TokenSpaceGuidCName>
<DatumType>UINT8</DatumType> <DatumType>UINT8</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0</DefaultValue> <DefaultValue>0</DefaultValue>
@ -297,7 +256,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtPhysicalDisk</C_Name> <C_Name>PcdWinNtPhysicalDisk</C_Name>
<Token>0x00001000</Token> <Token>0x00001000</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtPhysicalDisk</TokenSpaceGuidCName>
<DatumType>VOID*</DatumType> <DatumType>VOID*</DatumType>
<ValidUsage>DYNAMIC</ValidUsage> <ValidUsage>DYNAMIC</ValidUsage>
<DefaultValue>L"FW;40960;512"</DefaultValue> <DefaultValue>L"FW;40960;512"</DefaultValue>
@ -306,7 +265,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtVirtualDisk</C_Name> <C_Name>PcdWinNtVirtualDisk</C_Name>
<Token>0x00001001</Token> <Token>0x00001001</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtVirtualDisk</TokenSpaceGuidCName>
<DatumType>VOID*</DatumType> <DatumType>VOID*</DatumType>
<ValidUsage>DYNAMIC</ValidUsage> <ValidUsage>DYNAMIC</ValidUsage>
<DefaultValue>L"FW;40960;512"</DefaultValue> <DefaultValue>L"FW;40960;512"</DefaultValue>
@ -315,7 +274,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtSerialPort</C_Name> <C_Name>PcdWinNtSerialPort</C_Name>
<Token>0x00001002</Token> <Token>0x00001002</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtSerialPort</TokenSpaceGuidCName>
<DatumType>VOID*</DatumType> <DatumType>VOID*</DatumType>
<ValidUsage>DYNAMIC</ValidUsage> <ValidUsage>DYNAMIC</ValidUsage>
<DefaultValue>L"COM1!COM2"</DefaultValue> <DefaultValue>L"COM1!COM2"</DefaultValue>
@ -324,7 +283,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtUga</C_Name> <C_Name>PcdWinNtUga</C_Name>
<Token>0x00001003</Token> <Token>0x00001003</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtUga</TokenSpaceGuidCName>
<DatumType>VOID*</DatumType> <DatumType>VOID*</DatumType>
<ValidUsage>DYNAMIC</ValidUsage> <ValidUsage>DYNAMIC</ValidUsage>
<DefaultValue>L"UGA Window 1!UGA Window 2"</DefaultValue> <DefaultValue>L"UGA Window 1!UGA Window 2"</DefaultValue>
@ -333,7 +292,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtFileSystem</C_Name> <C_Name>PcdWinNtFileSystem</C_Name>
<Token>0x00001004</Token> <Token>0x00001004</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtFileSystem</TokenSpaceGuidCName>
<DatumType>VOID*</DatumType> <DatumType>VOID*</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>L".!C:\\D\\work\\Remodel\\mdk\\EdkShellBinPkg\\bin\\ia32\\Apps"</DefaultValue> <DefaultValue>L".!C:\\D\\work\\Remodel\\mdk\\EdkShellBinPkg\\bin\\ia32\\Apps"</DefaultValue>
@ -342,7 +301,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtMemorySize</C_Name> <C_Name>PcdWinNtMemorySize</C_Name>
<Token>0x00001005</Token> <Token>0x00001005</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtMemorySize</TokenSpaceGuidCName>
<DatumType>VOID*</DatumType> <DatumType>VOID*</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>L"64!64"</DefaultValue> <DefaultValue>L"64!64"</DefaultValue>
@ -351,7 +310,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtMemorySizeForSecMain</C_Name> <C_Name>PcdWinNtMemorySizeForSecMain</C_Name>
<Token>0x00001005</Token> <Token>0x00001005</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtMemorySizeForSecMain</TokenSpaceGuidCName>
<DatumType>VOID*</DatumType> <DatumType>VOID*</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>L"64!64"</DefaultValue> <DefaultValue>L"64!64"</DefaultValue>
@ -360,7 +319,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtBootMode</C_Name> <C_Name>PcdWinNtBootMode</C_Name>
<Token>0x00001006</Token> <Token>0x00001006</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtBootMode</TokenSpaceGuidCName>
<DatumType>UINT32</DatumType> <DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>1</DefaultValue> <DefaultValue>1</DefaultValue>
@ -369,7 +328,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtCpuModel</C_Name> <C_Name>PcdWinNtCpuModel</C_Name>
<Token>0x00001007</Token> <Token>0x00001007</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtCpuModel</TokenSpaceGuidCName>
<DatumType>VOID*</DatumType> <DatumType>VOID*</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>L"Intel(R) Processor Model"</DefaultValue> <DefaultValue>L"Intel(R) Processor Model"</DefaultValue>
@ -378,7 +337,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtCpuSpeed</C_Name> <C_Name>PcdWinNtCpuSpeed</C_Name>
<Token>0x00001008</Token> <Token>0x00001008</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtCpuSpeed</TokenSpaceGuidCName>
<DatumType>VOID*</DatumType> <DatumType>VOID*</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>L"3000"</DefaultValue> <DefaultValue>L"3000"</DefaultValue>
@ -387,7 +346,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtFirmwareVolume</C_Name> <C_Name>PcdWinNtFirmwareVolume</C_Name>
<Token>0x00001009</Token> <Token>0x00001009</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtFirmwareVolume</TokenSpaceGuidCName>
<DatumType>VOID*</DatumType> <DatumType>VOID*</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>L"..\\..\\Fv\\Fv_Recovery.fd"</DefaultValue> <DefaultValue>L"..\\..\\Fv\\Fv_Recovery.fd"</DefaultValue>
@ -396,7 +355,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtConsole</C_Name> <C_Name>PcdWinNtConsole</C_Name>
<Token>0x0000100a</Token> <Token>0x0000100a</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtConsole</TokenSpaceGuidCName>
<DatumType>VOID*</DatumType> <DatumType>VOID*</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>L"Bus Driver Console Window"</DefaultValue> <DefaultValue>L"Bus Driver Console Window"</DefaultValue>
@ -405,7 +364,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdRothmanTest</C_Name> <C_Name>PcdRothmanTest</C_Name>
<Token>0x0000100b</Token> <Token>0x0000100b</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdRothmanTest</TokenSpaceGuidCName>
<DatumType>UINT32</DatumType> <DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0</DefaultValue> <DefaultValue>0</DefaultValue>
@ -414,7 +373,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtBinaryPatch1</C_Name> <C_Name>PcdWinNtBinaryPatch1</C_Name>
<Token>0x0001000b</Token> <Token>0x0001000b</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtBinaryPatch1</TokenSpaceGuidCName>
<DatumType>UINT32</DatumType> <DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0x1234</DefaultValue> <DefaultValue>0x1234</DefaultValue>
@ -423,7 +382,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtBinaryPatch2</C_Name> <C_Name>PcdWinNtBinaryPatch2</C_Name>
<Token>0x0001000c</Token> <Token>0x0001000c</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtBinaryPatch2</TokenSpaceGuidCName>
<DatumType>UINT32</DatumType> <DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0x5678</DefaultValue> <DefaultValue>0x5678</DefaultValue>
@ -432,7 +391,7 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtFeatureFlag1</C_Name> <C_Name>PcdWinNtFeatureFlag1</C_Name>
<Token>0x0001000d</Token> <Token>0x0001000d</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtFeatureFlag1</TokenSpaceGuidCName>
<DatumType>BOOLEAN</DatumType> <DatumType>BOOLEAN</DatumType>
<ValidUsage>FEATURE_FLAG</ValidUsage> <ValidUsage>FEATURE_FLAG</ValidUsage>
<DefaultValue>0x1</DefaultValue> <DefaultValue>0x1</DefaultValue>
@ -441,11 +400,11 @@
<PcdEntry> <PcdEntry>
<C_Name>PcdWinNtDynamicUINT32</C_Name> <C_Name>PcdWinNtDynamicUINT32</C_Name>
<Token>0x0001000e</Token> <Token>0x0001000e</Token>
<TokenSpaceGuid>00000000-0000-0000-0000-000000000000</TokenSpaceGuid> <TokenSpaceGuidCName>FIX_ME_PcdWinNtDynamicUINT32</TokenSpaceGuidCName>
<DatumType>UINT32</DatumType> <DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage> <ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0x0</DefaultValue> <DefaultValue>0x0</DefaultValue>
<HelpText>HELP FIX ME!</HelpText> <HelpText>HELP FIX ME!</HelpText>
</PcdEntry> </PcdEntry>
</PcdDeclarations> </PcdDeclarations>
</PackageSurfaceArea> </PackageSurfaceArea>

View File

@ -1,55 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>DxeWinNtLib</ModuleName>
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
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>DxeWinNtLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>f6b5871d-5226-41b3-a569-3ff893fdc7bc</GuidValue>
<Guid>f6b5871d-5226-41b3-a569-3ff893fdc7bc</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00020000</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License> </MsaHeader>
<Created>2006-03-14 17:04</Created> <ModuleDefinitions>
<Updated>2006-03-31 13:20</Updated> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <BinaryModule>false</BinaryModule>
</MsaLibHeader> <OutputFileBasename>DxeWinNtLib</OutputFileBasename>
<LibraryClassDefinitions> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_PRODUCED">WinNtLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass> <Keyword>WinNtLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>HobLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>WinNtLib.c</Filename> <Filename>WinNtLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Protocol Usage="ALWAYS_CONSUMED">WinNtThunk</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>WinNtThunk</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>WinNtLibConstructor</Constructor> <Constructor>WinNtLibConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,78 +1,108 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>EdkGenericBdsLib</ModuleName>
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
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>EdkGenericBdsLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>1ec995b2-d15b-44f6-abd2-050ea7dd37d2</GuidValue>
<Guid>1ec995b2-d15b-44f6-abd2-050ea7dd37d2</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License> </MsaHeader>
<Created>2006-03-13 17:00</Created> <ModuleDefinitions>
<Updated>2006-03-23 12:01</Updated> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<Specification>0</Specification> <BinaryModule>false</BinaryModule>
</MsaLibHeader> <OutputFileBasename>EdkGenericBdsLib</OutputFileBasename>
<LibraryClassDefinitions> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_PRODUCED">EdkGenericBdsLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <Keyword>EdkGenericBdsLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">DxeServicesTableLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PrintLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <Keyword>UefiLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiRuntimeServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">DevicePathLib</LibraryClass> <Keyword>DxeServicesTableLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">PerformanceLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PrintLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>HobLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiRuntimeServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DevicePathLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PerformanceLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>BdsBoot.c</Filename> <Filename>BdsBoot.c</Filename>
<Filename>BdsConsole.c</Filename> <Filename>BdsConsole.c</Filename>
<Filename>BdsConnect.c</Filename> <Filename>BdsConnect.c</Filename>
<Filename>DevicePath.c</Filename> <Filename>DevicePath.c</Filename>
<Filename>Performance.c</Filename> <Filename>Performance.c</Filename>
<Filename>BdsMisc.c</Filename> <Filename>BdsMisc.c</Filename>
<Arch ArchType="IPF"> <Filename SupArchList="IPF">Ipf\ShadowRom.c</Filename>
<Filename>Ipf\ShadowRom.c</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Protocol Usage="ALWAYS_CONSUMED">LoadedImage</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<Protocol Usage="ALWAYS_CONSUMED">FirmwareVolume</Protocol> <ProtocolCName>LoadedImage</ProtocolCName>
<Protocol Usage="ALWAYS_CONSUMED">AcpiS3Save</Protocol> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">SimpleTextOut</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<Protocol Usage="ALWAYS_CONSUMED">SimpleTextIn</Protocol> <ProtocolCName>FirmwareVolume</ProtocolCName>
<Protocol Usage="ALWAYS_CONSUMED">SimpleNetwork</Protocol> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>AcpiS3Save</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>SimpleTextOut</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>SimpleTextIn</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>SimpleNetwork</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Guids> <Guids xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>ShellFile</C_Name> <GuidCName>ShellFile</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,48 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>EdkNt32PeiPeCoffGetEntryPointLib</ModuleName>
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
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>EdkNt32PeiPeCoffGetEntryPointLib</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>434b164e-5fa6-4a3d-bc04-02da2a4eeb26</GuidValue>
<Guid>434b164e-5fa6-4a3d-bc04-02da2a4eeb26</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the PEI library.</Abstract> <Abstract>Component description file for the PEI library.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License> </MsaHeader>
<Created>2006-03-14 17:04</Created> <ModuleDefinitions>
<Updated>2006-03-19 15:17</Updated> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<Specification>0</Specification> <BinaryModule>false</BinaryModule>
</MsaLibHeader> <OutputFileBasename>EdkNt32PeiPeCoffGetEntryPointLib</OutputFileBasename>
<LibraryClassDefinitions> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_PRODUCED">PeCoffGetEntryPointLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PeCoffGetEntryPointLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PeCoffGetEntryPoint.c</Filename> <Filename>PeCoffGetEntryPoint.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<PPIs> <PPIs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Ppi Usage="ALWAYS_CONSUMED">NtPeiLoadFile</Ppi> <Ppi Usage="ALWAYS_CONSUMED">
<PpiCName>NtPeiLoadFile</PpiCName>
</Ppi>
</PPIs> </PPIs>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,53 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>Nt32PeCoffLoaderLib</ModuleName>
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
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>Nt32PeCoffLoaderLib</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>3c5702f2-9b17-4273-b60c-b96e6cd13066</GuidValue>
<Guid>3c5702f2-9b17-4273-b60c-b96e6cd13066</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00020000</Version>
<Abstract>Component description file for the PEI library.</Abstract> <Abstract>Component description file for the PEI library.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License> </MsaHeader>
<Created>2006-03-14 17:04</Created> <ModuleDefinitions>
<Updated>2006-03-31 13:20</Updated> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <BinaryModule>false</BinaryModule>
</MsaLibHeader> <OutputFileBasename>Nt32PeCoffLoaderLib</OutputFileBasename>
<LibraryClassDefinitions> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_PRODUCED">EdkPeCoffLoaderLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>EdkPeCoffLoaderLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>Nt32PeCoffLoader.c</Filename> <Filename>Nt32PeCoffLoader.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<PPIs> <PPIs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Ppi Usage="ALWAYS_CONSUMED">PeCoffLoader</Ppi> <Ppi Usage="ALWAYS_CONSUMED">
<PpiCName>PeCoffLoader</PpiCName>
</Ppi>
</PPIs> </PPIs>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>PeCoffLoaderConstructor</Constructor> <Constructor>PeCoffLoaderConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,48 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>Logo</BaseName> <ModuleName>Logo</ModuleName>
<ModuleType>BASE</ModuleType> <ModuleType>USER_DEFINED</ModuleType>
<ComponentType>LOGO</ComponentType> <GuidValue>7BB28B99-61BB-11D5-9A5D-0090273FC14D</GuidValue>
<Guid>7BB28B99-61BB-11D5-9A5D-0090273FC14D</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for creating a Logo file.</Abstract> <Abstract>Component description file for creating a Logo file.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>Logo</OutputFileBasename>
</ModuleDefinitions>
<SourceFiles> <SourceFiles>
<Filename FileType="Graphics">Logo.bmp</Filename> <Filename>Logo.bmp</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Externs> <Externs>
<Extern> <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
<ModuleEntryPoint></ModuleEntryPoint> <Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Extern>
</Externs> </Externs>
<BuildOptions> </ModuleSurfaceArea>
<Option>BUILD_TYPE=CUSTOM_BUILD</Option>
</BuildOptions>
</ModuleSurfaceArea>

View File

@ -55,12 +55,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<file name="${DEST_DIR_OUTPUT}\Logo.bin"/> <file name="${DEST_DIR_OUTPUT}\Logo.bin"/>
</sourcefiles> </sourcefiles>
<targetfiles> <targetfiles>
<file name="${BIN_DIR}\7BB28B99-61BB-11D5-9A5D-0090273FC14D-Logo.FFS"/> <file name="${BIN_DIR}\${FILE_GUID}-Logo.FFS"/>
</targetfiles> </targetfiles>
<sequential> <sequential>
<genffsfile BaseName="Logo" ffsATTRIBCHECKSUM="TRUE" <genffsfile BaseName="Logo" ffsATTRIBCHECKSUM="TRUE"
ffsFILETYPE="EFI_FV_FILETYPE_FREEFORM" fileGuid="7BB28B99-61BB-11D5-9A5D-0090273FC14D" ffsFILETYPE="EFI_FV_FILETYPE_FREEFORM" fileGuid="${FILE_GUID}"
outputDir="${BIN_DIR}"> outputDir="${BIN_DIR}">
<compress compressName="dummy"> <compress compressName="dummy">
<tool outputPath="${DEST_DIR_OUTPUT}" toolName="${WORKSPACE_DIR}\Tools\Bin\GenCRC32Section"> <tool outputPath="${DEST_DIR_OUTPUT}" toolName="${WORKSPACE_DIR}\Tools\Bin\GenCRC32Section">

File diff suppressed because it is too large Load Diff

View File

@ -1,68 +1,82 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>WinNtAutoScan</BaseName> <ModuleName>WinNtAutoScan</ModuleName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>PE32_PEIM</ComponentType> <GuidValue>BE0FEABA-3443-4919-9F3A-2D4216329EA9</GuidValue>
<Guid>BE0FEABA-3443-4919-9F3A-2D4216329EA9</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for WinNtAutoScan module</Abstract> <Abstract>Component description file for WinNtAutoScan module</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>WinNtAutoScan</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeimEntryPoint</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass> <Keyword>PeimEntryPoint</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>HobLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>WinNtAutoScan.c</Filename> <Filename>WinNtAutoScan.c</Filename>
<Filename>WinNtAutoscan.dxs</Filename> <Filename>WinNtAutoscan.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Hobs>
<Hob Usage="ALWAYS_PRODUCED" HobType="RESOURCE_DESCRIPTOR">
<Name>EFI_RESOURCE_SYSTEM_MEMORY</Name>
</Hob>
<Hob Usage="ALWAYS_PRODUCED" HobType="CPU"></Hob>
</Hobs>
<PPIs> <PPIs>
<Ppi Usage="ALWAYS_CONSUMED">NtAutoScan</Ppi> <Ppi Usage="ALWAYS_CONSUMED">
<Ppi Usage="ALWAYS_CONSUMED">BaseMemoryTest</Ppi> <PpiCName>NtAutoScan</PpiCName>
<Ppi Usage="ALWAYS_PRODUCED">MemoryDiscovered</Ppi> </Ppi>
<Ppi Usage="ALWAYS_CONSUMED">
<PpiCName>BaseMemoryTest</PpiCName>
</Ppi>
<Ppi Usage="ALWAYS_PRODUCED">
<PpiCName>MemoryDiscovered</PpiCName>
</Ppi>
</PPIs> </PPIs>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>PeimInitializeWinNtAutoScan</ModuleEntryPoint> <ModuleEntryPoint>PeimInitializeWinNtAutoScan</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,59 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>BootMode</BaseName> <ModuleName>BootMode</ModuleName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>PE32_PEIM</ComponentType> <GuidValue>B7611005-1F26-45ba-A3DB-01F39DDB2785</GuidValue>
<Guid>B7611005-1F26-45ba-A3DB-01F39DDB2785</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for Fwh module</Abstract> <Abstract>Component description file for Fwh module</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>BootMode</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeimEntryPoint</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> <Keyword>PeimEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>BootMode.c</Filename> <Filename>BootMode.c</Filename>
<Filename>BootMode.dxs</Filename> <Filename>BootMode.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<PPIs> <PPIs>
<Ppi Usage="SOMETIMES_PRODUCED">BootInRecoveryMode</Ppi> <Ppi Usage="SOMETIMES_PRODUCED">
<Ppi Usage="ALWAYS_PRODUCED">MasterBootMode</Ppi> <PpiCName>BootInRecoveryMode</PpiCName>
</Ppi>
<Ppi Usage="ALWAYS_PRODUCED">
<PpiCName>MasterBootMode</PpiCName>
</Ppi>
</PPIs> </PPIs>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>InitializeBootMode</ModuleEntryPoint> <ModuleEntryPoint>InitializeBootMode</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,69 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>WinNtFwh</BaseName> <ModuleName>WinNtFwh</ModuleName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>PE32_PEIM</ComponentType> <GuidValue>F0384FFD-8633-452f-9010-F6B7D2EAE2F1</GuidValue>
<Guid>F0384FFD-8633-452f-9010-F6B7D2EAE2F1</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for WinNtFwh module</Abstract> <Abstract>Component description file for WinNtFwh module</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-23 10:33</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>WinNtFwh</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeimEntryPoint</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> <Keyword>PeimEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>HobLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>WinNtFwh.c</Filename> <Filename>WinNtFwh.c</Filename>
<Filename>WinNtFwh.dxs</Filename> <Filename>WinNtFwh.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Hobs>
<Hob Usage="ALWAYS_PRODUCED" HobType="FIRMWARE_VOLUME">
<Name>FvRecovery.fv</Name>
</Hob>
<Hob Usage="ALWAYS_PRODUCED" HobType="RESOURCE_DESCRIPTOR">
<Name>EFI_RESOURCE_FIRMWARE_DEVICE</Name>
</Hob>
<Hob Usage="ALWAYS_PRODUCED" HobType="FIRMWARE_VOLUME">
<Name>NVSTORAGE.fv</Name>
</Hob>
</Hobs>
<PPIs> <PPIs>
<Ppi Usage="ALWAYS_CONSUMED">NtFwh</Ppi> <Ppi Usage="ALWAYS_CONSUMED">
<PpiCName>NtFwh</PpiCName>
</Ppi>
</PPIs> </PPIs>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>PeimInitializeWinNtFwh</ModuleEntryPoint> <ModuleEntryPoint>PeimInitializeWinNtFwh</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,101 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>PeiFlashMap</BaseName> <ModuleName>PeiFlashMap</ModuleName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>PE32_PEIM</ComponentType> <GuidValue>681F3771-6F1D-42DE-9AA2-F82BBCDBC5F9</GuidValue>
<Guid>681F3771-6F1D-42DE-9AA2-F82BBCDBC5F9</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for FlashMap PEI module</Abstract> <Abstract>Component description file for FlashMap PEI module</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-23 10:43</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>PeiFlashMap</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeimEntryPoint</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> <Keyword>PeimEntryPoint</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>HobLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>FlashMap.c</Filename> <Filename>FlashMap.c</Filename>
<Filename>FlashMap.dxs</Filename> <Filename>FlashMap.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="ALWAYS_CONSUMED">FirmwareVolumeBlock</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>FirmwareVolumeBlock</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Hobs>
<Hob Usage="ALWAYS_PRODUCED" HobType="GUID_EXTENSION">
<Name>VariableArea</Name>
<C_Name>gEfiFlashMapHobGuid</C_Name>
<Guid>0xb091e7d2, 0x5a0, 0x4198, 0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59</Guid>
</Hob>
<Hob Usage="ALWAYS_PRODUCED" HobType="GUID_EXTENSION">
<Name>FtwBackupBlock</Name>
<C_Name>gEfiFlashMapHobGuid</C_Name>
<Guid>0xb091e7d2, 0x5a0, 0x4198, 0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59</Guid>
</Hob>
<Hob Usage="ALWAYS_PRODUCED" HobType="GUID_EXTENSION">
<Name>FtwStateArea</Name>
<C_Name>gEfiFlashMapHobGuid</C_Name>
<Guid>0xb091e7d2, 0x5a0, 0x4198, 0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59</Guid>
</Hob>
<Hob Usage="ALWAYS_PRODUCED" HobType="GUID_EXTENSION">
<Name>RecoveryBios</Name>
<C_Name>gEfiFlashMapHobGuid</C_Name>
<Guid>0xb091e7d2, 0x5a0, 0x4198, 0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59</Guid>
</Hob>
<Hob Usage="ALWAYS_PRODUCED" HobType="GUID_EXTENSION">
<Name>SystemNvDataHob</Name>
<C_Name>gEfiFlashMapHobGuid</C_Name>
<Guid>0xb091e7d2, 0x5a0, 0x4198, 0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59</Guid>
</Hob>
</Hobs>
<PPIs> <PPIs>
<Ppi Usage="ALWAYS_PRODUCED">FlashMap</Ppi> <Ppi Usage="ALWAYS_PRODUCED">
<Ppi Usage="ALWAYS_CONSUMED">NtFwh</Ppi> <PpiCName>FlashMap</PpiCName>
</Ppi>
<Ppi Usage="ALWAYS_CONSUMED">
<PpiCName>NtFwh</PpiCName>
</Ppi>
</PPIs> </PPIs>
<Guids> <Guids>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>FlashMapHob</C_Name> <GuidCName>FlashMapHob</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>FirmwareFileSystem</C_Name> <GuidCName>FirmwareFileSystem</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>SystemNvDataHob</C_Name> <GuidCName>SystemNvDataHob</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>PeimInitializeFlashMap</ModuleEntryPoint> <ModuleEntryPoint>PeimInitializeFlashMap</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,69 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>MonoStatusCode</BaseName> <ModuleName>MonoStatusCode</ModuleName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>PE32_PEIM</ComponentType> <GuidValue>1501614E-0E6C-4ef4-8B8F-C276CDFB646F</GuidValue>
<Guid>1501614E-0E6C-4ef4-8B8F-C276CDFB646F</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for DiskIo module.</Abstract> <Abstract>Component description file for DiskIo module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>MonoStatusCode</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeimEntryPoint</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">EdkMemoryStatusCodeLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeimEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>EdkMemoryStatusCodeLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>HobLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>MonoStatusCode.dxs</Filename> <Filename>MonoStatusCode.dxs</Filename>
<Filename>MonoStatusCode.c</Filename> <Filename>MonoStatusCode.c</Filename>
<Filename>PlatformStatusCode.c</Filename> <Filename>PlatformStatusCode.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="SOMETIMES_CONSUMED">StatusCode</Protocol> <Protocol Usage="SOMETIMES_CONSUMED">
<ProtocolCName>StatusCode</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Hobs>
<Hob Usage="SOMETIMES_PRODUCED" HobType="GUID_EXTENSION">
<Name>TranslateDxeStatusCodeToPeiStatusCode</Name>
<C_Name>gEfiStatusCodeRuntimeProtocolGuid</C_Name>
<Guid>0xd2b2b828, 0x826, 0x48a7, 0xb3, 0xdf, 0x98, 0x3c, 0x0, 0x60, 0x24, 0xf0</Guid>
</Hob>
</Hobs>
<PPIs> <PPIs>
<Ppi Usage="ALWAYS_CONSUMED">StatusCode</Ppi> <Ppi Usage="ALWAYS_CONSUMED">
<Ppi Usage="SOMETIMES_CONSUMED">FvFileLoader</Ppi> <PpiCName>StatusCode</PpiCName>
</Ppi>
<Ppi Usage="SOMETIMES_CONSUMED">
<PpiCName>FvFileLoader</PpiCName>
</Ppi>
</PPIs> </PPIs>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>InstallMonoStatusCode</ModuleEntryPoint> <ModuleEntryPoint>InstallMonoStatusCode</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,68 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>WinNtStuff</BaseName> <ModuleName>WinNtStuff</ModuleName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>PE32_PEIM</ComponentType> <GuidValue>D3AAD8DC-3A48-46ac-B1C7-28A9D3CF6755</GuidValue>
<Guid>D3AAD8DC-3A48-46ac-B1C7-28A9D3CF6755</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for WinNtStuff module</Abstract> <Abstract>Component description file for WinNtStuff module</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>WinNtStuff</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeimEntryPoint</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> <Keyword>PeimEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>HobLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>WinNtStuff.c</Filename> <Filename>WinNtStuff.c</Filename>
<Filename>WinNtStuff.dxs</Filename> <Filename>WinNtStuff.dxs</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="ALWAYS_CONSUMED">WinNtThunk</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>WinNtThunk</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Hobs>
<Hob Usage="ALWAYS_PRODUCED" HobType="GUID_EXTENSION">
<Name>WinNtThunkProtocol</Name>
<C_Name>gEfiWinNtThunkProtocolGuid</C_Name>
<Guid>0x58c518b1, 0x76f3, 0x11d4, 0xbc, 0xea, 0x00, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid>
</Hob>
</Hobs>
<PPIs> <PPIs>
<Ppi Usage="ALWAYS_CONSUMED">NtThunk</Ppi> <Ppi Usage="ALWAYS_CONSUMED">
<PpiCName>NtThunk</PpiCName>
</Ppi>
</PPIs> </PPIs>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>PeimInitializeWinNtStuff</ModuleEntryPoint> <ModuleEntryPoint>PeimInitializeWinNtStuff</ModuleEntryPoint>
</Extern> </Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,89 +1,105 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>FwBlockService</BaseName> <ModuleName>FwBlockService</ModuleName>
<ModuleType>DXE_RUNTIME_DRIVER</ModuleType> <ModuleType>DXE_RUNTIME_DRIVER</ModuleType>
<ComponentType>RT_DRIVER</ComponentType> <GuidValue>BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9</GuidValue>
<Guid>BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for DiskIo module.</Abstract> <Abstract>Component description file for DiskIo module.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>FwBlockService</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass> <Keyword>UefiLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">DxeServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">DxeRuntimeDriverLib</LibraryClass> <Keyword>UefiDriverEntryPoint</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DxeServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DxeRuntimeDriverLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>HobLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>Nt32Fwh.dxs</Filename> <Filename>Nt32Fwh.dxs</Filename>
<Arch ArchType="IA32"> <Filename SupArchList="IA32">nt32\FwBlockService.c</Filename>
<Filename>nt32\FwBlockService.c</Filename> <Filename SupArchList="IA32">nt32\FwBlockService.h</Filename>
<Filename>nt32\FwBlockService.h</Filename> <Filename SupArchList="IA32">nt32\FvbInfo.c</Filename>
<Filename>nt32\FvbInfo.c</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols>
<Protocol Usage="SOMETIMES_PRODUCED">DevicePath</Protocol> <Protocol Usage="SOMETIMES_PRODUCED">
<Protocol Usage="SOMETIMES_PRODUCED">FirmwareVolumeBlock</Protocol> <ProtocolCName>DevicePath</ProtocolCName>
<Protocol Usage="ALWAYS_PRODUCED">FvbExtension</Protocol> </Protocol>
<Protocol Usage="SOMETIMES_PRODUCED">
<ProtocolCName>FirmwareVolumeBlock</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_PRODUCED">
<ProtocolCName>FvbExtension</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Events> <Events>
<CreateEvents> <CreateEvents>
<Event Usage="ALWAYS_CONSUMED" EventGroup="EVENT_GROUP_VIRTUAL_ADDRESS_CHANGE"> <EventTypes EventGuidCName="gEfiEventVirtualAddressChangeGuid" Usage="ALWAYS_CONSUMED">
<C_Name>gEfiEventVirtualAddressChangeGuid</C_Name> <EventType>EVENT_GROUP_GUID</EventType>
<Guid>0x13fa7698, 0xc831, 0x49c7, 0x87, 0xea, 0x8f, 0x43, 0xfc, 0xc2, 0x51, 0x96</Guid> </EventTypes>
</Event>
</CreateEvents> </CreateEvents>
</Events> </Events>
<Hobs>
<Hob Usage="ALWAYS_CONSUMED" HobType="FIRMWARE_VOLUME"></Hob>
</Hobs>
<Guids> <Guids>
<GuidEntry Usage="ALWAYS_PRODUCED"> <GuidCNames Usage="ALWAYS_PRODUCED">
<C_Name>AlternateFvBlock</C_Name> <GuidCName>AlternateFvBlock</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<ModuleEntryPoint>FvbInitialize</ModuleEntryPoint> <ModuleEntryPoint>FvbInitialize</ModuleEntryPoint>
</Extern> </Extern>
<Extern>
<SetVirtualAddressMapCallBack></SetVirtualAddressMapCallBack>
<ExitBootServicesCallBack></ExitBootServicesCallBack>
</Extern>
</Externs> </Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,44 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>SecMain</BaseName> <ModuleName>SecMain</ModuleName>
<ModuleType>SEC</ModuleType> <ModuleType>USER_DEFINED</ModuleType>
<ComponentType>SEC</ComponentType> <GuidValue>4b837b03-6587-4d19-b82b-edfad836c0a0</GuidValue>
<Guid>4b837b03-6587-4d19-b82b-edfad836c0a0</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for NT32 Sec.Warning the [sources.*] does not work like you think!If you add a file you need to update the makefile in the NT32 build tipSEC_OBJECTS needs to get the OBJ of the new C file added in.We keep [sources.*] synced up with SEC_OBJECTS so dependencies workproperly.Libraries.Common does not work you must update SEC_OBJECTS in the platformmakefile</Abstract> <Abstract>Component description file for NT32 Sec.Warning the [sources.*] does not work like you think!If you add a file you need to update the makefile in the NT32 build tipSEC_OBJECTS needs to get the OBJ of the new C file added in.We keep [sources.*] synced up with SEC_OBJECTS so dependencies workproperly.Libraries.Common does not work you must update SEC_OBJECTS in the platformmakefile</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
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 http://opensource.org/licenses/bsd-license.php
http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</License>
<Created>2006-03-14 17:04</Created>
<Updated>2006-03-19 15:17</Updated>
<Specification>0</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>SecMain</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">PeCoffLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <Keyword>PeCoffLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">PrintLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">ReportStatusCodeLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PrintLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>ReportStatusCodeLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>SecMain.c</Filename> <Filename>SecMain.c</Filename>
@ -46,40 +58,52 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>WinNtThunk.c</Filename> <Filename>WinNtThunk.c</Filename>
<Filename>SecMain.h</Filename> <Filename>SecMain.h</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<PackageName>EdkModulePkg</PackageName> <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
<PackageName>EdkNt32Pkg</PackageName> <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
</Includes> </PackageDependencies>
<PPIs> <PPIs>
<Ppi Usage="ALWAYS_PRODUCED">NtThunk</Ppi> <Ppi Usage="ALWAYS_PRODUCED">
<Ppi Usage="ALWAYS_PRODUCED">NtAutoScan</Ppi> <PpiCName>NtThunk</PpiCName>
<Ppi Usage="ALWAYS_PRODUCED">NtFwh</Ppi> </Ppi>
<Ppi Usage="ALWAYS_PRODUCED">StatusCode</Ppi> <Ppi Usage="ALWAYS_PRODUCED">
<Ppi Usage="ALWAYS_PRODUCED">NtPeiLoadFile</Ppi> <PpiCName>NtAutoScan</PpiCName>
</Ppi>
<Ppi Usage="ALWAYS_PRODUCED">
<PpiCName>NtFwh</PpiCName>
</Ppi>
<Ppi Usage="ALWAYS_PRODUCED">
<PpiCName>StatusCode</PpiCName>
</Ppi>
<Ppi Usage="ALWAYS_PRODUCED">
<PpiCName>NtPeiLoadFile</PpiCName>
</Ppi>
</PPIs> </PPIs>
<Guids> <Guids>
<GuidEntry Usage="ALWAYS_PRODUCED"> <GuidCNames Usage="ALWAYS_PRODUCED">
<C_Name>PeiPeCoffLoader</C_Name> <GuidCName>PeiPeCoffLoader</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs>
<Extern> <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
<ModuleEntryPoint></ModuleEntryPoint> <Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Extern>
</Externs> </Externs>
<PcdCoded> <PcdCoded>
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdWinNtMemorySizeForSecMain</C_Name> <C_Name>PcdWinNtMemorySizeForSecMain</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtMemorySizeForSecMain</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdWinNtFirmwareVolume</C_Name> <C_Name>PcdWinNtFirmwareVolume</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtFirmwareVolume</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdWinNtBootMode</C_Name> <C_Name>PcdWinNtBootMode</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdWinNtBootMode</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
<BuildOptions> </ModuleSurfaceArea>
<Option>BUILD_TYPE=CUSTOM_BUILD</Option>
</BuildOptions>
</ModuleSurfaceArea>

View File

@ -24,53 +24,61 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<!-- Compile all dependency Library instances. --> <!-- Compile all dependency Library instances. -->
<target name="libraries"> <target name="libraries">
<ant antfile="${WORKSPACE_DIR}\MdePkg\Library\BaseLib\build.xml" inheritAll="false" target="BaseLib"> <GenBuild type="build">
<property name="WORKSPACE_DIR" value="${WORKSPACE_DIR}" /> <property name="ARCH" value="${ARCH}"/>
<property name="PACKAGE_DIR" value="${WORKSPACE_DIR}\MdePkg/" /> <property name="MODULE_GUID" value="27d67720-ea68-48ae-93da-a3a074c90e30"/>
<property name="ARCH" value="${ARCH}" /> <property name="MODULE_VERSION" value=""/>
<property name="TARGET" value="${TARGET}" /> <property name="PLATFORM" value="${PLATFORM}"/>
<property name="PACKAGE" value="MdePkg" /> <property name="PACKAGE_GUID" value="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</ant> <property name="PACKAGE_VERSION" value=""/>
<ant antfile="${WORKSPACE_DIR}\MdePkg\Library\BaseMemoryLib\build.xml" inheritAll="false" target="BaseMemoryLib"> </GenBuild>
<property name="WORKSPACE_DIR" value="${WORKSPACE_DIR}" /> <GenBuild type="build">
<property name="PACKAGE_DIR" value="${WORKSPACE_DIR}\MdePkg/" /> <property name="ARCH" value="${ARCH}"/>
<property name="ARCH" value="${ARCH}" /> <property name="MODULE_GUID" value="fd44e603-002a-4b29-9f5f-529e815b6165"/>
<property name="TARGET" value="${TARGET}" /> <property name="MODULE_VERSION" value=""/>
<property name="PACKAGE" value="MdePkg" /> <property name="PLATFORM" value="${PLATFORM}"/>
</ant> <property name="PACKAGE_GUID" value="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<ant antfile="${WORKSPACE_DIR}\MdePkg\Library\BasePrintLib\build.xml" inheritAll="false" target="BasePrintLib"> <property name="PACKAGE_VERSION" value=""/>
<property name="WORKSPACE_DIR" value="${WORKSPACE_DIR}" /> </GenBuild>
<property name="PACKAGE_DIR" value="${WORKSPACE_DIR}\MdePkg/" /> <GenBuild type="build">
<property name="ARCH" value="${ARCH}" /> <property name="ARCH" value="${ARCH}"/>
<property name="TARGET" value="${TARGET}" /> <property name="MODULE_GUID" value="a86fbfca-0183-4eeb-aa8a-762e3b7da1f3"/>
<property name="PACKAGE" value="MdePkg" /> <property name="MODULE_VERSION" value=""/>
</ant> <property name="PLATFORM" value="${PLATFORM}"/>
<ant antfile="${WORKSPACE_DIR}\MdePkg\Library\BasePeCoffLib\build.xml" inheritAll="false" target="BasePeCoffLib"> <property name="PACKAGE_GUID" value="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<property name="WORKSPACE_DIR" value="${WORKSPACE_DIR}" /> <property name="PACKAGE_VERSION" value=""/>
<property name="PACKAGE_DIR" value="${WORKSPACE_DIR}\MdePkg/" /> </GenBuild>
<property name="ARCH" value="${ARCH}" /> <GenBuild type="build">
<property name="TARGET" value="${TARGET}" /> <property name="ARCH" value="${ARCH}"/>
<property name="PACKAGE" value="MdePkg" /> <property name="MODULE_GUID" value="556f5d10-7309-4af4-b80a-8196bd60946f"/>
</ant> <property name="MODULE_VERSION" value=""/>
<ant antfile="${WORKSPACE_DIR}\MdePkg\Library\BaseReportStatusCodeLibNull\build.xml" inheritAll="false" target="BaseReportStatusCodeLibNull"> <property name="PLATFORM" value="${PLATFORM}"/>
<property name="WORKSPACE_DIR" value="${WORKSPACE_DIR}" /> <property name="PACKAGE_GUID" value="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<property name="PACKAGE_DIR" value="${WORKSPACE_DIR}\MdePkg/" /> <property name="PACKAGE_VERSION" value=""/>
<property name="ARCH" value="${ARCH}" /> </GenBuild>
<property name="TARGET" value="${TARGET}" /> <GenBuild type="build">
<property name="PACKAGE" value="MdePkg" /> <property name="ARCH" value="${ARCH}"/>
</ant> <property name="MODULE_GUID" value="55c61087-7367-4546-bc32-4937c5e6aff3"/>
<ant antfile="${WORKSPACE_DIR}\MdePkg\Library\BaseDebugLibNull\build.xml" inheritAll="false" target="BaseDebugLibNull"> <property name="MODULE_VERSION" value=""/>
<property name="WORKSPACE_DIR" value="${WORKSPACE_DIR}" /> <property name="PLATFORM" value="${PLATFORM}"/>
<property name="PACKAGE_DIR" value="${WORKSPACE_DIR}\MdePkg/" /> <property name="PACKAGE_GUID" value="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<property name="ARCH" value="${ARCH}" /> <property name="PACKAGE_VERSION" value=""/>
<property name="TARGET" value="${TARGET}" /> </GenBuild>
<property name="PACKAGE" value="MdePkg" /> <GenBuild type="build">
</ant> <property name="ARCH" value="${ARCH}"/>
<Expand /> <property name="MODULE_GUID" value="9ba1d976-0624-41a3-8650-28165e8d9ae8"/>
<property name="MODULE_VERSION" value=""/>
<property name="PLATFORM" value="${PLATFORM}"/>
<property name="PACKAGE_GUID" value="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
<property name="PACKAGE_VERSION" value=""/>
</GenBuild>
</target> </target>
<target name="sourcefiles"> <target name="sourcefiles">
<Build_AUTOGEN FILENAME="AutoGen" FILEPATH="."> <Build_AUTOGEN FILEEXT="c" FILENAME="AutoGen" FILEPATH=".">
<EXTRA.INC> <EXTRA.INC>
<includepath path="${WORKSPACE_DIR}"/>
<includepath path="${MODULE_DIR}"/>
<includepath path="${MODULE_DIR}\${ARCH}"/>
<includepath path="${WORKSPACE_DIR}\MdePkg\Include"/> <includepath path="${WORKSPACE_DIR}\MdePkg\Include"/>
<includepath path="${WORKSPACE_DIR}\MdePkg\Include\${ARCH}"/> <includepath path="${WORKSPACE_DIR}\MdePkg\Include\${ARCH}"/>
<includepath path="${WORKSPACE_DIR}\EdkModulePkg\Include"/> <includepath path="${WORKSPACE_DIR}\EdkModulePkg\Include"/>
@ -80,8 +88,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<includepath path="${DEST_DIR_DEBUG}"/> <includepath path="${DEST_DIR_DEBUG}"/>
</EXTRA.INC> </EXTRA.INC>
</Build_AUTOGEN> </Build_AUTOGEN>
<Build_C_Code FILENAME="FwVol" FILEPATH="."> <var name="OBJECTS" value="${OBJECTS} ${DEST_DIR_OUTPUT}/AutoGen.obj" />
<Build_CCode FILEEXT="c" FILENAME="FwVol" FILEPATH=".">
<EXTRA.INC> <EXTRA.INC>
<includepath path="${WORKSPACE_DIR}"/>
<includepath path="${MODULE_DIR}"/>
<includepath path="${MODULE_DIR}\${ARCH}"/>
<includepath path="${WORKSPACE_DIR}\MdePkg\Include"/> <includepath path="${WORKSPACE_DIR}\MdePkg\Include"/>
<includepath path="${WORKSPACE_DIR}\MdePkg\Include\${ARCH}"/> <includepath path="${WORKSPACE_DIR}\MdePkg\Include\${ARCH}"/>
<includepath path="${WORKSPACE_DIR}\EdkModulePkg\Include"/> <includepath path="${WORKSPACE_DIR}\EdkModulePkg\Include"/>
@ -90,9 +102,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<includepath path="${WORKSPACE_DIR}\EdkNt32Pkg\Include\${ARCH}"/> <includepath path="${WORKSPACE_DIR}\EdkNt32Pkg\Include\${ARCH}"/>
<includepath path="${DEST_DIR_DEBUG}"/> <includepath path="${DEST_DIR_DEBUG}"/>
</EXTRA.INC> </EXTRA.INC>
</Build_C_Code> </Build_CCode>
<Build_C_Code FILENAME="WinNtThunk" FILEPATH="."> <var name="OBJECTS" value="${OBJECTS} ${DEST_DIR_OUTPUT}/FwVol.obj" />
<Build_CCode FILEEXT="c" FILENAME="WinNtThunk" FILEPATH=".">
<EXTRA.INC> <EXTRA.INC>
<includepath path="${WORKSPACE_DIR}"/>
<includepath path="${MODULE_DIR}"/>
<includepath path="${MODULE_DIR}\${ARCH}"/>
<includepath path="${WORKSPACE_DIR}\MdePkg\Include"/> <includepath path="${WORKSPACE_DIR}\MdePkg\Include"/>
<includepath path="${WORKSPACE_DIR}\MdePkg\Include\${ARCH}"/> <includepath path="${WORKSPACE_DIR}\MdePkg\Include\${ARCH}"/>
<includepath path="${WORKSPACE_DIR}\EdkModulePkg\Include"/> <includepath path="${WORKSPACE_DIR}\EdkModulePkg\Include"/>
@ -101,9 +117,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<includepath path="${WORKSPACE_DIR}\EdkNt32Pkg\Include\${ARCH}"/> <includepath path="${WORKSPACE_DIR}\EdkNt32Pkg\Include\${ARCH}"/>
<includepath path="${DEST_DIR_DEBUG}"/> <includepath path="${DEST_DIR_DEBUG}"/>
</EXTRA.INC> </EXTRA.INC>
</Build_C_Code> </Build_CCode>
<Build_C_Code FILENAME="SecMain" FILEPATH="."> <var name="OBJECTS" value="${OBJECTS} ${DEST_DIR_OUTPUT}/WinNtThunk.obj" />
<Build_CCode FILEEXT="c" FILENAME="SecMain" FILEPATH=".">
<EXTRA.INC> <EXTRA.INC>
<includepath path="${WORKSPACE_DIR}"/>
<includepath path="${MODULE_DIR}"/>
<includepath path="${MODULE_DIR}\${ARCH}"/>
<includepath path="${WORKSPACE_DIR}\MdePkg\Include"/> <includepath path="${WORKSPACE_DIR}\MdePkg\Include"/>
<includepath path="${WORKSPACE_DIR}\MdePkg\Include\${ARCH}"/> <includepath path="${WORKSPACE_DIR}\MdePkg\Include\${ARCH}"/>
<includepath path="${WORKSPACE_DIR}\EdkModulePkg\Include"/> <includepath path="${WORKSPACE_DIR}\EdkModulePkg\Include"/>
@ -112,12 +132,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<includepath path="${WORKSPACE_DIR}\EdkNt32Pkg\Include\${ARCH}"/> <includepath path="${WORKSPACE_DIR}\EdkNt32Pkg\Include\${ARCH}"/>
<includepath path="${DEST_DIR_DEBUG}"/> <includepath path="${DEST_DIR_DEBUG}"/>
</EXTRA.INC> </EXTRA.INC>
</Build_C_Code> </Build_CCode>
<var name="OBJECTS" value="${OBJECTS} ${DEST_DIR_OUTPUT}/SecMain.obj" />
</target> </target>
<target name="sections" /> <target name="sections" />
<target name="output" > <target name="output" >
<echo message="##Entering Output!" />
<OnDependency> <OnDependency>
<sourcefiles> <sourcefiles>
<file list="${OBJECTS}"/> <file list="${OBJECTS}"/>
@ -128,10 +147,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
</targetfiles> </targetfiles>
<sequential> <sequential>
<shellscript shell="cmd.exe" tmpsuffix=".cmd"> <shellscript shell="cmd.exe" tmpsuffix=".cmd" >
<arg line="/c"/> <arg line="/c"/>
<arg line="call"/> <arg line="call"/>
"${LINK}" /LIBPATH:"${env.MSVCDir}\Lib" /LIBPATH:"${env.MSVCDir}\PlatformSdk\Lib" /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP /OPT:REF /DEBUG /MACHINE:I386 /LTCG Kernel32.lib MsvcRt.lib Gdi32.lib User32.lib Winmm.lib ${OBJECTS} ${LIBS} /base:0x10000000 /out:${BIN_DIR}\SecMain.exe /pdb:${DEST_DIR_DEBUG}\SecMain.pdb "${DLINK}" /LIBPATH:"${env.MSVCDir}\Lib" /LIBPATH:"${env.MSVCDir}\PlatformSdk\Lib" /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP /OPT:REF /DEBUG /MACHINE:I386 /LTCG Kernel32.lib MsvcRt.lib Gdi32.lib User32.lib Winmm.lib ${OBJECTS} ${LIBS} /base:0x10000000 /out:${BIN_DIR}\SecMain.exe /pdb:${DEST_DIR_DEBUG}\SecMain.pdb
</shellscript> </shellscript>
</sequential> </sequential>
</OnDependency> </OnDependency>