2006-04-22 00:54:32 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (c) 2006, Intel Corporation
|
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
<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>
|
|
|
|
<BaseName>WinNtAutoScan</BaseName>
|
|
|
|
<ModuleType>PEIM</ModuleType>
|
|
|
|
<ComponentType>PE32_PEIM</ComponentType>
|
|
|
|
<Guid>BE0FEABA-3443-4919-9F3A-2D4216329EA9</Guid>
|
|
|
|
<Version>0</Version>
|
|
|
|
<Abstract>Component description file for WinNtAutoScan module</Abstract>
|
|
|
|
<Description>FIX ME!</Description>
|
|
|
|
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
|
|
|
|
<License>
|
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
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.
|
|
|
|
</License>
|
|
|
|
<Created>2006-03-14 17:04</Created>
|
|
|
|
<Updated>2006-03-19 15:17</Updated>
|
2006-05-25 23:42:12 +02:00
|
|
|
<Specification>0</Specification>
|
2006-04-22 00:54:32 +02:00
|
|
|
</MsaHeader>
|
|
|
|
<LibraryClassDefinitions>
|
|
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>
|
|
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">PeimEntryPoint</LibraryClass>
|
|
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>
|
|
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass>
|
|
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass>
|
2006-06-08 05:36:57 +02:00
|
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesLib</LibraryClass>
|
2006-04-22 00:54:32 +02:00
|
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass>
|
|
|
|
</LibraryClassDefinitions>
|
|
|
|
<SourceFiles>
|
|
|
|
<Filename>WinNtAutoScan.c</Filename>
|
|
|
|
<Filename>WinNtAutoscan.dxs</Filename>
|
|
|
|
</SourceFiles>
|
|
|
|
<Includes>
|
|
|
|
<PackageName>MdePkg</PackageName>
|
|
|
|
<PackageName>EdkModulePkg</PackageName>
|
|
|
|
<PackageName>EdkNt32Pkg</PackageName>
|
|
|
|
</Includes>
|
|
|
|
<Hobs>
|
|
|
|
<Hob Usage="ALWAYS_PRODUCED" HobType="RESOURCE_DESCRIPTOR">
|
|
|
|
<Name>EFI_RESOURCE_SYSTEM_MEMORY</Name>
|
|
|
|
</Hob>
|
|
|
|
<Hob Usage="ALWAYS_PRODUCED" HobType="CPU"></Hob>
|
|
|
|
</Hobs>
|
|
|
|
<PPIs>
|
|
|
|
<Ppi Usage="ALWAYS_CONSUMED">NtAutoScan</Ppi>
|
|
|
|
<Ppi Usage="ALWAYS_CONSUMED">BaseMemoryTest</Ppi>
|
|
|
|
<Ppi Usage="ALWAYS_PRODUCED">MemoryDiscovered</Ppi>
|
|
|
|
</PPIs>
|
|
|
|
<Externs>
|
|
|
|
<Extern>
|
|
|
|
<ModuleEntryPoint>PeimInitializeWinNtAutoScan</ModuleEntryPoint>
|
|
|
|
</Extern>
|
|
|
|
</Externs>
|
|
|
|
</ModuleSurfaceArea>
|