bbahnsen | 878ddf1 | 2006-04-21 22:54:32 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <!--
|
| 3 | Copyright (c) 2006, Intel Corporation
|
| 4 | All rights reserved. This program and the accompanying materials
|
| 5 | are licensed and made available under the terms and conditions of the BSD License
|
| 6 | which accompanies this distribution. The full text of the license may be found at
|
| 7 | http://opensource.org/licenses/bsd-license.php
|
| 8 |
|
| 9 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 10 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 11 | -->
|
| 12 | <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">
|
| 13 | <MsaLibHeader>
|
| 14 | <BaseName>Nt32PeCoffLoaderLib</BaseName>
|
| 15 | <ModuleType>PEIM</ModuleType>
|
| 16 | <ComponentType>LIBRARY</ComponentType>
|
| 17 | <Guid>3c5702f2-9b17-4273-b60c-b96e6cd13066</Guid>
|
| 18 | <Version>EDK_RELEASE_VERSION 0x00020000</Version>
|
| 19 | <Abstract>Component description file for the PEI library.</Abstract>
|
| 20 | <Description>FIX ME!</Description>
|
| 21 | <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>
|
| 22 | <License>
|
| 23 | All rights reserved. This program and the accompanying materials
|
| 24 | are licensed and made available under the terms and conditions of the BSD License
|
| 25 | which accompanies this distribution. The full text of the license may be found at
|
| 26 | http://opensource.org/licenses/bsd-license.php
|
| 27 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 28 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 29 | </License>
|
| 30 | <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
|
| 31 | <Created>2006-03-14 17:04</Created>
|
| 32 | <Updated>2006-03-31 13:20</Updated>
|
| 33 | </MsaLibHeader>
|
| 34 | <LibraryClassDefinitions>
|
| 35 | <LibraryClass Usage="ALWAYS_PRODUCED">EdkPeCoffLoaderLib</LibraryClass>
|
| 36 | </LibraryClassDefinitions>
|
| 37 | <SourceFiles>
|
| 38 | <Filename>Nt32PeCoffLoader.c</Filename>
|
| 39 | </SourceFiles>
|
| 40 | <Includes>
|
| 41 | <PackageName>MdePkg</PackageName>
|
| 42 | <PackageName>EdkModulePkg</PackageName>
|
| 43 | <PackageName>EdkNt32Pkg</PackageName>
|
| 44 | </Includes>
|
| 45 | <PPIs>
|
| 46 | <Ppi Usage="ALWAYS_CONSUMED">PeCoffLoader</Ppi>
|
| 47 | </PPIs>
|
| 48 | <Externs>
|
| 49 | <Extern>
|
| 50 | <Constructor>PeCoffLoaderConstructor</Constructor>
|
| 51 | </Extern>
|
| 52 | </Externs>
|
| 53 | </LibraryModuleSurfaceArea>
|