diff options
Diffstat (limited to 'EdkModulePkg/Core/DxeIplPeim/DxeIplX64.mbd')
-rw-r--r-- | EdkModulePkg/Core/DxeIplPeim/DxeIplX64.mbd | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/EdkModulePkg/Core/DxeIplPeim/DxeIplX64.mbd b/EdkModulePkg/Core/DxeIplPeim/DxeIplX64.mbd new file mode 100644 index 0000000000..2df91ecde8 --- /dev/null +++ b/EdkModulePkg/Core/DxeIplPeim/DxeIplX64.mbd @@ -0,0 +1,49 @@ +<?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.
+-->
+<ModuleBuildDescription 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">
+ <MbdHeader>
+ <BaseName>DxeIpl</BaseName>
+ <Guid>86D70125-BAA3-4296-A62F-602BEBBB9081</Guid>
+ <Version>EDK_RELEASE_VERSION 0x00020000</Version>
+ <Description>FIX ME!</Description>
+ <Copyright>Copyright 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-04-03 23:58</Created>
+ </MbdHeader>
+ <Libraries>
+ <Library>PeimEntryPoint</Library>
+ <Library>PeiMemoryLib</Library>
+ <Library>PeiCoreLib</Library>
+ <Library>PeiServicesTablePointerLib</Library>
+ <Library>PeiHobLib</Library>
+ <Library>BaseCacheMaintenanceLib</Library>
+ <Library>BaseUefiTianoDecompressLib</Library>
+ <Library>BaseCustomDecompressLibNull</Library>
+ <Library>PeiReportStatusCodeLib</Library>
+ <Library>BaseDebugLibReportStatusCode</Library>
+ <Library>BaseLib</Library>
+ <Library>PeiMemoryAllocationLib</Library>
+ <Library>PeiReportStatusCodeLib</Library>
+ <Arch ArchType="IA32" OverrideID="8888">
+ <Library>EdkPeCoffLoaderX64Lib</Library>
+ <Library>EdkPeCoffLoaderLib</Library>
+ <Library>BasePeCoffLib</Library>
+ </Arch>
+ </Libraries>
+</ModuleBuildDescription>
|