+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Fat</BaseName>\r
- <Guid>5058F21C-BC34-11d4-BD18-0080C73C8881</Guid>\r
- <Version>0</Version>\r
- <Description>This is the FAT 32 EFI/Tiano Driver\r
-</Description>\r
- <Copyright>Copyright 2004, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-17 20:56</Created>\r
- <Modified>2006-03-19 16:17</Modified>\r
- </MbdHeader>\r
- <BuildOptions>\r
- <Option>copy ${SOURCE_DIR}\${PROCESSOR}\Fat.FFS ${BIN_DIR}\5058F21C-BC34-11d4-BD18-0080C73C8881-Fat.DXE /y</Option>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Fat"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="."/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="Fat">\r
- <GenBuild baseName="Fat" mbdFilename="${MODULE_DIR}/Fat.mbd" msaFilename="${MODULE_DIR}/Fat.msa"/>\r
- </target>\r
- <target depends="Fat_clean" name="clean"/>\r
- <target depends="Fat_cleanall" name="cleanall"/>\r
- <target name="Fat_clean">\r
- <OutputDirSetup baseName="Fat" mbdFilename="${MODULE_DIR}/Fat.mbd" msaFilename="${MODULE_DIR}/Fat.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Fat_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Fat_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Fat_cleanall">\r
- <OutputDirSetup baseName="Fat" mbdFilename="${MODULE_DIR}/Fat.mbd" msaFilename="${MODULE_DIR}/Fat.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Fat_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Fat_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Fat*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8" ?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<project default="workspace" basedir=".">\r
- <taskdef resource="GenBuild.tasks" />\r
- \r
- <target name="workspace">\r
- <bf recursive="true" />\r
- </target>\r
-</project>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>HelloWorld</BaseName>\r
- <Guid>6987936E-ED34-44db-AE97-1FA5E4ED2116</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-20 20:41</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDebugLibStdErr</Library>\r
- <Library>BasePrintLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- <Option>TARGET_BS_DRIVER=HelloWorld</Option>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="HelloWorld"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Application/HelloWorld"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="HelloWorld">\r
- <GenBuild baseName="HelloWorld" mbdFilename="${MODULE_DIR}/HelloWorld.mbd" msaFilename="${MODULE_DIR}/HelloWorld.msa"/>\r
- </target>\r
- <target depends="HelloWorld_clean" name="clean"/>\r
- <target depends="HelloWorld_cleanall" name="cleanall"/>\r
- <target name="HelloWorld_clean">\r
- <OutputDirSetup baseName="HelloWorld" mbdFilename="${MODULE_DIR}/HelloWorld.mbd" msaFilename="${MODULE_DIR}/HelloWorld.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/HelloWorld_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/HelloWorld_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="HelloWorld_cleanall">\r
- <OutputDirSetup baseName="HelloWorld" mbdFilename="${MODULE_DIR}/HelloWorld.mbd" msaFilename="${MODULE_DIR}/HelloWorld.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/HelloWorld_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/HelloWorld_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**HelloWorld*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>AtapiPassThru</BaseName>\r
- <Guid>E49061CE-99A7-41d3-AB3A-36E5CFBAD63E</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="AtapiPassThru"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Pci/AtapiPassThru/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="AtapiPassThru">\r
- <GenBuild baseName="AtapiPassThru" mbdFilename="${MODULE_DIR}/AtapiPassThru.mbd" msaFilename="${MODULE_DIR}/AtapiPassThru.msa"/>\r
- </target>\r
- <target depends="AtapiPassThru_clean" name="clean"/>\r
- <target depends="AtapiPassThru_cleanall" name="cleanall"/>\r
- <target name="AtapiPassThru_clean">\r
- <OutputDirSetup baseName="AtapiPassThru" mbdFilename="${MODULE_DIR}/AtapiPassThru.mbd" msaFilename="${MODULE_DIR}/AtapiPassThru.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/AtapiPassThru_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/AtapiPassThru_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="AtapiPassThru_cleanall">\r
- <OutputDirSetup baseName="AtapiPassThru" mbdFilename="${MODULE_DIR}/AtapiPassThru.mbd" msaFilename="${MODULE_DIR}/AtapiPassThru.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/AtapiPassThru_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/AtapiPassThru_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**AtapiPassThru*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>CirrusLogic5430UgaDraw</BaseName>\r
- <Guid>555F76EA-785F-40d7-9174-153C43636C68</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="CirrusLogic5430UgaDraw"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Pci/CirrusLogic/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="CirrusLogic5430UgaDraw">\r
- <GenBuild baseName="CirrusLogic5430UgaDraw" mbdFilename="${MODULE_DIR}/CirrusLogic5430.mbd" msaFilename="${MODULE_DIR}/CirrusLogic5430.msa"/>\r
- </target>\r
- <target depends="CirrusLogic5430UgaDraw_clean" name="clean"/>\r
- <target depends="CirrusLogic5430UgaDraw_cleanall" name="cleanall"/>\r
- <target name="CirrusLogic5430UgaDraw_clean">\r
- <OutputDirSetup baseName="CirrusLogic5430UgaDraw" mbdFilename="${MODULE_DIR}/CirrusLogic5430.mbd" msaFilename="${MODULE_DIR}/CirrusLogic5430.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/CirrusLogic5430UgaDraw_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/CirrusLogic5430UgaDraw_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="CirrusLogic5430UgaDraw_cleanall">\r
- <OutputDirSetup baseName="CirrusLogic5430UgaDraw" mbdFilename="${MODULE_DIR}/CirrusLogic5430.mbd" msaFilename="${MODULE_DIR}/CirrusLogic5430.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/CirrusLogic5430UgaDraw_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/CirrusLogic5430UgaDraw_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**CirrusLogic5430UgaDraw*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="IdeBus"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Pci/IdeBus/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="IdeBusLite">\r
- <GenBuild baseName="IdeBusLite" mbdFilename="${MODULE_DIR}/idebusLite.mbd" msaFilename="${MODULE_DIR}/idebusLite.msa"/>\r
- </target>\r
- <target name="IdeBus">\r
- <GenBuild baseName="IdeBus" mbdFilename="${MODULE_DIR}/idebus.mbd" msaFilename="${MODULE_DIR}/idebus.msa"/>\r
- </target>\r
- <target depends="IdeBus_clean" name="clean"/>\r
- <target depends="IdeBus_cleanall" name="cleanall"/>\r
- <target name="IdeBusLite_clean">\r
- <OutputDirSetup baseName="IdeBusLite" mbdFilename="${MODULE_DIR}/idebusLite.mbd" msaFilename="${MODULE_DIR}/idebusLite.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/IdeBusLite_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/IdeBusLite_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="IdeBus_clean">\r
- <OutputDirSetup baseName="IdeBus" mbdFilename="${MODULE_DIR}/idebus.mbd" msaFilename="${MODULE_DIR}/idebus.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/IdeBus_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/IdeBus_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="IdeBusLite_cleanall">\r
- <OutputDirSetup baseName="IdeBusLite" mbdFilename="${MODULE_DIR}/idebusLite.mbd" msaFilename="${MODULE_DIR}/idebusLite.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/IdeBusLite_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/IdeBusLite_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**IdeBusLite*"/>\r
- </delete>\r
- </target>\r
- <target name="IdeBus_cleanall">\r
- <OutputDirSetup baseName="IdeBus" mbdFilename="${MODULE_DIR}/idebus.mbd" msaFilename="${MODULE_DIR}/idebus.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/IdeBus_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/IdeBus_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**IdeBus*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>IdeBus</BaseName>\r
- <Guid>69FD8E47-A161-4550-B01A-5594CEB2B2B2</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-22 16:27</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- <Library>BasePerformanceLibNull</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>IdeBusLite</BaseName>\r
- <Guid>69FD8E47-A161-4550-B01A-5594CEB2B2B2</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>BaseDebugLibNull</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- <Library>BasePerformanceLibNull</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>LightPciBusPciBus</BaseName>\r
- <Guid>C0734D12-7927-432b-986B-A7E3A35BA005</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>PciBus</BaseName>\r
- <Guid>93B80004-9FB3-11d4-9A3A-0090273FC14D</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>PciBusPciBusLite</BaseName>\r
- <Guid>C0734D12-7927-432b-986B-A7E3A35BA005</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PciBus"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Pci/PciBus/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PciBus">\r
- <GenBuild baseName="PciBus" mbdFilename="${MODULE_DIR}/PciBus.mbd" msaFilename="${MODULE_DIR}/PciBus.msa"/>\r
- </target>\r
- <target name="LightPciBusPciBus">\r
- <GenBuild baseName="LightPciBusPciBus" mbdFilename="${MODULE_DIR}/LightPciBus.mbd" msaFilename="${MODULE_DIR}/LightPciBus.msa"/>\r
- </target>\r
- <target name="PciBusPciBusLite">\r
- <GenBuild baseName="PciBusPciBusLite" mbdFilename="${MODULE_DIR}/PciBusLite.mbd" msaFilename="${MODULE_DIR}/PciBusLite.msa"/>\r
- </target>\r
- <target depends="PciBus_clean" name="clean"/>\r
- <target depends="PciBus_cleanall" name="cleanall"/>\r
- <target name="PciBus_clean">\r
- <OutputDirSetup baseName="PciBus" mbdFilename="${MODULE_DIR}/PciBus.mbd" msaFilename="${MODULE_DIR}/PciBus.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PciBus_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PciBus_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="LightPciBusPciBus_clean">\r
- <OutputDirSetup baseName="LightPciBusPciBus" mbdFilename="${MODULE_DIR}/LightPciBus.mbd" msaFilename="${MODULE_DIR}/LightPciBus.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/LightPciBusPciBus_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/LightPciBusPciBus_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PciBusPciBusLite_clean">\r
- <OutputDirSetup baseName="PciBusPciBusLite" mbdFilename="${MODULE_DIR}/PciBusLite.mbd" msaFilename="${MODULE_DIR}/PciBusLite.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PciBusPciBusLite_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PciBusPciBusLite_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PciBus_cleanall">\r
- <OutputDirSetup baseName="PciBus" mbdFilename="${MODULE_DIR}/PciBus.mbd" msaFilename="${MODULE_DIR}/PciBus.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PciBus_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PciBus_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PciBus*"/>\r
- </delete>\r
- </target>\r
- <target name="LightPciBusPciBus_cleanall">\r
- <OutputDirSetup baseName="LightPciBusPciBus" mbdFilename="${MODULE_DIR}/LightPciBus.mbd" msaFilename="${MODULE_DIR}/LightPciBus.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/LightPciBusPciBus_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/LightPciBusPciBus_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**LightPciBusPciBus*"/>\r
- </delete>\r
- </target>\r
- <target name="PciBusPciBusLite_cleanall">\r
- <OutputDirSetup baseName="PciBusPciBusLite" mbdFilename="${MODULE_DIR}/PciBusLite.mbd" msaFilename="${MODULE_DIR}/PciBusLite.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PciBusPciBusLite_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PciBusPciBusLite_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PciBusPciBusLite*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Uhci</BaseName>\r
- <Guid>2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Uhci"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Pci/Uhci/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="Uhci">\r
- <GenBuild baseName="Uhci" mbdFilename="${MODULE_DIR}/Uhci.mbd" msaFilename="${MODULE_DIR}/Uhci.msa"/>\r
- </target>\r
- <target depends="Uhci_clean" name="clean"/>\r
- <target depends="Uhci_cleanall" name="cleanall"/>\r
- <target name="Uhci_clean">\r
- <OutputDirSetup baseName="Uhci" mbdFilename="${MODULE_DIR}/Uhci.mbd" msaFilename="${MODULE_DIR}/Uhci.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Uhci_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Uhci_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Uhci_cleanall">\r
- <OutputDirSetup baseName="Uhci" mbdFilename="${MODULE_DIR}/Uhci.mbd" msaFilename="${MODULE_DIR}/Uhci.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Uhci_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Uhci_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Uhci*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?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>Undi</BaseName>
- <Guid>A1f436EA-A127-4EF8-957C-8048606FF670</Guid>
- <Version>0</Version>
- <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-12 17:09</Created>
- <Modified>2006-03-19 15:18</Modified>
- </MbdHeader>
- <Libraries>
- <Library>UefiBootServicesTableLib</Library>
- <Library>BaseLib</Library>
- <Library>BaseMemoryLib</Library>
- <Library>UefiLib</Library>
- <Library>UefiDriverEntryPoint</Library>
- <Library>DxeReportStatusCodeLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>EdkDxeRuntimeDriverLib</Library>
- <Library>UefiDriverModelLib</Library>
- <Library>DxeHobLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- <Arch ArchType="IPF">
- <Library>EdkDxeSalLib</Library>
- </Arch>
- </Libraries>
-</ModuleBuildDescription>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Undi"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Pci/Undi/RuntimeDxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="Undi">\r
- <GenBuild baseName="Undi" mbdFilename="${MODULE_DIR}/Undi.mbd" msaFilename="${MODULE_DIR}/Undi.msa"/>\r
- </target>\r
- <target depends="Undi_clean" name="clean"/>\r
- <target depends="Undi_cleanall" name="cleanall"/>\r
- <target name="Undi_clean">\r
- <OutputDirSetup baseName="Undi" mbdFilename="${MODULE_DIR}/Undi.mbd" msaFilename="${MODULE_DIR}/Undi.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Undi_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Undi_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Undi_cleanall">\r
- <OutputDirSetup baseName="Undi" mbdFilename="${MODULE_DIR}/Undi.mbd" msaFilename="${MODULE_DIR}/Undi.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Undi_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Undi_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Undi*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>ScsiBus</BaseName>\r
- <Guid>0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8B</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>EdkScsiLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="ScsiBus"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Scsi/ScsiBus/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="ScsiBus">\r
- <GenBuild baseName="ScsiBus" mbdFilename="${MODULE_DIR}/ScsiBus.mbd" msaFilename="${MODULE_DIR}/ScsiBus.msa"/>\r
- </target>\r
- <target depends="ScsiBus_clean" name="clean"/>\r
- <target depends="ScsiBus_cleanall" name="cleanall"/>\r
- <target name="ScsiBus_clean">\r
- <OutputDirSetup baseName="ScsiBus" mbdFilename="${MODULE_DIR}/ScsiBus.mbd" msaFilename="${MODULE_DIR}/ScsiBus.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/ScsiBus_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/ScsiBus_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="ScsiBus_cleanall">\r
- <OutputDirSetup baseName="ScsiBus" mbdFilename="${MODULE_DIR}/ScsiBus.mbd" msaFilename="${MODULE_DIR}/ScsiBus.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/ScsiBus_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/ScsiBus_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**ScsiBus*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>ScsiDisk</BaseName>\r
- <Guid>0A66E322-3740-4cce-AD62-BD172CECCA35</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>EdkScsiLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="ScsiDisk"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Scsi/ScsiDisk/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="ScsiDisk">\r
- <GenBuild baseName="ScsiDisk" mbdFilename="${MODULE_DIR}/ScsiDisk.mbd" msaFilename="${MODULE_DIR}/ScsiDisk.msa"/>\r
- </target>\r
- <target depends="ScsiDisk_clean" name="clean"/>\r
- <target depends="ScsiDisk_cleanall" name="cleanall"/>\r
- <target name="ScsiDisk_clean">\r
- <OutputDirSetup baseName="ScsiDisk" mbdFilename="${MODULE_DIR}/ScsiDisk.mbd" msaFilename="${MODULE_DIR}/ScsiDisk.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/ScsiDisk_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/ScsiDisk_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="ScsiDisk_cleanall">\r
- <OutputDirSetup baseName="ScsiDisk" mbdFilename="${MODULE_DIR}/ScsiDisk.mbd" msaFilename="${MODULE_DIR}/ScsiDisk.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/ScsiDisk_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/ScsiDisk_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**ScsiDisk*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>UsbBot</BaseName>\r
- <Guid>B40612B9-A063-11d4-9A3A-0090273FC14D</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>EdkUsbLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UsbBot"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Usb/UsbBot/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UsbBot">\r
- <GenBuild baseName="UsbBot" mbdFilename="${MODULE_DIR}/UsbBot.mbd" msaFilename="${MODULE_DIR}/UsbBot.msa"/>\r
- </target>\r
- <target depends="UsbBot_clean" name="clean"/>\r
- <target depends="UsbBot_cleanall" name="cleanall"/>\r
- <target name="UsbBot_clean">\r
- <OutputDirSetup baseName="UsbBot" mbdFilename="${MODULE_DIR}/UsbBot.mbd" msaFilename="${MODULE_DIR}/UsbBot.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbBot_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbBot_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UsbBot_cleanall">\r
- <OutputDirSetup baseName="UsbBot" mbdFilename="${MODULE_DIR}/UsbBot.mbd" msaFilename="${MODULE_DIR}/UsbBot.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbBot_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbBot_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UsbBot*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>UsbBus</BaseName>\r
- <Guid>240612B7-A063-11d4-9A3A-0090273FC14D</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>EdkUsbLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UsbBus"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Usb/UsbBus/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UsbBus">\r
- <GenBuild baseName="UsbBus" mbdFilename="${MODULE_DIR}/UsbBus.mbd" msaFilename="${MODULE_DIR}/UsbBus.msa"/>\r
- </target>\r
- <target depends="UsbBus_clean" name="clean"/>\r
- <target depends="UsbBus_cleanall" name="cleanall"/>\r
- <target name="UsbBus_clean">\r
- <OutputDirSetup baseName="UsbBus" mbdFilename="${MODULE_DIR}/UsbBus.mbd" msaFilename="${MODULE_DIR}/UsbBus.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbBus_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbBus_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UsbBus_cleanall">\r
- <OutputDirSetup baseName="UsbBus" mbdFilename="${MODULE_DIR}/UsbBus.mbd" msaFilename="${MODULE_DIR}/UsbBus.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbBus_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbBus_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UsbBus*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>UsbCbi0</BaseName>\r
- <Guid>A3527D16-E6CC-42f5-BADB-BF3DE177742B</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>EdkUsbLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UsbCbi0"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Usb/UsbCbi/Dxe/Cbi0"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UsbCbi0">\r
- <GenBuild baseName="UsbCbi0" mbdFilename="${MODULE_DIR}/UsbCbi0.mbd" msaFilename="${MODULE_DIR}/UsbCbi0.msa"/>\r
- </target>\r
- <target depends="UsbCbi0_clean" name="clean"/>\r
- <target depends="UsbCbi0_cleanall" name="cleanall"/>\r
- <target name="UsbCbi0_clean">\r
- <OutputDirSetup baseName="UsbCbi0" mbdFilename="${MODULE_DIR}/UsbCbi0.mbd" msaFilename="${MODULE_DIR}/UsbCbi0.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbCbi0_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbCbi0_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UsbCbi0_cleanall">\r
- <OutputDirSetup baseName="UsbCbi0" mbdFilename="${MODULE_DIR}/UsbCbi0.mbd" msaFilename="${MODULE_DIR}/UsbCbi0.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbCbi0_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbCbi0_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UsbCbi0*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>UsbCbi1</BaseName>\r
- <Guid>B40612B2-A063-11d4-9A3A-0090273FC14D</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>EdkUsbLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UsbCbi1"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Usb/UsbCbi/Dxe/Cbi1"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UsbCbi1">\r
- <GenBuild baseName="UsbCbi1" mbdFilename="${MODULE_DIR}/UsbCbi1.mbd" msaFilename="${MODULE_DIR}/UsbCbi1.msa"/>\r
- </target>\r
- <target depends="UsbCbi1_clean" name="clean"/>\r
- <target depends="UsbCbi1_cleanall" name="cleanall"/>\r
- <target name="UsbCbi1_clean">\r
- <OutputDirSetup baseName="UsbCbi1" mbdFilename="${MODULE_DIR}/UsbCbi1.mbd" msaFilename="${MODULE_DIR}/UsbCbi1.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbCbi1_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbCbi1_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UsbCbi1_cleanall">\r
- <OutputDirSetup baseName="UsbCbi1" mbdFilename="${MODULE_DIR}/UsbCbi1.mbd" msaFilename="${MODULE_DIR}/UsbCbi1.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbCbi1_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbCbi1_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UsbCbi1*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>UsbKb</BaseName>\r
- <Guid>2D2E62CF-9ECF-43b7-8219-94E7FC713DFE</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>EdkUsbLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UsbKb"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Usb/UsbKb/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UsbKb">\r
- <GenBuild baseName="UsbKb" mbdFilename="${MODULE_DIR}/UsbKb.mbd" msaFilename="${MODULE_DIR}/UsbKb.msa"/>\r
- </target>\r
- <target depends="UsbKb_clean" name="clean"/>\r
- <target depends="UsbKb_cleanall" name="cleanall"/>\r
- <target name="UsbKb_clean">\r
- <OutputDirSetup baseName="UsbKb" mbdFilename="${MODULE_DIR}/UsbKb.mbd" msaFilename="${MODULE_DIR}/UsbKb.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbKb_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbKb_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UsbKb_cleanall">\r
- <OutputDirSetup baseName="UsbKb" mbdFilename="${MODULE_DIR}/UsbKb.mbd" msaFilename="${MODULE_DIR}/UsbKb.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbKb_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbKb_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UsbKb*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>UsbMassStorage</BaseName>\r
- <Guid>A5C6D68B-E78A-4426-9278-A8F0D9EB4D8F</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>EdkUsbLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UsbMassStorage"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Usb/UsbMassStorage/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UsbMassStorage">\r
- <GenBuild baseName="UsbMassStorage" mbdFilename="${MODULE_DIR}/UsbMassStorage.mbd" msaFilename="${MODULE_DIR}/UsbMassStorage.msa"/>\r
- </target>\r
- <target depends="UsbMassStorage_clean" name="clean"/>\r
- <target depends="UsbMassStorage_cleanall" name="cleanall"/>\r
- <target name="UsbMassStorage_clean">\r
- <OutputDirSetup baseName="UsbMassStorage" mbdFilename="${MODULE_DIR}/UsbMassStorage.mbd" msaFilename="${MODULE_DIR}/UsbMassStorage.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbMassStorage_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbMassStorage_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UsbMassStorage_cleanall">\r
- <OutputDirSetup baseName="UsbMassStorage" mbdFilename="${MODULE_DIR}/UsbMassStorage.mbd" msaFilename="${MODULE_DIR}/UsbMassStorage.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbMassStorage_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbMassStorage_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UsbMassStorage*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>UsbMouse</BaseName>\r
- <Guid>2D2E62AA-9ECF-43b7-8219-94E7FC713DFE</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>EdkUsbLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UsbMouse"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Bus/Usb/UsbMouse/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UsbMouse">\r
- <GenBuild baseName="UsbMouse" mbdFilename="${MODULE_DIR}/UsbMouse.mbd" msaFilename="${MODULE_DIR}/UsbMouse.msa"/>\r
- </target>\r
- <target depends="UsbMouse_clean" name="clean"/>\r
- <target depends="UsbMouse_cleanall" name="cleanall"/>\r
- <target name="UsbMouse_clean">\r
- <OutputDirSetup baseName="UsbMouse" mbdFilename="${MODULE_DIR}/UsbMouse.mbd" msaFilename="${MODULE_DIR}/UsbMouse.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbMouse_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbMouse_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UsbMouse_cleanall">\r
- <OutputDirSetup baseName="UsbMouse" mbdFilename="${MODULE_DIR}/UsbMouse.mbd" msaFilename="${MODULE_DIR}/UsbMouse.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UsbMouse_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UsbMouse_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UsbMouse*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?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>DxeMain</BaseName>
- <Guid>D6A2CB7F-6A18-4e2f-B43B-9920A733700A</Guid>
- <Version>0</Version>
- <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-12 17:09</Created>
- <Modified>2006-03-19 15:18</Modified>
- </MbdHeader>
- <Libraries>
- <Library>BaseLib</Library>
- <Library>BaseCacheMaintenanceLib</Library>
- <Library>DxeReportStatusCodeLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library OverrideID="1111">DxeCoreUefiDecompressLibFromHob</Library>
- <Library OverrideID="1111">DxeCoreTianoDecompressLibFromHob</Library>
- <Library OverrideID="3333">DxeCoreCustomDecompressLibFromHob</Library>
- <Library OverrideID="4444">EdkDxePeCoffLoaderFromHobLib</Library>
- <Library>DxeCoreHobLib</Library>
- <Library>DxeCoreEntryPoint</Library>
- <Library>BaseMemoryLib</Library>
- <Library>UefiLib</Library>
- <Library>BasePerformanceLibNull</Library>
- </Libraries>
- <BuildOptions ToolChain="MSFT">
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>
- <Option>C_PROJ_FLAGS = ${C_PROJ_FLAGS} /Ob0</Option>
- </BuildOptions>
-</ModuleBuildDescription>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeMain"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Core/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeMain">\r
- <GenBuild baseName="DxeMain" mbdFilename="${MODULE_DIR}/DxeMain.mbd" msaFilename="${MODULE_DIR}/DxeMain.msa"/>\r
- </target>\r
- <target depends="DxeMain_clean" name="clean"/>\r
- <target depends="DxeMain_cleanall" name="cleanall"/>\r
- <target name="DxeMain_clean">\r
- <OutputDirSetup baseName="DxeMain" mbdFilename="${MODULE_DIR}/DxeMain.mbd" msaFilename="${MODULE_DIR}/DxeMain.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeMain_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeMain_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeMain_cleanall">\r
- <OutputDirSetup baseName="DxeMain" mbdFilename="${MODULE_DIR}/DxeMain.mbd" msaFilename="${MODULE_DIR}/DxeMain.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeMain_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeMain_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeMain*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?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 (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-12 17:09</Created>
- <Modified>2006-03-22 18:54</Modified>
- </MbdHeader>
- <Libraries>
- <Library>PeimEntryPoint</Library>
- <Library>PeiMemoryLib</Library>
- <Library>PeiServicesLib</Library>
- <Library OverrideID="4444">PeiServicesTablePointerLib</Library>
- <Library>PeiHobLib</Library>
- <Library>BaseCacheMaintenanceLib</Library>
- <Library>BaseUefiTianoDecompressLib</Library>
- <Library>BaseCustomDecompressLibNull</Library>
- <Library>PeiReportStatusCodeLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>BaseLib</Library>
- <Library>PeiMemoryAllocationLib</Library>
- <Arch ArchType="IA32">
- <Library OverrideID="8888">EdkPeCoffLoaderLib</Library>
- <Library OverrideID="8888">BasePeCoffLib</Library>
- </Arch>
- <Arch ArchType="X64">
- <Library>EdkPeCoffLoaderLib</Library>
- <Library>BasePeCoffLib</Library>
- </Arch>
- <Arch ArchType="IPF">
- <Library>EdkPeCoffLoaderLib</Library>
- <Library>BasePeCoffLib</Library>
- </Arch>
- <Arch ArchType="EBC">
- <Library>EdkPeCoffLoaderLib</Library>
- <Library>BasePeCoffLib</Library>
- </Arch>
- </Libraries>
- <BuildOptions ToolChain="MSFT">
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>
- </BuildOptions>
-</ModuleBuildDescription>
+++ /dev/null
-<?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>DxeIplX64</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>PeiServicesLib</Library>
- <Library OverrideID="4444">PeiServicesTablePointerLib</Library>
- <Library>PeiHobLib</Library>
- <Library>BaseCacheMaintenanceLib</Library>
- <Library>BaseUefiTianoDecompressLib</Library>
- <Library>BaseCustomDecompressLibNull</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>BaseLib</Library>
- <Library>PeiMemoryAllocationLib</Library>
- <Library>PeiReportStatusCodeLib</Library>
- <Library>EdkPeCoffLoaderX64Lib</Library>
- <Library>EdkPeCoffLoaderLib</Library>
- <Library>BasePeCoffLib</Library>
- </Libraries>
- <BuildOptions ToolChain="MSFT">
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>
- </BuildOptions>
-</ModuleBuildDescription>
+++ /dev/null
-<?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.-->
-<project basedir="." default="DxeIpl"><!--Apply external ANT tasks-->
- <taskdef resource="GenBuild.tasks"/>
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>
- <property environment="env"/>
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->
- <property name="MODULE_RELATIVE_PATH" value="Core/DxeIplPeim"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="DxeIplX64">
- <GenBuild baseName="DxeIplX64" mbdFilename="${MODULE_DIR}/DxeIplX64.mbd" msaFilename="${MODULE_DIR}/DxeIplX64.msa"/>
- </target>
- <target name="DxeIpl">
- <GenBuild baseName="DxeIpl" mbdFilename="${MODULE_DIR}/DxeIpl.mbd" msaFilename="${MODULE_DIR}/DxeIpl.msa"/>
- </target>
- <target depends="DxeIpl_clean" name="clean"/>
- <target depends="DxeIpl_cleanall" name="cleanall"/>
- <target name="DxeIplX64_clean">
- <OutputDirSetup baseName="DxeIplX64" mbdFilename="${MODULE_DIR}/DxeIplX64.mbd" msaFilename="${MODULE_DIR}/DxeIplX64.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/DxeIplX64_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/DxeIplX64_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="DxeIpl_clean">
- <OutputDirSetup baseName="DxeIpl" mbdFilename="${MODULE_DIR}/DxeIpl.mbd" msaFilename="${MODULE_DIR}/DxeIpl.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/DxeIpl_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/DxeIpl_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="DxeIplX64_cleanall">
- <OutputDirSetup baseName="DxeIplX64" mbdFilename="${MODULE_DIR}/DxeIplX64.mbd" msaFilename="${MODULE_DIR}/DxeIplX64.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/DxeIplX64_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/DxeIplX64_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**DxeIplX64*"/>
- </delete>
- </target>
- <target name="DxeIpl_cleanall">
- <OutputDirSetup baseName="DxeIpl" mbdFilename="${MODULE_DIR}/DxeIpl.mbd" msaFilename="${MODULE_DIR}/DxeIpl.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/DxeIpl_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/DxeIpl_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**DxeIpl*"/>
- </delete>
- </target>
-</project>
\ No newline at end of file
+++ /dev/null
-<?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>PeiMain</BaseName>
- <Guid>52C05B14-0B98-496c-BC3B-04B50211D680</Guid>
- <Version>0</Version>
- <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-12 17:09</Created>
- <Modified>2006-03-19 15:18</Modified>
- </MbdHeader>
- <Libraries>
- <Library>PeiCoreEntryPoint</Library>
- <Library>BaseLib</Library>
- <Library>BaseMemoryLib</Library>
- <Library OverrideID="4444">PeiServicesTablePointerLib</Library>
- <Library>PeiServicesLib</Library>
- <Library>PeiHobLib</Library>
- <Library>PeiReportStatusCodeLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>BasePerformanceLibNull</Library>
- <Arch ArchType="IA32">
- <Library OverrideID="6666">BasePeCoffGetEntryPointLib</Library>
- </Arch>
- <Arch ArchType="X64">
- <Library>BasePeCoffGetEntryPointLib</Library>
- </Arch>
- <Arch ArchType="IPF">
- <Library>BasePeCoffGetEntryPointLib</Library>
- </Arch>
- <Arch ArchType="EBC">
- <Library>BasePeCoffGetEntryPointLib</Library>
- </Arch>
- </Libraries>
-</ModuleBuildDescription>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiMain"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Core/Pei"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiMain">\r
- <GenBuild baseName="PeiMain" mbdFilename="${MODULE_DIR}/PeiMain.mbd" msaFilename="${MODULE_DIR}/PeiMain.msa"/>\r
- </target>\r
- <target depends="PeiMain_clean" name="clean"/>\r
- <target depends="PeiMain_cleanall" name="cleanall"/>\r
- <target name="PeiMain_clean">\r
- <OutputDirSetup baseName="PeiMain" mbdFilename="${MODULE_DIR}/PeiMain.mbd" msaFilename="${MODULE_DIR}/PeiMain.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiMain_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiMain_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiMain_cleanall">\r
- <OutputDirSetup baseName="PeiMain" mbdFilename="${MODULE_DIR}/PeiMain.mbd" msaFilename="${MODULE_DIR}/PeiMain.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiMain_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiMain_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiMain*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseCustomDecompressLibNull</BaseName>\r
- <Guid>e5566134-c75e-4ace-bad1-e23a3b335e30</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseCustomDecompressLibNull"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseCustomDecompressLibNull"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseCustomDecompressLibNull">\r
- <GenBuild baseName="BaseCustomDecompressLibNull" mbdFilename="${MODULE_DIR}/BaseCustomDecompressLibNull.mbd" msaFilename="${MODULE_DIR}/BaseCustomDecompressLibNull.msa"/>\r
- </target>\r
- <target depends="BaseCustomDecompressLibNull_clean" name="clean"/>\r
- <target depends="BaseCustomDecompressLibNull_cleanall" name="cleanall"/>\r
- <target name="BaseCustomDecompressLibNull_clean">\r
- <OutputDirSetup baseName="BaseCustomDecompressLibNull" mbdFilename="${MODULE_DIR}/BaseCustomDecompressLibNull.mbd" msaFilename="${MODULE_DIR}/BaseCustomDecompressLibNull.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseCustomDecompressLibNull_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseCustomDecompressLibNull_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseCustomDecompressLibNull_cleanall">\r
- <OutputDirSetup baseName="BaseCustomDecompressLibNull" mbdFilename="${MODULE_DIR}/BaseCustomDecompressLibNull.mbd" msaFilename="${MODULE_DIR}/BaseCustomDecompressLibNull.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseCustomDecompressLibNull_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseCustomDecompressLibNull_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseCustomDecompressLibNull*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseUefiTianoDecompressLib</BaseName>\r
- <Guid>d774c4d9-c121-4da3-a5e2-0f317e3c630c</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:18</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseUefiTianoDecompressLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseUefiTianoDecompressLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseUefiTianoDecompressLib">\r
- <GenBuild baseName="BaseUefiTianoDecompressLib" mbdFilename="${MODULE_DIR}/BaseUefiTianoDecompressLib.mbd" msaFilename="${MODULE_DIR}/BaseUefiTianoDecompressLib.msa"/>\r
- </target>\r
- <target depends="BaseUefiTianoDecompressLib_clean" name="clean"/>\r
- <target depends="BaseUefiTianoDecompressLib_cleanall" name="cleanall"/>\r
- <target name="BaseUefiTianoDecompressLib_clean">\r
- <OutputDirSetup baseName="BaseUefiTianoDecompressLib" mbdFilename="${MODULE_DIR}/BaseUefiTianoDecompressLib.mbd" msaFilename="${MODULE_DIR}/BaseUefiTianoDecompressLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseUefiTianoDecompressLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseUefiTianoDecompressLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseUefiTianoDecompressLib_cleanall">\r
- <OutputDirSetup baseName="BaseUefiTianoDecompressLib" mbdFilename="${MODULE_DIR}/BaseUefiTianoDecompressLib.mbd" msaFilename="${MODULE_DIR}/BaseUefiTianoDecompressLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseUefiTianoDecompressLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseUefiTianoDecompressLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseUefiTianoDecompressLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeCoreCustomDecompressLibFromHob</BaseName>\r
- <Guid>942e0182-3e1d-47f9-92dc-4939d1a0ba00</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-31 13:07</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeCoreCustomDecompressLibFromHob"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeCoreCustomDecompressLibFromHob"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeCoreCustomDecompressLibFromHob">\r
- <GenBuild baseName="DxeCoreCustomDecompressLibFromHob" mbdFilename="${MODULE_DIR}/DxeCoreCustomDecompressLibFromHob.mbd" msaFilename="${MODULE_DIR}/DxeCoreCustomDecompressLibFromHob.msa"/>\r
- </target>\r
- <target depends="DxeCoreCustomDecompressLibFromHob_clean" name="clean"/>\r
- <target depends="DxeCoreCustomDecompressLibFromHob_cleanall" name="cleanall"/>\r
- <target name="DxeCoreCustomDecompressLibFromHob_clean">\r
- <OutputDirSetup baseName="DxeCoreCustomDecompressLibFromHob" mbdFilename="${MODULE_DIR}/DxeCoreCustomDecompressLibFromHob.mbd" msaFilename="${MODULE_DIR}/DxeCoreCustomDecompressLibFromHob.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCoreCustomDecompressLibFromHob_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCoreCustomDecompressLibFromHob_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeCoreCustomDecompressLibFromHob_cleanall">\r
- <OutputDirSetup baseName="DxeCoreCustomDecompressLibFromHob" mbdFilename="${MODULE_DIR}/DxeCoreCustomDecompressLibFromHob.mbd" msaFilename="${MODULE_DIR}/DxeCoreCustomDecompressLibFromHob.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCoreCustomDecompressLibFromHob_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCoreCustomDecompressLibFromHob_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeCoreCustomDecompressLibFromHob*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeCorePerformanceLib</BaseName>\r
- <Guid>D0F78BBF-0A30-4c63-8A48-0F618A4AFACD</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-04 11:10</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeCorePerformanceLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeCorePerformanceLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeCorePerformanceLib">\r
- <GenBuild baseName="DxeCorePerformanceLib" mbdFilename="${MODULE_DIR}/DxeCorePerformanceLib.mbd" msaFilename="${MODULE_DIR}/DxeCorePerformanceLib.msa"/>\r
- </target>\r
- <target depends="DxeCorePerformanceLib_clean" name="clean"/>\r
- <target depends="DxeCorePerformanceLib_cleanall" name="cleanall"/>\r
- <target name="DxeCorePerformanceLib_clean">\r
- <OutputDirSetup baseName="DxeCorePerformanceLib" mbdFilename="${MODULE_DIR}/DxeCorePerformanceLib.mbd" msaFilename="${MODULE_DIR}/DxeCorePerformanceLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCorePerformanceLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCorePerformanceLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeCorePerformanceLib_cleanall">\r
- <OutputDirSetup baseName="DxeCorePerformanceLib" mbdFilename="${MODULE_DIR}/DxeCorePerformanceLib.mbd" msaFilename="${MODULE_DIR}/DxeCorePerformanceLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCorePerformanceLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCorePerformanceLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeCorePerformanceLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeCoreTianoDecompressLibFromHob</BaseName>\r
- <Guid>cef487a1-751d-4fe0-a39b-e6892b4610c8</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-31 13:10</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeCoreTianoDecompressLibFromHob"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeCoreTianoDecompressLibFromHob"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeCoreTianoDecompressLibFromHob">\r
- <GenBuild baseName="DxeCoreTianoDecompressLibFromHob" mbdFilename="${MODULE_DIR}/DxeCoreTianoDecompressLibFromHob.mbd" msaFilename="${MODULE_DIR}/DxeCoreTianoDecompressLibFromHob.msa"/>\r
- </target>\r
- <target depends="DxeCoreTianoDecompressLibFromHob_clean" name="clean"/>\r
- <target depends="DxeCoreTianoDecompressLibFromHob_cleanall" name="cleanall"/>\r
- <target name="DxeCoreTianoDecompressLibFromHob_clean">\r
- <OutputDirSetup baseName="DxeCoreTianoDecompressLibFromHob" mbdFilename="${MODULE_DIR}/DxeCoreTianoDecompressLibFromHob.mbd" msaFilename="${MODULE_DIR}/DxeCoreTianoDecompressLibFromHob.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCoreTianoDecompressLibFromHob_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCoreTianoDecompressLibFromHob_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeCoreTianoDecompressLibFromHob_cleanall">\r
- <OutputDirSetup baseName="DxeCoreTianoDecompressLibFromHob" mbdFilename="${MODULE_DIR}/DxeCoreTianoDecompressLibFromHob.mbd" msaFilename="${MODULE_DIR}/DxeCoreTianoDecompressLibFromHob.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCoreTianoDecompressLibFromHob_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCoreTianoDecompressLibFromHob_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeCoreTianoDecompressLibFromHob*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeCoreUefiDecompressLibFromHob</BaseName>\r
- <Guid>5c12c06f-5cf8-48a6-9860-6c5b2c036bbf</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-31 13:10</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeCoreUefiDecompressLibFromHob"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeCoreUefiDecompressLibFromHob"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeCoreUefiDecompressLibFromHob">\r
- <GenBuild baseName="DxeCoreUefiDecompressLibFromHob" mbdFilename="${MODULE_DIR}/DxeCoreUefiDecompressLibFromHob.mbd" msaFilename="${MODULE_DIR}/DxeCoreUefiDecompressLibFromHob.msa"/>\r
- </target>\r
- <target depends="DxeCoreUefiDecompressLibFromHob_clean" name="clean"/>\r
- <target depends="DxeCoreUefiDecompressLibFromHob_cleanall" name="cleanall"/>\r
- <target name="DxeCoreUefiDecompressLibFromHob_clean">\r
- <OutputDirSetup baseName="DxeCoreUefiDecompressLibFromHob" mbdFilename="${MODULE_DIR}/DxeCoreUefiDecompressLibFromHob.mbd" msaFilename="${MODULE_DIR}/DxeCoreUefiDecompressLibFromHob.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCoreUefiDecompressLibFromHob_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCoreUefiDecompressLibFromHob_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeCoreUefiDecompressLibFromHob_cleanall">\r
- <OutputDirSetup baseName="DxeCoreUefiDecompressLibFromHob" mbdFilename="${MODULE_DIR}/DxeCoreUefiDecompressLibFromHob.mbd" msaFilename="${MODULE_DIR}/DxeCoreUefiDecompressLibFromHob.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCoreUefiDecompressLibFromHob_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCoreUefiDecompressLibFromHob_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeCoreUefiDecompressLibFromHob*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxePerformanceLib</BaseName>\r
- <Guid>8B8B4CCC-65FC-41a5-8067-308B8E42CCF2</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-04 11:11</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxePerformanceLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxePerformanceLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxePerformanceLib">\r
- <GenBuild baseName="DxePerformanceLib" mbdFilename="${MODULE_DIR}/DxePerformanceLib.mbd" msaFilename="${MODULE_DIR}/DxePerformanceLib.msa"/>\r
- </target>\r
- <target depends="DxePerformanceLib_clean" name="clean"/>\r
- <target depends="DxePerformanceLib_cleanall" name="cleanall"/>\r
- <target name="DxePerformanceLib_clean">\r
- <OutputDirSetup baseName="DxePerformanceLib" mbdFilename="${MODULE_DIR}/DxePerformanceLib.mbd" msaFilename="${MODULE_DIR}/DxePerformanceLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxePerformanceLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxePerformanceLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxePerformanceLib_cleanall">\r
- <OutputDirSetup baseName="DxePerformanceLib" mbdFilename="${MODULE_DIR}/DxePerformanceLib.mbd" msaFilename="${MODULE_DIR}/DxePerformanceLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxePerformanceLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxePerformanceLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxePerformanceLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkDxeDebugLibReportStatusCode</BaseName>\r
- <Guid>76a2a4d8-f605-407a-8057-4a17dcdc4c6d</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-31 13:12</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkDxeDebugLibReportStatusCode"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkDxeDebugLibReportStatusCode"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkDxeDebugLibReportStatusCode">\r
- <GenBuild baseName="EdkDxeDebugLibReportStatusCode" mbdFilename="${MODULE_DIR}/EdkDxeDebugLibReportStatusCode.mbd" msaFilename="${MODULE_DIR}/EdkDxeDebugLibReportStatusCode.msa"/>\r
- </target>\r
- <target depends="EdkDxeDebugLibReportStatusCode_clean" name="clean"/>\r
- <target depends="EdkDxeDebugLibReportStatusCode_cleanall" name="cleanall"/>\r
- <target name="EdkDxeDebugLibReportStatusCode_clean">\r
- <OutputDirSetup baseName="EdkDxeDebugLibReportStatusCode" mbdFilename="${MODULE_DIR}/EdkDxeDebugLibReportStatusCode.mbd" msaFilename="${MODULE_DIR}/EdkDxeDebugLibReportStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkDxeDebugLibReportStatusCode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkDxeDebugLibReportStatusCode_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkDxeDebugLibReportStatusCode_cleanall">\r
- <OutputDirSetup baseName="EdkDxeDebugLibReportStatusCode" mbdFilename="${MODULE_DIR}/EdkDxeDebugLibReportStatusCode.mbd" msaFilename="${MODULE_DIR}/EdkDxeDebugLibReportStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkDxeDebugLibReportStatusCode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkDxeDebugLibReportStatusCode_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkDxeDebugLibReportStatusCode*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkDxePeCoffLoaderFromHobLib</BaseName>\r
- <Guid>ed3de5c8-c389-44f2-a35e-2ebdc9802a49</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-22 15:50</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkDxePeCoffLoaderFromHobLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkDxePeCoffLoaderFromHobLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkDxePeCoffLoaderFromHobLib">\r
- <GenBuild baseName="EdkDxePeCoffLoaderFromHobLib" mbdFilename="${MODULE_DIR}/EdkDxePeCoffLoaderFromHobLib.mbd" msaFilename="${MODULE_DIR}/EdkDxePeCoffLoaderFromHobLib.msa"/>\r
- </target>\r
- <target depends="EdkDxePeCoffLoaderFromHobLib_clean" name="clean"/>\r
- <target depends="EdkDxePeCoffLoaderFromHobLib_cleanall" name="cleanall"/>\r
- <target name="EdkDxePeCoffLoaderFromHobLib_clean">\r
- <OutputDirSetup baseName="EdkDxePeCoffLoaderFromHobLib" mbdFilename="${MODULE_DIR}/EdkDxePeCoffLoaderFromHobLib.mbd" msaFilename="${MODULE_DIR}/EdkDxePeCoffLoaderFromHobLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkDxePeCoffLoaderFromHobLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkDxePeCoffLoaderFromHobLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkDxePeCoffLoaderFromHobLib_cleanall">\r
- <OutputDirSetup baseName="EdkDxePeCoffLoaderFromHobLib" mbdFilename="${MODULE_DIR}/EdkDxePeCoffLoaderFromHobLib.mbd" msaFilename="${MODULE_DIR}/EdkDxePeCoffLoaderFromHobLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkDxePeCoffLoaderFromHobLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkDxePeCoffLoaderFromHobLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkDxePeCoffLoaderFromHobLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkDxePrintLib</BaseName>\r
- <Guid>50bcb105-6634-441d-b403-659110a03ad2</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkDxePrintLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkDxePrintLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkDxePrintLib">\r
- <GenBuild baseName="EdkDxePrintLib" mbdFilename="${MODULE_DIR}/EdkDxePrintLib.mbd" msaFilename="${MODULE_DIR}/EdkDxePrintLib.msa"/>\r
- </target>\r
- <target depends="EdkDxePrintLib_clean" name="clean"/>\r
- <target depends="EdkDxePrintLib_cleanall" name="cleanall"/>\r
- <target name="EdkDxePrintLib_clean">\r
- <OutputDirSetup baseName="EdkDxePrintLib" mbdFilename="${MODULE_DIR}/EdkDxePrintLib.mbd" msaFilename="${MODULE_DIR}/EdkDxePrintLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkDxePrintLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkDxePrintLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkDxePrintLib_cleanall">\r
- <OutputDirSetup baseName="EdkDxePrintLib" mbdFilename="${MODULE_DIR}/EdkDxePrintLib.mbd" msaFilename="${MODULE_DIR}/EdkDxePrintLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkDxePrintLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkDxePrintLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkDxePrintLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkDxeRuntimeDriverLib</BaseName>\r
- <Guid>b1ee6c28-54aa-4d17-b705-3e28ccb27b2e</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-31 13:13</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkDxeRuntimeDriverLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkDxeRuntimeDriverLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkDxeRuntimeDriverLib">\r
- <GenBuild baseName="EdkDxeRuntimeDriverLib" mbdFilename="${MODULE_DIR}/EdkDxeRuntimeDriverLib.mbd" msaFilename="${MODULE_DIR}/EdkDxeRuntimeDriverLib.msa"/>\r
- </target>\r
- <target depends="EdkDxeRuntimeDriverLib_clean" name="clean"/>\r
- <target depends="EdkDxeRuntimeDriverLib_cleanall" name="cleanall"/>\r
- <target name="EdkDxeRuntimeDriverLib_clean">\r
- <OutputDirSetup baseName="EdkDxeRuntimeDriverLib" mbdFilename="${MODULE_DIR}/EdkDxeRuntimeDriverLib.mbd" msaFilename="${MODULE_DIR}/EdkDxeRuntimeDriverLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkDxeRuntimeDriverLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkDxeRuntimeDriverLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkDxeRuntimeDriverLib_cleanall">\r
- <OutputDirSetup baseName="EdkDxeRuntimeDriverLib" mbdFilename="${MODULE_DIR}/EdkDxeRuntimeDriverLib.mbd" msaFilename="${MODULE_DIR}/EdkDxeRuntimeDriverLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkDxeRuntimeDriverLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkDxeRuntimeDriverLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkDxeRuntimeDriverLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkDxeSalLib</BaseName>\r
- <Guid>61999c3c-72a5-4506-a4ff-4271d18a1d14</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-31 13:13</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkDxeSalLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkDxeSalLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkDxeSalLib">\r
- <GenBuild baseName="EdkDxeSalLib" mbdFilename="${MODULE_DIR}/EdkDxeSalLib.mbd" msaFilename="${MODULE_DIR}/EdkDxeSalLib.msa"/>\r
- </target>\r
- <target depends="EdkDxeSalLib_clean" name="clean"/>\r
- <target depends="EdkDxeSalLib_cleanall" name="cleanall"/>\r
- <target name="EdkDxeSalLib_clean">\r
- <OutputDirSetup baseName="EdkDxeSalLib" mbdFilename="${MODULE_DIR}/EdkDxeSalLib.mbd" msaFilename="${MODULE_DIR}/EdkDxeSalLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkDxeSalLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkDxeSalLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkDxeSalLib_cleanall">\r
- <OutputDirSetup baseName="EdkDxeSalLib" mbdFilename="${MODULE_DIR}/EdkDxeSalLib.mbd" msaFilename="${MODULE_DIR}/EdkDxeSalLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkDxeSalLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkDxeSalLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkDxeSalLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkFvbServiceLib</BaseName>\r
- <Guid>bd4d540e-04b0-4b10-8fd5-4a7bb533cf67</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-31 13:13</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkFvbServiceLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkFvbServiceLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkFvbServiceLib">\r
- <GenBuild baseName="EdkFvbServiceLib" mbdFilename="${MODULE_DIR}/EdkFvbServiceLib.mbd" msaFilename="${MODULE_DIR}/EdkFvbServiceLib.msa"/>\r
- </target>\r
- <target depends="EdkFvbServiceLib_clean" name="clean"/>\r
- <target depends="EdkFvbServiceLib_cleanall" name="cleanall"/>\r
- <target name="EdkFvbServiceLib_clean">\r
- <OutputDirSetup baseName="EdkFvbServiceLib" mbdFilename="${MODULE_DIR}/EdkFvbServiceLib.mbd" msaFilename="${MODULE_DIR}/EdkFvbServiceLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkFvbServiceLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkFvbServiceLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkFvbServiceLib_cleanall">\r
- <OutputDirSetup baseName="EdkFvbServiceLib" mbdFilename="${MODULE_DIR}/EdkFvbServiceLib.mbd" msaFilename="${MODULE_DIR}/EdkFvbServiceLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkFvbServiceLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkFvbServiceLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkFvbServiceLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkGraphicsLib</BaseName>\r
- <Guid>08c1a0e4-1208-47f8-a2c5-f42eabee653a</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkGraphicsLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkGraphicsLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkGraphicsLib">\r
- <GenBuild baseName="EdkGraphicsLib" mbdFilename="${MODULE_DIR}/EdkGraphicsLib.mbd" msaFilename="${MODULE_DIR}/EdkGraphicsLib.msa"/>\r
- </target>\r
- <target depends="EdkGraphicsLib_clean" name="clean"/>\r
- <target depends="EdkGraphicsLib_cleanall" name="cleanall"/>\r
- <target name="EdkGraphicsLib_clean">\r
- <OutputDirSetup baseName="EdkGraphicsLib" mbdFilename="${MODULE_DIR}/EdkGraphicsLib.mbd" msaFilename="${MODULE_DIR}/EdkGraphicsLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkGraphicsLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkGraphicsLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkGraphicsLib_cleanall">\r
- <OutputDirSetup baseName="EdkGraphicsLib" mbdFilename="${MODULE_DIR}/EdkGraphicsLib.mbd" msaFilename="${MODULE_DIR}/EdkGraphicsLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkGraphicsLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkGraphicsLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkGraphicsLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkIfrSupportLib</BaseName>\r
- <Guid>ea55bada-d488-427b-9d2d-227e0aaa3707</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-31 13:14</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkIfrSupportLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkIfrSupportLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkIfrSupportLib">\r
- <GenBuild baseName="EdkIfrSupportLib" mbdFilename="${MODULE_DIR}/EdkIfrSupportLib.mbd" msaFilename="${MODULE_DIR}/EdkIfrSupportLib.msa"/>\r
- </target>\r
- <target depends="EdkIfrSupportLib_clean" name="clean"/>\r
- <target depends="EdkIfrSupportLib_cleanall" name="cleanall"/>\r
- <target name="EdkIfrSupportLib_clean">\r
- <OutputDirSetup baseName="EdkIfrSupportLib" mbdFilename="${MODULE_DIR}/EdkIfrSupportLib.mbd" msaFilename="${MODULE_DIR}/EdkIfrSupportLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkIfrSupportLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkIfrSupportLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkIfrSupportLib_cleanall">\r
- <OutputDirSetup baseName="EdkIfrSupportLib" mbdFilename="${MODULE_DIR}/EdkIfrSupportLib.mbd" msaFilename="${MODULE_DIR}/EdkIfrSupportLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkIfrSupportLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkIfrSupportLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkIfrSupportLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkMemoryStatusCodeLib</BaseName>\r
- <Guid>e2368d1d-4c94-4e62-be2f-7817bbd78293</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkMemoryStatusCodeLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkMemoryStatusCodeLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkMemoryStatusCodeLib">\r
- <GenBuild baseName="EdkMemoryStatusCodeLib" mbdFilename="${MODULE_DIR}/EdkMemoryStatusCodeLib.mbd" msaFilename="${MODULE_DIR}/EdkMemoryStatusCodeLib.msa"/>\r
- </target>\r
- <target depends="EdkMemoryStatusCodeLib_clean" name="clean"/>\r
- <target depends="EdkMemoryStatusCodeLib_cleanall" name="cleanall"/>\r
- <target name="EdkMemoryStatusCodeLib_clean">\r
- <OutputDirSetup baseName="EdkMemoryStatusCodeLib" mbdFilename="${MODULE_DIR}/EdkMemoryStatusCodeLib.mbd" msaFilename="${MODULE_DIR}/EdkMemoryStatusCodeLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkMemoryStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkMemoryStatusCodeLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkMemoryStatusCodeLib_cleanall">\r
- <OutputDirSetup baseName="EdkMemoryStatusCodeLib" mbdFilename="${MODULE_DIR}/EdkMemoryStatusCodeLib.mbd" msaFilename="${MODULE_DIR}/EdkMemoryStatusCodeLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkMemoryStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkMemoryStatusCodeLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkMemoryStatusCodeLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkNullCustomizedDecompressLib</BaseName>\r
- <Guid>4a024320-0648-49c3-84d4-3d04670a1c77</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkNullCustomizedDecompressLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkNullCustomizedDecompressLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkNullCustomizedDecompressLib">\r
- <GenBuild baseName="EdkNullCustomizedDecompressLib" mbdFilename="${MODULE_DIR}/EdkNullCustomizedDecompressLib.mbd" msaFilename="${MODULE_DIR}/EdkNullCustomizedDecompressLib.msa"/>\r
- </target>\r
- <target depends="EdkNullCustomizedDecompressLib_clean" name="clean"/>\r
- <target depends="EdkNullCustomizedDecompressLib_cleanall" name="cleanall"/>\r
- <target name="EdkNullCustomizedDecompressLib_clean">\r
- <OutputDirSetup baseName="EdkNullCustomizedDecompressLib" mbdFilename="${MODULE_DIR}/EdkNullCustomizedDecompressLib.mbd" msaFilename="${MODULE_DIR}/EdkNullCustomizedDecompressLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkNullCustomizedDecompressLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkNullCustomizedDecompressLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkNullCustomizedDecompressLib_cleanall">\r
- <OutputDirSetup baseName="EdkNullCustomizedDecompressLib" mbdFilename="${MODULE_DIR}/EdkNullCustomizedDecompressLib.mbd" msaFilename="${MODULE_DIR}/EdkNullCustomizedDecompressLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkNullCustomizedDecompressLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkNullCustomizedDecompressLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkNullCustomizedDecompressLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkPeCoffLoaderLib</BaseName>\r
- <Guid>858bbbc9-474f-4556-a361-0ae52a44ffa5</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkPeCoffLoaderLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkPeCoffLoaderLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkPeCoffLoaderLib">\r
- <GenBuild baseName="EdkPeCoffLoaderLib" mbdFilename="${MODULE_DIR}/EdkPeCoffLoaderLib.mbd" msaFilename="${MODULE_DIR}/EdkPeCoffLoaderLib.msa"/>\r
- </target>\r
- <target depends="EdkPeCoffLoaderLib_clean" name="clean"/>\r
- <target depends="EdkPeCoffLoaderLib_cleanall" name="cleanall"/>\r
- <target name="EdkPeCoffLoaderLib_clean">\r
- <OutputDirSetup baseName="EdkPeCoffLoaderLib" mbdFilename="${MODULE_DIR}/EdkPeCoffLoaderLib.mbd" msaFilename="${MODULE_DIR}/EdkPeCoffLoaderLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkPeCoffLoaderLib_cleanall">\r
- <OutputDirSetup baseName="EdkPeCoffLoaderLib" mbdFilename="${MODULE_DIR}/EdkPeCoffLoaderLib.mbd" msaFilename="${MODULE_DIR}/EdkPeCoffLoaderLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkPeCoffLoaderLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<LibraryModuleBuildDescription 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">
- <MbdLibHeader>
- <BaseName>EdkPeCoffLoaderLibX64</BaseName>
- <Guid>742597d6-2b50-4120-bfba-2400549a792f</Guid>
- <Version>EDK_RELEASE_VERSION 0x00090000</Version>
- <Description>FIX ME!</Description>
- <Copyright>Copyright (c) 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-26 13:50</Created>
- </MbdLibHeader>
-</LibraryModuleBuildDescription>
+++ /dev/null
-<?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.-->
-<project basedir="." default="EdkPeCoffLoaderLibX64"><!--Apply external ANT tasks-->
- <taskdef resource="GenBuild.tasks"/>
- <property environment="env"/>
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkPeCoffLoaderLibX64"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="EdkPeCoffLoaderLibX64">
- <GenBuild baseName="EdkPeCoffLoaderLibX64" mbdFilename="${MODULE_DIR}/EdkPeCoffLoaderLibX64.mbd" msaFilename="${MODULE_DIR}/EdkPeCoffLoaderLibX64.msa"/>
- </target>
- <target depends="EdkPeCoffLoaderLibX64_clean" name="clean"/>
- <target depends="EdkPeCoffLoaderLibX64_cleanAll" name="cleanAll"/>
- <target name="EdkPeCoffLoaderLibX64_clean">
- <OutputDirSetup baseName="EdkPeCoffLoaderLibX64" mbdFilename="${MODULE_DIR}/EdkPeCoffLoaderLibX64.mbd" msaFilename="${MODULE_DIR}/EdkPeCoffLoaderLibX64.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderLibX64_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderLibX64_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="EdkPeCoffLoaderLibX64_cleanAll">
- <OutputDirSetup baseName="EdkPeCoffLoaderLibX64" mbdFilename="${MODULE_DIR}/EdkPeCoffLoaderLibX64.mbd" msaFilename="${MODULE_DIR}/EdkPeCoffLoaderLibX64.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderLibX64_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderLibX64_build.xml" target="cleanAll"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**EdkPeCoffLoaderLibX64*"/>
- </delete>
- </target>
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkPeCoffLoaderX64Lib</BaseName>\r
- <Guid>6aac37f2-7b46-4ef3-8645-c24800a3d410</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-03 23:59</Created>\r
- <Modified>2006-04-05 21:30</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkPeCoffLoaderX64Lib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkPeCoffLoaderX64Lib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkPeCoffLoaderX64Lib">\r
- <GenBuild baseName="EdkPeCoffLoaderX64Lib" mbdFilename="${MODULE_DIR}/EdkPeCoffLoaderX64Lib.mbd" msaFilename="${MODULE_DIR}/EdkPeCoffLoaderX64Lib.msa"/>\r
- </target>\r
- <target depends="EdkPeCoffLoaderX64Lib_clean" name="clean"/>\r
- <target depends="EdkPeCoffLoaderX64Lib_cleanAll" name="cleanAll"/>\r
- <target name="EdkPeCoffLoaderX64Lib_clean">\r
- <OutputDirSetup baseName="EdkPeCoffLoaderX64Lib" mbdFilename="${MODULE_DIR}/EdkPeCoffLoaderX64Lib.mbd" msaFilename="${MODULE_DIR}/EdkPeCoffLoaderX64Lib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderX64Lib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderX64Lib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkPeCoffLoaderX64Lib_cleanAll">\r
- <OutputDirSetup baseName="EdkPeCoffLoaderX64Lib" mbdFilename="${MODULE_DIR}/EdkPeCoffLoaderX64Lib.mbd" msaFilename="${MODULE_DIR}/EdkPeCoffLoaderX64Lib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderX64Lib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkPeCoffLoaderX64Lib_build.xml" target="cleanAll"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkPeCoffLoaderX64Lib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkBsDataHubStatusCodeLib</BaseName>\r
- <Guid>041bf780-dc3e-49ab-8d67-4b86075440ea</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkBsDataHubStatusCodeLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkRuntimeStatusCodeLib/BsDataHubStatusCode"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkBsDataHubStatusCodeLib">\r
- <GenBuild baseName="EdkBsDataHubStatusCodeLib" mbdFilename="${MODULE_DIR}/BsDataHubStatusCode.mbd" msaFilename="${MODULE_DIR}/BsDataHubStatusCode.msa"/>\r
- </target>\r
- <target depends="EdkBsDataHubStatusCodeLib_clean" name="clean"/>\r
- <target depends="EdkBsDataHubStatusCodeLib_cleanall" name="cleanall"/>\r
- <target name="EdkBsDataHubStatusCodeLib_clean">\r
- <OutputDirSetup baseName="EdkBsDataHubStatusCodeLib" mbdFilename="${MODULE_DIR}/BsDataHubStatusCode.mbd" msaFilename="${MODULE_DIR}/BsDataHubStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkBsDataHubStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkBsDataHubStatusCodeLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkBsDataHubStatusCodeLib_cleanall">\r
- <OutputDirSetup baseName="EdkBsDataHubStatusCodeLib" mbdFilename="${MODULE_DIR}/BsDataHubStatusCode.mbd" msaFilename="${MODULE_DIR}/BsDataHubStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkBsDataHubStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkBsDataHubStatusCodeLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkBsDataHubStatusCodeLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkRtMemoryStatusCodeLib</BaseName>\r
- <Guid>1517564b-ab66-42b7-8903-731a95f314f9</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkRtMemoryStatusCodeLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkRuntimeStatusCodeLib/RtMemoryStatusCode"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkRtMemoryStatusCodeLib">\r
- <GenBuild baseName="EdkRtMemoryStatusCodeLib" mbdFilename="${MODULE_DIR}/RtMemoryStatusCode.mbd" msaFilename="${MODULE_DIR}/RtMemoryStatusCode.msa"/>\r
- </target>\r
- <target depends="EdkRtMemoryStatusCodeLib_clean" name="clean"/>\r
- <target depends="EdkRtMemoryStatusCodeLib_cleanall" name="cleanall"/>\r
- <target name="EdkRtMemoryStatusCodeLib_clean">\r
- <OutputDirSetup baseName="EdkRtMemoryStatusCodeLib" mbdFilename="${MODULE_DIR}/RtMemoryStatusCode.mbd" msaFilename="${MODULE_DIR}/RtMemoryStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkRtMemoryStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkRtMemoryStatusCodeLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkRtMemoryStatusCodeLib_cleanall">\r
- <OutputDirSetup baseName="EdkRtMemoryStatusCodeLib" mbdFilename="${MODULE_DIR}/RtMemoryStatusCode.mbd" msaFilename="${MODULE_DIR}/RtMemoryStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkRtMemoryStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkRtMemoryStatusCodeLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkRtMemoryStatusCodeLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkRtPlatformStatusCodeLib</BaseName>\r
- <Guid>68b157b5-9534-43ff-9cd3-6705e4e1d56c</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkRtPlatformStatusCodeLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkRuntimeStatusCodeLib/RtPlatformStatusCode"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkRtPlatformStatusCodeLib">\r
- <GenBuild baseName="EdkRtPlatformStatusCodeLib" mbdFilename="${MODULE_DIR}/RtPlatformStatusCode.mbd" msaFilename="${MODULE_DIR}/RtPlatformStatusCode.msa"/>\r
- </target>\r
- <target depends="EdkRtPlatformStatusCodeLib_clean" name="clean"/>\r
- <target depends="EdkRtPlatformStatusCodeLib_cleanall" name="cleanall"/>\r
- <target name="EdkRtPlatformStatusCodeLib_clean">\r
- <OutputDirSetup baseName="EdkRtPlatformStatusCodeLib" mbdFilename="${MODULE_DIR}/RtPlatformStatusCode.mbd" msaFilename="${MODULE_DIR}/RtPlatformStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkRtPlatformStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkRtPlatformStatusCodeLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkRtPlatformStatusCodeLib_cleanall">\r
- <OutputDirSetup baseName="EdkRtPlatformStatusCodeLib" mbdFilename="${MODULE_DIR}/RtPlatformStatusCode.mbd" msaFilename="${MODULE_DIR}/RtPlatformStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkRtPlatformStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkRtPlatformStatusCodeLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkRtPlatformStatusCodeLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkScsiLib</BaseName>\r
- <Guid>46c9adef-aee6-410c-99e4-240e3af18d8b</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkScsiLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkScsiLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkScsiLib">\r
- <GenBuild baseName="EdkScsiLib" mbdFilename="${MODULE_DIR}/EdkScsiLib.mbd" msaFilename="${MODULE_DIR}/EdkScsiLib.msa"/>\r
- </target>\r
- <target depends="EdkScsiLib_clean" name="clean"/>\r
- <target depends="EdkScsiLib_cleanall" name="cleanall"/>\r
- <target name="EdkScsiLib_clean">\r
- <OutputDirSetup baseName="EdkScsiLib" mbdFilename="${MODULE_DIR}/EdkScsiLib.mbd" msaFilename="${MODULE_DIR}/EdkScsiLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkScsiLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkScsiLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkScsiLib_cleanall">\r
- <OutputDirSetup baseName="EdkScsiLib" mbdFilename="${MODULE_DIR}/EdkScsiLib.mbd" msaFilename="${MODULE_DIR}/EdkScsiLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkScsiLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkScsiLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkScsiLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkUefiDebugLibConOut</BaseName>\r
- <Guid>7293fe0b-1fff-4f8f-b808-10cb55f6a174</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-31 13:14</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkUefiDebugLibConOut"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkUefiDebugLibConOut"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkUefiDebugLibConOut">\r
- <GenBuild baseName="EdkUefiDebugLibConOut" mbdFilename="${MODULE_DIR}/EdkUefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}/EdkUefiDebugLibConOut.msa"/>\r
- </target>\r
- <target depends="EdkUefiDebugLibConOut_clean" name="clean"/>\r
- <target depends="EdkUefiDebugLibConOut_cleanall" name="cleanall"/>\r
- <target name="EdkUefiDebugLibConOut_clean">\r
- <OutputDirSetup baseName="EdkUefiDebugLibConOut" mbdFilename="${MODULE_DIR}/EdkUefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}/EdkUefiDebugLibConOut.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkUefiDebugLibConOut_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkUefiDebugLibConOut_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkUefiDebugLibConOut_cleanall">\r
- <OutputDirSetup baseName="EdkUefiDebugLibConOut" mbdFilename="${MODULE_DIR}/EdkUefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}/EdkUefiDebugLibConOut.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkUefiDebugLibConOut_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkUefiDebugLibConOut_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkUefiDebugLibConOut*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkUefiDebugLibStdErr</BaseName>\r
- <Guid>8b9968e0-c76b-4b57-aec4-24e17fe602c0</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-31 13:14</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkUefiDebugLibStdErr"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkUefiDebugLibStdErr"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkUefiDebugLibStdErr">\r
- <GenBuild baseName="EdkUefiDebugLibStdErr" mbdFilename="${MODULE_DIR}/EdkUefiDebugLibStdErr.mbd" msaFilename="${MODULE_DIR}/EdkUefiDebugLibStdErr.msa"/>\r
- </target>\r
- <target depends="EdkUefiDebugLibStdErr_clean" name="clean"/>\r
- <target depends="EdkUefiDebugLibStdErr_cleanall" name="cleanall"/>\r
- <target name="EdkUefiDebugLibStdErr_clean">\r
- <OutputDirSetup baseName="EdkUefiDebugLibStdErr" mbdFilename="${MODULE_DIR}/EdkUefiDebugLibStdErr.mbd" msaFilename="${MODULE_DIR}/EdkUefiDebugLibStdErr.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkUefiDebugLibStdErr_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkUefiDebugLibStdErr_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkUefiDebugLibStdErr_cleanall">\r
- <OutputDirSetup baseName="EdkUefiDebugLibStdErr" mbdFilename="${MODULE_DIR}/EdkUefiDebugLibStdErr.mbd" msaFilename="${MODULE_DIR}/EdkUefiDebugLibStdErr.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkUefiDebugLibStdErr_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkUefiDebugLibStdErr_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkUefiDebugLibStdErr*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkUsbLib</BaseName>\r
- <Guid>87eb5df9-722a-4241-ad7f-370d0b3a56d7</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkUsbLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/EdkUsbLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EdkUsbLib">\r
- <GenBuild baseName="EdkUsbLib" mbdFilename="${MODULE_DIR}/EdkUsbLib.mbd" msaFilename="${MODULE_DIR}/EdkUsbLib.msa"/>\r
- </target>\r
- <target depends="EdkUsbLib_clean" name="clean"/>\r
- <target depends="EdkUsbLib_cleanall" name="cleanall"/>\r
- <target name="EdkUsbLib_clean">\r
- <OutputDirSetup baseName="EdkUsbLib" mbdFilename="${MODULE_DIR}/EdkUsbLib.mbd" msaFilename="${MODULE_DIR}/EdkUsbLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkUsbLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkUsbLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkUsbLib_cleanall">\r
- <OutputDirSetup baseName="EdkUsbLib" mbdFilename="${MODULE_DIR}/EdkUsbLib.mbd" msaFilename="${MODULE_DIR}/EdkUsbLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EdkUsbLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EdkUsbLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkUsbLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiPerformanceLib</BaseName>\r
- <Guid>F72DE735-B24F-4ef6-897F-70A85D01A047</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-04 11:12</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiPerformanceLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiPerformanceLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiPerformanceLib">\r
- <GenBuild baseName="PeiPerformanceLib" mbdFilename="${MODULE_DIR}/PeiPerformanceLib.mbd" msaFilename="${MODULE_DIR}/PeiPerformanceLib.msa"/>\r
- </target>\r
- <target depends="PeiPerformanceLib_clean" name="clean"/>\r
- <target depends="PeiPerformanceLib_cleanall" name="cleanall"/>\r
- <target name="PeiPerformanceLib_clean">\r
- <OutputDirSetup baseName="PeiPerformanceLib" mbdFilename="${MODULE_DIR}/PeiPerformanceLib.mbd" msaFilename="${MODULE_DIR}/PeiPerformanceLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiPerformanceLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiPerformanceLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiPerformanceLib_cleanall">\r
- <OutputDirSetup baseName="PeiPerformanceLib" mbdFilename="${MODULE_DIR}/PeiPerformanceLib.mbd" msaFilename="${MODULE_DIR}/PeiPerformanceLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiPerformanceLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiPerformanceLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiPerformanceLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>CapsuleRuntime</BaseName>\r
- <Guid>42857F0A-13F2-4B21-8A23-53D3F714B840</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>BaseLib</Library>\r
- <Library>BaseMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeServicesTableLib</Library>\r
- <Library>EdkDxeRuntimeDriverLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>BaseDebugLibNull</Library>\r
- <Library>BasePrintLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiBootServicesTableLib</Library> \r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="CapsuleRuntime"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Capsule/RuntimeDxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="CapsuleRuntime">\r
- <GenBuild baseName="CapsuleRuntime" mbdFilename="${MODULE_DIR}/CapsuleRuntime.mbd" msaFilename="${MODULE_DIR}/CapsuleRuntime.msa"/>\r
- </target>\r
- <target depends="CapsuleRuntime_clean" name="clean"/>\r
- <target depends="CapsuleRuntime_cleanall" name="cleanall"/>\r
- <target name="CapsuleRuntime_clean">\r
- <OutputDirSetup baseName="CapsuleRuntime" mbdFilename="${MODULE_DIR}/CapsuleRuntime.mbd" msaFilename="${MODULE_DIR}/CapsuleRuntime.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/CapsuleRuntime_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/CapsuleRuntime_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="CapsuleRuntime_cleanall">\r
- <OutputDirSetup baseName="CapsuleRuntime" mbdFilename="${MODULE_DIR}/CapsuleRuntime.mbd" msaFilename="${MODULE_DIR}/CapsuleRuntime.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/CapsuleRuntime_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/CapsuleRuntime_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**CapsuleRuntime*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>ConSplitter</BaseName>\r
- <Guid>408edcec-cf6d-477c-a5a8-b4844e3de281</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library> \r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="ConSplitter"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Console/ConSplitter/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="ConSplitter">\r
- <GenBuild baseName="ConSplitter" mbdFilename="${MODULE_DIR}/ConSplitter.mbd" msaFilename="${MODULE_DIR}/ConSplitter.msa"/>\r
- </target>\r
- <target name="ConSplitterLite">\r
- <GenBuild baseName="ConSplitterLite" mbdFilename="${MODULE_DIR}/ConSplitterLite.mbd" msaFilename="${MODULE_DIR}/ConSplitterLite.msa"/>\r
- </target>\r
- <target depends="ConSplitter_clean" name="clean"/>\r
- <target depends="ConSplitter_cleanall" name="cleanall"/>\r
- <target name="ConSplitter_clean">\r
- <OutputDirSetup baseName="ConSplitter" mbdFilename="${MODULE_DIR}/ConSplitter.mbd" msaFilename="${MODULE_DIR}/ConSplitter.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/ConSplitter_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/ConSplitter_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="ConSplitterLite_clean">\r
- <OutputDirSetup baseName="ConSplitterLite" mbdFilename="${MODULE_DIR}/ConSplitterLite.mbd" msaFilename="${MODULE_DIR}/ConSplitterLite.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/ConSplitterLite_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/ConSplitterLite_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="ConSplitter_cleanall">\r
- <OutputDirSetup baseName="ConSplitter" mbdFilename="${MODULE_DIR}/ConSplitter.mbd" msaFilename="${MODULE_DIR}/ConSplitter.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/ConSplitter_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/ConSplitter_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**ConSplitter*"/>\r
- </delete>\r
- </target>\r
- <target name="ConSplitterLite_cleanall">\r
- <OutputDirSetup baseName="ConSplitterLite" mbdFilename="${MODULE_DIR}/ConSplitterLite.mbd" msaFilename="${MODULE_DIR}/ConSplitterLite.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/ConSplitterLite_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/ConSplitterLite_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**ConSplitterLite*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>GraphicsConsole</BaseName>\r
- <Guid>CCCB0C28-4B24-11d5-9A5A-0090273FC14D</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>HiiLib</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library> \r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="GraphicsConsole"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Console/GraphicsConsole/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="GraphicsConsole">\r
- <GenBuild baseName="GraphicsConsole" mbdFilename="${MODULE_DIR}/GraphicsConsole.mbd" msaFilename="${MODULE_DIR}/GraphicsConsole.msa"/>\r
- </target>\r
- <target depends="GraphicsConsole_clean" name="clean"/>\r
- <target depends="GraphicsConsole_cleanall" name="cleanall"/>\r
- <target name="GraphicsConsole_clean">\r
- <OutputDirSetup baseName="GraphicsConsole" mbdFilename="${MODULE_DIR}/GraphicsConsole.mbd" msaFilename="${MODULE_DIR}/GraphicsConsole.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/GraphicsConsole_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/GraphicsConsole_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="GraphicsConsole_cleanall">\r
- <OutputDirSetup baseName="GraphicsConsole" mbdFilename="${MODULE_DIR}/GraphicsConsole.mbd" msaFilename="${MODULE_DIR}/GraphicsConsole.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/GraphicsConsole_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/GraphicsConsole_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**GraphicsConsole*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Terminal</BaseName>\r
- <Guid>9E863906-A40F-4875-977F-5B93FF237FC6</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-22 19:05</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Terminal"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Console/Terminal/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="Terminal">\r
- <GenBuild baseName="Terminal" mbdFilename="${MODULE_DIR}/Terminal.mbd" msaFilename="${MODULE_DIR}/Terminal.msa"/>\r
- </target>\r
- <target depends="Terminal_clean" name="clean"/>\r
- <target depends="Terminal_cleanall" name="cleanall"/>\r
- <target name="Terminal_clean">\r
- <OutputDirSetup baseName="Terminal" mbdFilename="${MODULE_DIR}/Terminal.mbd" msaFilename="${MODULE_DIR}/Terminal.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Terminal_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Terminal_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Terminal_cleanall">\r
- <OutputDirSetup baseName="Terminal" mbdFilename="${MODULE_DIR}/Terminal.mbd" msaFilename="${MODULE_DIR}/Terminal.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Terminal_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Terminal_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Terminal*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>DataHub</BaseName>\r
- <Guid>53BCC14F-C24F-434C-B294-8ED2D4CC1860</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library> \r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DataHub"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/DataHub/DataHub/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DataHub">\r
- <GenBuild baseName="DataHub" mbdFilename="${MODULE_DIR}/DataHub.mbd" msaFilename="${MODULE_DIR}/DataHub.msa"/>\r
- </target>\r
- <target depends="DataHub_clean" name="clean"/>\r
- <target depends="DataHub_cleanall" name="cleanall"/>\r
- <target name="DataHub_clean">\r
- <OutputDirSetup baseName="DataHub" mbdFilename="${MODULE_DIR}/DataHub.mbd" msaFilename="${MODULE_DIR}/DataHub.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DataHub_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DataHub_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DataHub_cleanall">\r
- <OutputDirSetup baseName="DataHub" mbdFilename="${MODULE_DIR}/DataHub.mbd" msaFilename="${MODULE_DIR}/DataHub.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DataHub_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DataHub_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DataHub*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>DataHubStdErr</BaseName>\r
- <Guid>CA515306-00CE-4032-874E-11B755FF6866</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library> \r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library> \r
- <Library>BaseLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DataHubStdErr"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/DataHub/DataHubStdErr/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DataHubStdErr">\r
- <GenBuild baseName="DataHubStdErr" mbdFilename="${MODULE_DIR}/DataHubStdErr.mbd" msaFilename="${MODULE_DIR}/DataHubStdErr.msa"/>\r
- </target>\r
- <target depends="DataHubStdErr_clean" name="clean"/>\r
- <target depends="DataHubStdErr_cleanall" name="cleanall"/>\r
- <target name="DataHubStdErr_clean">\r
- <OutputDirSetup baseName="DataHubStdErr" mbdFilename="${MODULE_DIR}/DataHubStdErr.mbd" msaFilename="${MODULE_DIR}/DataHubStdErr.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DataHubStdErr_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DataHubStdErr_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DataHubStdErr_cleanall">\r
- <OutputDirSetup baseName="DataHubStdErr" mbdFilename="${MODULE_DIR}/DataHubStdErr.mbd" msaFilename="${MODULE_DIR}/DataHubStdErr.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DataHubStdErr_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DataHubStdErr_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DataHubStdErr*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>DebugSupport</BaseName>\r
- <Guid>911D584C-35F7-4955-BEF9-B452769DDC3A</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryLib</Library> \r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library> \r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DebugSupport"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/DebugSupport/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DebugSupport">\r
- <GenBuild baseName="DebugSupport" mbdFilename="${MODULE_DIR}/DebugSupport.mbd" msaFilename="${MODULE_DIR}/DebugSupport.msa"/>\r
- </target>\r
- <target depends="DebugSupport_clean" name="clean"/>\r
- <target depends="DebugSupport_cleanall" name="cleanall"/>\r
- <target name="DebugSupport_clean">\r
- <OutputDirSetup baseName="DebugSupport" mbdFilename="${MODULE_DIR}/DebugSupport.mbd" msaFilename="${MODULE_DIR}/DebugSupport.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DebugSupport_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DebugSupport_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DebugSupport_cleanall">\r
- <OutputDirSetup baseName="DebugSupport" mbdFilename="${MODULE_DIR}/DebugSupport.mbd" msaFilename="${MODULE_DIR}/DebugSupport.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DebugSupport_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DebugSupport_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DebugSupport*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>DebugPort</BaseName>\r
- <Guid>73E9457A-CEA1-4917-9A9C-9F1F0F0FD322</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library> \r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DebugPort"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Debugger/Debugport/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DebugPort">\r
- <GenBuild baseName="DebugPort" mbdFilename="${MODULE_DIR}/DebugPort.mbd" msaFilename="${MODULE_DIR}/DebugPort.msa"/>\r
- </target>\r
- <target depends="DebugPort_clean" name="clean"/>\r
- <target depends="DebugPort_cleanall" name="cleanall"/>\r
- <target name="DebugPort_clean">\r
- <OutputDirSetup baseName="DebugPort" mbdFilename="${MODULE_DIR}/DebugPort.mbd" msaFilename="${MODULE_DIR}/DebugPort.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DebugPort_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DebugPort_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DebugPort_cleanall">\r
- <OutputDirSetup baseName="DebugPort" mbdFilename="${MODULE_DIR}/DebugPort.mbd" msaFilename="${MODULE_DIR}/DebugPort.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DebugPort_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DebugPort_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DebugPort*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>DiskIo</BaseName>\r
- <Guid>6B38F7B4-AD98-40e9-9093-ACA2B5A253C4</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library> \r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DiskIo"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Disk/DiskIo/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DiskIo">\r
- <GenBuild baseName="DiskIo" mbdFilename="${MODULE_DIR}/DiskIo.mbd" msaFilename="${MODULE_DIR}/DiskIo.msa"/>\r
- </target>\r
- <target depends="DiskIo_clean" name="clean"/>\r
- <target depends="DiskIo_cleanall" name="cleanall"/>\r
- <target name="DiskIo_clean">\r
- <OutputDirSetup baseName="DiskIo" mbdFilename="${MODULE_DIR}/DiskIo.mbd" msaFilename="${MODULE_DIR}/DiskIo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DiskIo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DiskIo_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DiskIo_cleanall">\r
- <OutputDirSetup baseName="DiskIo" mbdFilename="${MODULE_DIR}/DiskIo.mbd" msaFilename="${MODULE_DIR}/DiskIo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DiskIo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DiskIo_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DiskIo*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Partition</BaseName>\r
- <Guid>1FA1F39E-FEFF-4aae-BD7B-38A070A3B609</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library> \r
- <Library>UefiDevicePathLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Partition"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Disk/Partition/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="Partition">\r
- <GenBuild baseName="Partition" mbdFilename="${MODULE_DIR}/Partition.mbd" msaFilename="${MODULE_DIR}/Partition.msa"/>\r
- </target>\r
- <target depends="Partition_clean" name="clean"/>\r
- <target depends="Partition_cleanall" name="cleanall"/>\r
- <target name="Partition_clean">\r
- <OutputDirSetup baseName="Partition" mbdFilename="${MODULE_DIR}/Partition.mbd" msaFilename="${MODULE_DIR}/Partition.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Partition_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Partition_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Partition_cleanall">\r
- <OutputDirSetup baseName="Partition" mbdFilename="${MODULE_DIR}/Partition.mbd" msaFilename="${MODULE_DIR}/Partition.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Partition_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Partition_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Partition*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>English</BaseName>\r
- <Guid>CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryLib</Library> \r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library> \r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="English"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Disk/UnicodeCollation/English/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="English">\r
- <GenBuild baseName="English" mbdFilename="${MODULE_DIR}/English.mbd" msaFilename="${MODULE_DIR}/English.msa"/>\r
- </target>\r
- <target depends="English_clean" name="clean"/>\r
- <target depends="English_cleanall" name="cleanall"/>\r
- <target name="English_clean">\r
- <OutputDirSetup baseName="English" mbdFilename="${MODULE_DIR}/English.mbd" msaFilename="${MODULE_DIR}/English.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/English_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/English_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="English_cleanall">\r
- <OutputDirSetup baseName="English" mbdFilename="${MODULE_DIR}/English.mbd" msaFilename="${MODULE_DIR}/English.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/English_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/English_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**English*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Ebc</BaseName>\r
- <Guid>13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-22 14:03</Created>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Ebc"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Ebc/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="Ebc">\r
- <GenBuild baseName="Ebc" mbdFilename="${MODULE_DIR}/Ebc.mbd" msaFilename="${MODULE_DIR}/Ebc.msa"/>\r
- </target>\r
- <target depends="Ebc_clean" name="clean"/>\r
- <target depends="Ebc_cleanall" name="cleanall"/>\r
- <target name="Ebc_clean">\r
- <OutputDirSetup baseName="Ebc" mbdFilename="${MODULE_DIR}/Ebc.mbd" msaFilename="${MODULE_DIR}/Ebc.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Ebc_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Ebc_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Ebc_cleanall">\r
- <OutputDirSetup baseName="Ebc" mbdFilename="${MODULE_DIR}/Ebc.mbd" msaFilename="${MODULE_DIR}/Ebc.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Ebc_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Ebc_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Ebc*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>EmuVariable</BaseName>\r
- <Guid>CBD2E4D5-7068-4FF5-B866-9822B4AD8D60</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-23 16:05</Created>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseMemoryLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>EdkDxeRuntimeDriverLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Arch ArchType="IPF">\r
- <Library>EdkDxeSalLib</Library>\r
- </Arch>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EmuVariable"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/EmuVariable/RuntimeDxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="EmuVariable">\r
- <GenBuild baseName="EmuVariable" mbdFilename="${MODULE_DIR}/EmuVariable.mbd" msaFilename="${MODULE_DIR}/EmuVariable.msa"/>\r
- </target>\r
- <target depends="EmuVariable_clean" name="clean"/>\r
- <target depends="EmuVariable_cleanall" name="cleanall"/>\r
- <target name="EmuVariable_clean">\r
- <OutputDirSetup baseName="EmuVariable" mbdFilename="${MODULE_DIR}/EmuVariable.mbd" msaFilename="${MODULE_DIR}/EmuVariable.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EmuVariable_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EmuVariable_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EmuVariable_cleanall">\r
- <OutputDirSetup baseName="EmuVariable" mbdFilename="${MODULE_DIR}/EmuVariable.mbd" msaFilename="${MODULE_DIR}/EmuVariable.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/EmuVariable_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/EmuVariable_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EmuVariable*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>FtwLite</BaseName>\r
- <Guid>4C862FC6-0E54-4e36-8C8F-FF6F3167951F</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-22 14:11</Created>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>DxeHobLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="FtwLite"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/FirmwareVolume/FaultTolerantWriteLite/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="FtwLite">\r
- <GenBuild baseName="FtwLite" mbdFilename="${MODULE_DIR}/FtwLite.mbd" msaFilename="${MODULE_DIR}/FtwLite.msa"/>\r
- </target>\r
- <target depends="FtwLite_clean" name="clean"/>\r
- <target depends="FtwLite_cleanall" name="cleanall"/>\r
- <target name="FtwLite_clean">\r
- <OutputDirSetup baseName="FtwLite" mbdFilename="${MODULE_DIR}/FtwLite.mbd" msaFilename="${MODULE_DIR}/FtwLite.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/FtwLite_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/FtwLite_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="FtwLite_cleanall">\r
- <OutputDirSetup baseName="FtwLite" mbdFilename="${MODULE_DIR}/FtwLite.mbd" msaFilename="${MODULE_DIR}/FtwLite.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/FtwLite_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/FtwLite_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**FtwLite*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Crc32SectionExtract</BaseName>\r
- <Guid>51C9F40C-5243-4473-B265-B3C8FFAFF9FA</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Crc32SectionExtract"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/FirmwareVolume/GuidedSectionExtraction/Crc32SectionExtract/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="Crc32SectionExtract">\r
- <GenBuild baseName="Crc32SectionExtract" mbdFilename="${MODULE_DIR}/Crc32SectionExtract.mbd" msaFilename="${MODULE_DIR}/Crc32SectionExtract.msa"/>\r
- </target>\r
- <target depends="Crc32SectionExtract_clean" name="clean"/>\r
- <target depends="Crc32SectionExtract_cleanall" name="cleanall"/>\r
- <target name="Crc32SectionExtract_clean">\r
- <OutputDirSetup baseName="Crc32SectionExtract" mbdFilename="${MODULE_DIR}/Crc32SectionExtract.mbd" msaFilename="${MODULE_DIR}/Crc32SectionExtract.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Crc32SectionExtract_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Crc32SectionExtract_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Crc32SectionExtract_cleanall">\r
- <OutputDirSetup baseName="Crc32SectionExtract" mbdFilename="${MODULE_DIR}/Crc32SectionExtract.mbd" msaFilename="${MODULE_DIR}/Crc32SectionExtract.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Crc32SectionExtract_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Crc32SectionExtract_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Crc32SectionExtract*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>NullMemoryTest</BaseName>\r
- <Guid>96B5C032-DF4C-4b6e-8232-438DCF448D0E</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryLib</Library> \r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeServicesTableLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library> \r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="NullMemoryTest"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/GenericMemoryTest/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="NullMemoryTest">\r
- <GenBuild baseName="NullMemoryTest" mbdFilename="${MODULE_DIR}/NullMemoryTest.mbd" msaFilename="${MODULE_DIR}/NullMemoryTest.msa"/>\r
- </target>\r
- <target depends="NullMemoryTest_clean" name="clean"/>\r
- <target depends="NullMemoryTest_cleanall" name="cleanall"/>\r
- <target name="NullMemoryTest_clean">\r
- <OutputDirSetup baseName="NullMemoryTest" mbdFilename="${MODULE_DIR}/NullMemoryTest.mbd" msaFilename="${MODULE_DIR}/NullMemoryTest.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/NullMemoryTest_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/NullMemoryTest_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="NullMemoryTest_cleanall">\r
- <OutputDirSetup baseName="NullMemoryTest" mbdFilename="${MODULE_DIR}/NullMemoryTest.mbd" msaFilename="${MODULE_DIR}/NullMemoryTest.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/NullMemoryTest_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/NullMemoryTest_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**NullMemoryTest*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>PeiBaseMemoryTestInit</BaseName>\r
- <Guid>736EB068-8C01-47c5-964B-1C57BD5D4D64</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries> \r
- <Library>PeimEntryPoint</Library>\r
- <Library>PeiReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>PeiServicesTablePointerLib</Library>\r
- <Library>PeiMemoryLib</Library>\r
- <Library>PeiServicesLib</Library>\r
- <Library>BaseLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiBaseMemoryTestInit"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/GenericMemoryTest/Pei"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiBaseMemoryTestInit">\r
- <GenBuild baseName="PeiBaseMemoryTestInit" mbdFilename="${MODULE_DIR}/BaseMemoryTest.mbd" msaFilename="${MODULE_DIR}/BaseMemoryTest.msa"/>\r
- </target>\r
- <target depends="PeiBaseMemoryTestInit_clean" name="clean"/>\r
- <target depends="PeiBaseMemoryTestInit_cleanall" name="cleanall"/>\r
- <target name="PeiBaseMemoryTestInit_clean">\r
- <OutputDirSetup baseName="PeiBaseMemoryTestInit" mbdFilename="${MODULE_DIR}/BaseMemoryTest.mbd" msaFilename="${MODULE_DIR}/BaseMemoryTest.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiBaseMemoryTestInit_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiBaseMemoryTestInit_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiBaseMemoryTestInit_cleanall">\r
- <OutputDirSetup baseName="PeiBaseMemoryTestInit" mbdFilename="${MODULE_DIR}/BaseMemoryTest.mbd" msaFilename="${MODULE_DIR}/BaseMemoryTest.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiBaseMemoryTestInit_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiBaseMemoryTestInit_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiBaseMemoryTestInit*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>MonotonicCounter</BaseName>\r
- <Guid>AD608272-D07F-4964-801E-7BD3B7888652</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-22 14:36</Created>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>BaseMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>EdkDxeRuntimeDriverLib</Library>\r
- <Arch ArchType="IPF">\r
- <Library>EdkDxeSalLib</Library>\r
- </Arch>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="MonotonicCounter"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/MonotonicCounter/RuntimeDxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="MonotonicCounter">\r
- <GenBuild baseName="MonotonicCounter" mbdFilename="${MODULE_DIR}/MonotonicCounter.mbd" msaFilename="${MODULE_DIR}/MonotonicCounter.msa"/>\r
- </target>\r
- <target depends="MonotonicCounter_clean" name="clean"/>\r
- <target depends="MonotonicCounter_cleanall" name="cleanall"/>\r
- <target name="MonotonicCounter_clean">\r
- <OutputDirSetup baseName="MonotonicCounter" mbdFilename="${MODULE_DIR}/MonotonicCounter.mbd" msaFilename="${MODULE_DIR}/MonotonicCounter.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/MonotonicCounter_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/MonotonicCounter_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="MonotonicCounter_cleanall">\r
- <OutputDirSetup baseName="MonotonicCounter" mbdFilename="${MODULE_DIR}/MonotonicCounter.mbd" msaFilename="${MODULE_DIR}/MonotonicCounter.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/MonotonicCounter_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/MonotonicCounter_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**MonotonicCounter*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>BC</BaseName>\r
- <Guid>A3f436EA-A127-4EF8-957C-8048606FF670</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BC"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Network/PxeBc/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BC">\r
- <GenBuild baseName="BC" mbdFilename="${MODULE_DIR}/BC.mbd" msaFilename="${MODULE_DIR}/BC.msa"/>\r
- </target>\r
- <target depends="BC_clean" name="clean"/>\r
- <target depends="BC_cleanall" name="cleanall"/>\r
- <target name="BC_clean">\r
- <OutputDirSetup baseName="BC" mbdFilename="${MODULE_DIR}/BC.mbd" msaFilename="${MODULE_DIR}/BC.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BC_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BC_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BC_cleanall">\r
- <OutputDirSetup baseName="BC" mbdFilename="${MODULE_DIR}/BC.mbd" msaFilename="${MODULE_DIR}/BC.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BC_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BC_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BC*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Dhcp4</BaseName>\r
- <Guid>a46c3330-be36-4977-9d24-a7cf92eef0fe</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Dhcp4"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Network/PxeDhcp4/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="Dhcp4">\r
- <GenBuild baseName="Dhcp4" mbdFilename="${MODULE_DIR}/Dhcp4.mbd" msaFilename="${MODULE_DIR}/Dhcp4.msa"/>\r
- </target>\r
- <target depends="Dhcp4_clean" name="clean"/>\r
- <target depends="Dhcp4_cleanall" name="cleanall"/>\r
- <target name="Dhcp4_clean">\r
- <OutputDirSetup baseName="Dhcp4" mbdFilename="${MODULE_DIR}/Dhcp4.mbd" msaFilename="${MODULE_DIR}/Dhcp4.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Dhcp4_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Dhcp4_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Dhcp4_cleanall">\r
- <OutputDirSetup baseName="Dhcp4" mbdFilename="${MODULE_DIR}/Dhcp4.mbd" msaFilename="${MODULE_DIR}/Dhcp4.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Dhcp4_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Dhcp4_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Dhcp4*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>SNP</BaseName>\r
- <Guid>A2f436EA-A127-4EF8-957C-8048606FF670</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="SNP"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Network/Snp32_64/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="SNP">\r
- <GenBuild baseName="SNP" mbdFilename="${MODULE_DIR}/SNP.mbd" msaFilename="${MODULE_DIR}/SNP.msa"/>\r
- </target>\r
- <target depends="SNP_clean" name="clean"/>\r
- <target depends="SNP_cleanall" name="cleanall"/>\r
- <target name="SNP_clean">\r
- <OutputDirSetup baseName="SNP" mbdFilename="${MODULE_DIR}/SNP.mbd" msaFilename="${MODULE_DIR}/SNP.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/SNP_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/SNP_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="SNP_cleanall">\r
- <OutputDirSetup baseName="SNP" mbdFilename="${MODULE_DIR}/SNP.mbd" msaFilename="${MODULE_DIR}/SNP.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/SNP_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/SNP_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**SNP*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>PcdDxe</BaseName>\r
- <Guid>80CF7257-87AB-47f9-A3FE-D50B76D89541</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeHobLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>HiiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>EdkDxeRuntimeDriverLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?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.-->
-<project basedir="." default="PcdDxe"><!--Apply external ANT tasks-->
- <taskdef resource="GenBuild.tasks"/>
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>
- <property environment="env"/>
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->
- <property name="MODULE_RELATIVE_PATH" value="Universal/PCD/Dxe"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="PcdDxe">
- <GenBuild baseName="PcdDxe" mbdFilename="${MODULE_DIR}/Pcd.mbd" msaFilename="${MODULE_DIR}/Pcd.msa"/>
- </target>
- <target depends="PcdDxe_clean" name="clean"/>
- <target depends="PcdDxe_cleanall" name="cleanall"/>
- <target name="PcdDxe_clean">
- <OutputDirSetup baseName="PcdDxe" mbdFilename="${MODULE_DIR}/Pcd.mbd" msaFilename="${MODULE_DIR}/Pcd.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/PcdDxe_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/PcdDxe_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="PcdDxe_cleanall">
- <OutputDirSetup baseName="PcdDxe" mbdFilename="${MODULE_DIR}/Pcd.mbd" msaFilename="${MODULE_DIR}/Pcd.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/PcdDxe_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/PcdDxe_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**PcdDxe*"/>
- </delete>
- </target>
-</project>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>PcdEmulatorPeim</BaseName>\r
- <Guid>9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-24 18:54</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>PeimEntryPoint</Library>\r
- <Library>BaseLib</Library>\r
- <Library>PeiServicesLib</Library>\r
- <Library OverrideID="4444">PeiServicesTablePointerLib</Library>\r
- <Library>PeiHobLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>PeiMemoryLib</Library>\r
- <Library>PeiReportStatusCodeLib</Library>\r
- <Library>PeiMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?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.-->
-<project basedir="." default="PcdPeim"><!--Apply external ANT tasks-->
- <taskdef resource="GenBuild.tasks"/>
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>
- <property environment="env"/>
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->
- <property name="MODULE_RELATIVE_PATH" value="Universal/PCD/Pei"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="PcdPeim">
- <GenBuild baseName="PcdPeim" mbdFilename="${MODULE_DIR}/Pcd.mbd" msaFilename="${MODULE_DIR}/Pcd.msa"/>
- </target>
- <target depends="PcdPeim_clean" name="clean"/>
- <target depends="PcdPeim_cleanall" name="cleanall"/>
- <target name="PcdPeim_clean">
- <OutputDirSetup baseName="PcdPeim" mbdFilename="${MODULE_DIR}/Pcd.mbd" msaFilename="${MODULE_DIR}/Pcd.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/PcdPeim_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/PcdPeim_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="PcdPeim_cleanall">
- <OutputDirSetup baseName="PcdPeim" mbdFilename="${MODULE_DIR}/Pcd.mbd" msaFilename="${MODULE_DIR}/Pcd.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/PcdPeim_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/PcdPeim_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**PcdPeim*"/>
- </delete>
- </target>
-</project>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Runtime</BaseName>\r
- <Guid>B601F8C4-43B7-4784-95B1-F4226CB40CEE</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>BaseMemoryLib</Library>\r
- <Library>EdkDxeRuntimeDriverLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Arch ArchType="IPF">\r
- <Library>EdkDxeSalLib</Library>\r
- </Arch>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Runtime"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Runtime/RuntimeDxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="Runtime">\r
- <GenBuild baseName="Runtime" mbdFilename="${MODULE_DIR}/Runtime.mbd" msaFilename="${MODULE_DIR}/Runtime.msa"/>\r
- </target>\r
- <target depends="Runtime_clean" name="clean"/>\r
- <target depends="Runtime_cleanall" name="cleanall"/>\r
- <target name="Runtime_clean">\r
- <OutputDirSetup baseName="Runtime" mbdFilename="${MODULE_DIR}/Runtime.mbd" msaFilename="${MODULE_DIR}/Runtime.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Runtime_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Runtime_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Runtime_cleanall">\r
- <OutputDirSetup baseName="Runtime" mbdFilename="${MODULE_DIR}/Runtime.mbd" msaFilename="${MODULE_DIR}/Runtime.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Runtime_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Runtime_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Runtime*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>SecurityStub</BaseName>\r
- <Guid>F80697E9-7FD6-4665-8646-88E33EF71DFC</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-22 19:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="SecurityStub"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Security/SecurityStub/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="SecurityStub">\r
- <GenBuild baseName="SecurityStub" mbdFilename="${MODULE_DIR}/SecurityStub.mbd" msaFilename="${MODULE_DIR}/SecurityStub.msa"/>\r
- </target>\r
- <target depends="SecurityStub_clean" name="clean"/>\r
- <target depends="SecurityStub_cleanall" name="cleanall"/>\r
- <target name="SecurityStub_clean">\r
- <OutputDirSetup baseName="SecurityStub" mbdFilename="${MODULE_DIR}/SecurityStub.mbd" msaFilename="${MODULE_DIR}/SecurityStub.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/SecurityStub_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/SecurityStub_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="SecurityStub_cleanall">\r
- <OutputDirSetup baseName="SecurityStub" mbdFilename="${MODULE_DIR}/SecurityStub.mbd" msaFilename="${MODULE_DIR}/SecurityStub.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/SecurityStub_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/SecurityStub_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**SecurityStub*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?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>StatusCode</BaseName>
- <Guid>9F455D3B-2B8A-4c06-960B-A71B9714B9CD</Guid>
- <Version>0</Version>
- <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-12 17:09</Created>
- <Modified>2006-03-19 15:19</Modified>
- </MbdHeader>
- <Libraries>
- <Library>UefiBootServicesTableLib</Library>
- <Library>BaseLib</Library>
- <Library>EdkDxeRuntimeDriverLib</Library>
- <Library>UefiDriverEntryPoint</Library>
- <Library>UefiLib</Library>
- <Library>BasePrintLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>DxeIoLibCpuIo</Library>
- <Library>BaseMemoryLib</Library>
- <Library>DxeReportStatusCodeLib</Library>
- <Library OverrideID="1111">EdkRtPlatformStatusCodeLib</Library>
- <Library OverrideID="1111">EdkRtMemoryStatusCodeLib</Library>
- <Library OverrideID="1111">EdkBsDataHubStatusCodeLib</Library>
- <Library>DxeHobLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- <Library>EdkMemoryStatusCodeLib</Library>
-
- <Arch ArchType="IPF">
- <Library>EdkDxeSalLib</Library>
- </Arch>
- </Libraries>
- <BuildOptions ToolChain="MSFT">
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>
- </BuildOptions>
-</ModuleBuildDescription>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="StatusCode"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/StatusCode/RuntimeDxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="StatusCode">\r
- <GenBuild baseName="StatusCode" mbdFilename="${MODULE_DIR}/StatusCode.mbd" msaFilename="${MODULE_DIR}/StatusCode.msa"/>\r
- </target>\r
- <target depends="StatusCode_clean" name="clean"/>\r
- <target depends="StatusCode_cleanall" name="cleanall"/>\r
- <target name="StatusCode_clean">\r
- <OutputDirSetup baseName="StatusCode" mbdFilename="${MODULE_DIR}/StatusCode.mbd" msaFilename="${MODULE_DIR}/StatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/StatusCode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/StatusCode_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="StatusCode_cleanall">\r
- <OutputDirSetup baseName="StatusCode" mbdFilename="${MODULE_DIR}/StatusCode.mbd" msaFilename="${MODULE_DIR}/StatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/StatusCode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/StatusCode_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**StatusCode*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>HiiDatabase</BaseName>\r
- <Guid>FCD337AB-B1D3-4EF8-957C-8048606FF670</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>BaseMemoryLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>EdkIfrSupportLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="HiiDatabase"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/UserInterface/HiiDataBase/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="HiiDatabase">\r
- <GenBuild baseName="HiiDatabase" mbdFilename="${MODULE_DIR}/HiiDatabase.mbd" msaFilename="${MODULE_DIR}/HiiDatabase.msa"/>\r
- </target>\r
- <target depends="HiiDatabase_clean" name="clean"/>\r
- <target depends="HiiDatabase_cleanall" name="cleanall"/>\r
- <target name="HiiDatabase_clean">\r
- <OutputDirSetup baseName="HiiDatabase" mbdFilename="${MODULE_DIR}/HiiDatabase.mbd" msaFilename="${MODULE_DIR}/HiiDatabase.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/HiiDatabase_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/HiiDatabase_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="HiiDatabase_cleanall">\r
- <OutputDirSetup baseName="HiiDatabase" mbdFilename="${MODULE_DIR}/HiiDatabase.mbd" msaFilename="${MODULE_DIR}/HiiDatabase.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/HiiDatabase_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/HiiDatabase_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**HiiDatabase*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>DriverSample</BaseName>\r
- <Guid>FE3542FE-C1D3-4EF8-657C-8048606FF670</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>BasePrintLib</Library>\r
- <Library>EdkGraphicsLib</Library>\r
- <Library>EdkIfrSupportLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>HiiLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DriverSample"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/UserInterface/SetupBrowser/Dxe/DriverSample"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DriverSample">\r
- <GenBuild baseName="DriverSample" mbdFilename="${MODULE_DIR}/DriverSample.mbd" msaFilename="${MODULE_DIR}/DriverSample.msa"/>\r
- </target>\r
- <target depends="DriverSample_clean" name="clean"/>\r
- <target depends="DriverSample_cleanall" name="cleanall"/>\r
- <target name="DriverSample_clean">\r
- <OutputDirSetup baseName="DriverSample" mbdFilename="${MODULE_DIR}/DriverSample.mbd" msaFilename="${MODULE_DIR}/DriverSample.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DriverSample_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DriverSample_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DriverSample_cleanall">\r
- <OutputDirSetup baseName="DriverSample" mbdFilename="${MODULE_DIR}/DriverSample.mbd" msaFilename="${MODULE_DIR}/DriverSample.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DriverSample_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DriverSample_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DriverSample*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>SetupBrowser</BaseName>\r
- <Guid>EBf342FE-B1D3-4EF8-957C-8048606FF670</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>BasePrintLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>EdkGraphicsLib</Library>\r
- <Library>HiiLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="SetupBrowser"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/UserInterface/SetupBrowser/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="SetupBrowser">\r
- <GenBuild baseName="SetupBrowser" mbdFilename="${MODULE_DIR}/SetupBrowser.mbd" msaFilename="${MODULE_DIR}/SetupBrowser.msa"/>\r
- </target>\r
- <target depends="SetupBrowser_clean" name="clean"/>\r
- <target depends="SetupBrowser_cleanall" name="cleanall"/>\r
- <target name="SetupBrowser_clean">\r
- <OutputDirSetup baseName="SetupBrowser" mbdFilename="${MODULE_DIR}/SetupBrowser.mbd" msaFilename="${MODULE_DIR}/SetupBrowser.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/SetupBrowser_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/SetupBrowser_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="SetupBrowser_cleanall">\r
- <OutputDirSetup baseName="SetupBrowser" mbdFilename="${MODULE_DIR}/SetupBrowser.mbd" msaFilename="${MODULE_DIR}/SetupBrowser.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/SetupBrowser_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/SetupBrowser_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**SetupBrowser*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?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>PeiVariable</BaseName>
- <Guid>34C8C28F-B61C-45a2-8F2E-89E46BECC63B</Guid>
- <Version>0</Version>
- <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-12 17:09</Created>
- <Modified>2006-03-19 15:19</Modified>
- </MbdHeader>
- <Libraries>
- <Library>PeiReportStatusCodeLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>BaseLib</Library>
- <Library>PeiMemoryLib</Library>
- <Library>PeiServicesLib</Library>
- <Library OverrideID="4444">PeiServicesTablePointerLib</Library>
- <Library>PeiHobLib</Library>
- <Library>PeimEntryPoint</Library>
- </Libraries>
- <BuildOptions ToolChain="MSFT">
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>
- </BuildOptions>
-</ModuleBuildDescription>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiVariable"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Variable/Pei"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiVariable">\r
- <GenBuild baseName="PeiVariable" mbdFilename="${MODULE_DIR}/Variable.mbd" msaFilename="${MODULE_DIR}/Variable.msa"/>\r
- </target>\r
- <target depends="PeiVariable_clean" name="clean"/>\r
- <target depends="PeiVariable_cleanall" name="cleanall"/>\r
- <target name="PeiVariable_clean">\r
- <OutputDirSetup baseName="PeiVariable" mbdFilename="${MODULE_DIR}/Variable.mbd" msaFilename="${MODULE_DIR}/Variable.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiVariable_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiVariable_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiVariable_cleanall">\r
- <OutputDirSetup baseName="PeiVariable" mbdFilename="${MODULE_DIR}/Variable.mbd" msaFilename="${MODULE_DIR}/Variable.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiVariable_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiVariable_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiVariable*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Variable</BaseName>\r
- <Guid>CBD2E4D5-7068-4FF5-B462-9822B4AD8D60</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>BaseMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>DxeServicesTableLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxeRuntimeDriverLib</Library>\r
- <Library>DxeHobLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>EdkFvbServiceLib</Library>\r
- <Arch ArchType="IPF">\r
- <Library>EdkDxeSalLib</Library>\r
- </Arch>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Variable"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/Variable/RuntimeDxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="Variable">\r
- <GenBuild baseName="Variable" mbdFilename="${MODULE_DIR}/Variable.mbd" msaFilename="${MODULE_DIR}/Variable.msa"/>\r
- </target>\r
- <target depends="Variable_clean" name="clean"/>\r
- <target depends="Variable_cleanall" name="cleanall"/>\r
- <target name="Variable_clean">\r
- <OutputDirSetup baseName="Variable" mbdFilename="${MODULE_DIR}/Variable.mbd" msaFilename="${MODULE_DIR}/Variable.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Variable_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Variable_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Variable_cleanall">\r
- <OutputDirSetup baseName="Variable" mbdFilename="${MODULE_DIR}/Variable.mbd" msaFilename="${MODULE_DIR}/Variable.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Variable_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Variable_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Variable*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>WatchDogTimer</BaseName>\r
- <Guid>F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-12 17:09</Created>\r
- <Modified>2006-03-19 15:19</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="WatchDogTimer"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Universal/WatchdogTimer/Dxe"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="WatchDogTimer">\r
- <GenBuild baseName="WatchDogTimer" mbdFilename="${MODULE_DIR}/WatchDogTimer.mbd" msaFilename="${MODULE_DIR}/WatchDogTimer.msa"/>\r
- </target>\r
- <target depends="WatchDogTimer_clean" name="clean"/>\r
- <target depends="WatchDogTimer_cleanall" name="cleanall"/>\r
- <target name="WatchDogTimer_clean">\r
- <OutputDirSetup baseName="WatchDogTimer" mbdFilename="${MODULE_DIR}/WatchDogTimer.mbd" msaFilename="${MODULE_DIR}/WatchDogTimer.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/WatchDogTimer_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/WatchDogTimer_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="WatchDogTimer_cleanall">\r
- <OutputDirSetup baseName="WatchDogTimer" mbdFilename="${MODULE_DIR}/WatchDogTimer.mbd" msaFilename="${MODULE_DIR}/WatchDogTimer.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/WatchDogTimer_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/WatchDogTimer_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**WatchDogTimer*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8" ?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
- \r
-<project default="buildfpd" basedir=".">\r
- <!-- Apply external ANT tasks -->\r
- <taskdef resource="net/sf/antcontrib/antlib.xml" />\r
- <taskdef resource="GenBuild.tasks" />\r
- \r
- <property environment="env" /> \r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}" />\r
- <property name="PACKAGE" value="EdkModulePkg" />\r
- <property name="PACKAGE_DIR" value="${WORKSPACE_DIR}/EdkModulePkg" />\r
- <property name="BUILD_MODE" value="PACKAGE" />\r
- \r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml" />\r
- \r
- <target name="buildfpd" depends="init, fpdparser, builds" />\r
- \r
- <target name="init">\r
- <if>\r
- <not>\r
- <isset property="env.WORKSPACE" />\r
- </not>\r
- <then>\r
- <fail message="WORKSPACE environmental variable not set." />\r
- </then>\r
- </if>\r
- <ToolChainSetup confPath="${WORKSPACE_DIR}/Tools/Conf" />\r
- </target>\r
-\r
- <target name="tools">\r
- <ant antfile="${WORKSPACE_DIR}/Tools/Source/TianoTools/build.xml" />\r
- </target>\r
- \r
- <target name="fpdparser" unless="FPD_File">\r
- <FPDParser fpdfilename="EdkModulePkg.fpd" />\r
- </target>\r
- \r
- <target name="builds" depends="fpdparser">\r
- <ant antfile="${PACKAGE_DIR}/build.out.xml" />\r
- </target>\r
- \r
- <!-- clean. -->\r
- <target name="clean" depends="init">\r
- <if>\r
- <available file="${PACKAGE_DIR}/build.out.xml" />\r
- <then>\r
- <ant antfile="${PACKAGE_DIR}/build.out.xml" target="clean" />\r
- </then>\r
- </if>\r
- </target>\r
- \r
- <!-- clean All. -->\r
- <target name="cleanall" depends="init">\r
- <if>\r
- <available file="${PACKAGE_DIR}/build.out.xml" />\r
- <then>\r
- <ant antfile="${PACKAGE_DIR}/build.out.xml" target="cleanall" />\r
- <delete file="${PACKAGE_DIR}/build.out.xml" />\r
- </then>\r
- </if>\r
- <delete dir="${PACKAGE_DIR}/Build/FV" />\r
- </target>\r
- \r
-</project>\r
+++ /dev/null
-<?xml version="1.0" encoding="utf-8" ?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
- \r
-<project default="workspace" basedir=".">\r
- <taskdef resource="GenBuild.tasks" />\r
- \r
- <target name="workspace">\r
- <bf recursive="true" />\r
- </target>\r
-</project>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>AprioriList</BaseName>\r
- <Guid>0xfc510ee7, 0xffdc, 0x11d4, 0xbd, 0x41, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>ConPlatform</BaseName>\r
- <Guid>51ccf399-4fdf-4e55-a45b-e123f84d456a</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-13 17:06</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="ConPlatform"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\ConPlatform"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="ConPlatform">\r
- <GenBuild baseName="ConPlatform" mbdFilename="${MODULE_DIR}\ConPlatform.mbd" msaFilename="${MODULE_DIR}\ConPlatform.msa"/>\r
- </target>\r
- <target depends="ConPlatform_clean" name="clean"/>\r
- <target depends="ConPlatform_cleanall" name="cleanall"/>\r
- <target name="ConPlatform_clean">\r
- <OutputDirSetup baseName="ConPlatform" mbdFilename="${MODULE_DIR}\ConPlatform.mbd" msaFilename="${MODULE_DIR}\ConPlatform.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\ConPlatform_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\ConPlatform_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="ConPlatform_cleanall">\r
- <OutputDirSetup baseName="ConPlatform" mbdFilename="${MODULE_DIR}\ConPlatform.mbd" msaFilename="${MODULE_DIR}\ConPlatform.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\ConPlatform_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\ConPlatform_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**ConPlatform*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>MiscSubclass</BaseName>\r
- <Guid>4A9B9DB8-EC62-4A92-818F-8AA0246D246E</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-13 17:07</Created>\r
- <Modified>2006-03-23 13:50</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>HiiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="MiscSubclass"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\Nt32Platform\MiscSubclass"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="MiscSubclass">\r
- <GenBuild baseName="MiscSubclass" mbdFilename="${MODULE_DIR}\MiscSubclassDriver.mbd" msaFilename="${MODULE_DIR}\MiscSubclassDriver.msa"/>\r
- </target>\r
- <target depends="MiscSubclass_clean" name="clean"/>\r
- <target depends="MiscSubclass_cleanall" name="cleanall"/>\r
- <target name="MiscSubclass_clean">\r
- <OutputDirSetup baseName="MiscSubclass" mbdFilename="${MODULE_DIR}\MiscSubclassDriver.mbd" msaFilename="${MODULE_DIR}\MiscSubclassDriver.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\MiscSubclass_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\MiscSubclass_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="MiscSubclass_cleanall">\r
- <OutputDirSetup baseName="MiscSubclass" mbdFilename="${MODULE_DIR}\MiscSubclassDriver.mbd" msaFilename="${MODULE_DIR}\MiscSubclassDriver.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\MiscSubclass_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\MiscSubclass_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**MiscSubclass*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Bds</BaseName>\r
- <Guid>A6F691AC-31C8-4444-854C-E2C1A6950F92</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-13 17:04</Created>\r
- <Modified>2006-03-23 14:14</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>UefiRuntimeServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeServicesTableLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>EdkGenericBdsLib</Library>\r
- <Library>BasePrintLib</Library>\r
- <Library>EdkGraphicsLib</Library>\r
- <Library>EdkIfrSupportLib</Library>\r
- <Library>HiiLib</Library>\r
- <Library>DxeHobLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- <Library>BasePerformanceLibNull</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- <Option>DPX_SOURCE = ${PLATFORM_BDS_FILE_PATH}\Bds.dxs</Option>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Bds"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\PlatformBds"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="Bds">\r
- <GenBuild baseName="Bds" mbdFilename="${MODULE_DIR}\PlatformBds.mbd" msaFilename="${MODULE_DIR}\PlatformBds.msa"/>\r
- </target>\r
- <target depends="Bds_clean" name="clean"/>\r
- <target depends="Bds_cleanall" name="cleanall"/>\r
- <target name="Bds_clean">\r
- <OutputDirSetup baseName="Bds" mbdFilename="${MODULE_DIR}\PlatformBds.mbd" msaFilename="${MODULE_DIR}\PlatformBds.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Bds_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Bds_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Bds_cleanall">\r
- <OutputDirSetup baseName="Bds" mbdFilename="${MODULE_DIR}\PlatformBds.mbd" msaFilename="${MODULE_DIR}\PlatformBds.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Bds_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Bds_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Bds*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>WinNtBlockIo</BaseName>\r
- <Guid>F479E147-A125-11d4-BCFC-0080C73C8881</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>UefiDebugLibStdErr</Library>\r
- <Library>BasePrintLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="WinNtBlockIo"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\Bus\BlockIo"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="WinNtBlockIo">\r
- <GenBuild baseName="WinNtBlockIo" mbdFilename="${MODULE_DIR}\WinNtBlockIo.mbd" msaFilename="${MODULE_DIR}\WinNtBlockIo.msa"/>\r
- </target>\r
- <target depends="WinNtBlockIo_clean" name="clean"/>\r
- <target depends="WinNtBlockIo_cleanall" name="cleanall"/>\r
- <target name="WinNtBlockIo_clean">\r
- <OutputDirSetup baseName="WinNtBlockIo" mbdFilename="${MODULE_DIR}\WinNtBlockIo.mbd" msaFilename="${MODULE_DIR}\WinNtBlockIo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtBlockIo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtBlockIo_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="WinNtBlockIo_cleanall">\r
- <OutputDirSetup baseName="WinNtBlockIo" mbdFilename="${MODULE_DIR}\WinNtBlockIo.mbd" msaFilename="${MODULE_DIR}\WinNtBlockIo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtBlockIo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtBlockIo_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**WinNtBlockIo*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>WinNtConsole</BaseName>\r
- <Guid>263631d7-5836-4b74-be48-ee22e92ce5d3</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>UefiDebugLibStdErr</Library>\r
- <Library>BasePrintLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="WinNtConsole"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\Bus\Console"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="WinNtConsole">\r
- <GenBuild baseName="WinNtConsole" mbdFilename="${MODULE_DIR}\WinNtConsole.mbd" msaFilename="${MODULE_DIR}\WinNtConsole.msa"/>\r
- </target>\r
- <target depends="WinNtConsole_clean" name="clean"/>\r
- <target depends="WinNtConsole_cleanall" name="cleanall"/>\r
- <target name="WinNtConsole_clean">\r
- <OutputDirSetup baseName="WinNtConsole" mbdFilename="${MODULE_DIR}\WinNtConsole.mbd" msaFilename="${MODULE_DIR}\WinNtConsole.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtConsole_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtConsole_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="WinNtConsole_cleanall">\r
- <OutputDirSetup baseName="WinNtConsole" mbdFilename="${MODULE_DIR}\WinNtConsole.mbd" msaFilename="${MODULE_DIR}\WinNtConsole.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtConsole_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtConsole_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**WinNtConsole*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>WinNtSerialIo</BaseName>\r
- <Guid>6B41B553-A649-11d4-BD02-0080C73C8881</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-13 17:02</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>UefiDebugLibStdErr</Library>\r
- <Library>BasePrintLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="WinNtSerialIo"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\Bus\SerialIo"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="WinNtSerialIo">\r
- <GenBuild baseName="WinNtSerialIo" mbdFilename="${MODULE_DIR}\WinNtSerialIo.mbd" msaFilename="${MODULE_DIR}\WinNtSerialIo.msa"/>\r
- </target>\r
- <target depends="WinNtSerialIo_clean" name="clean"/>\r
- <target depends="WinNtSerialIo_cleanall" name="cleanall"/>\r
- <target name="WinNtSerialIo_clean">\r
- <OutputDirSetup baseName="WinNtSerialIo" mbdFilename="${MODULE_DIR}\WinNtSerialIo.mbd" msaFilename="${MODULE_DIR}\WinNtSerialIo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtSerialIo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtSerialIo_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="WinNtSerialIo_cleanall">\r
- <OutputDirSetup baseName="WinNtSerialIo" mbdFilename="${MODULE_DIR}\WinNtSerialIo.mbd" msaFilename="${MODULE_DIR}\WinNtSerialIo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtSerialIo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtSerialIo_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**WinNtSerialIo*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>WinNtSimpleFileSystem</BaseName>\r
- <Guid>9C25E18B-76BA-43da-A132-DBB0997CEFEF</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>UefiDebugLibStdErr</Library>\r
- <Library>BasePrintLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="WinNtSimpleFileSystem"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\Bus\SimpleFileSystem"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="WinNtSimpleFileSystem">\r
- <GenBuild baseName="WinNtSimpleFileSystem" mbdFilename="${MODULE_DIR}\WinNtSimpleFileSystem.mbd" msaFilename="${MODULE_DIR}\WinNtSimpleFileSystem.msa"/>\r
- </target>\r
- <target depends="WinNtSimpleFileSystem_clean" name="clean"/>\r
- <target depends="WinNtSimpleFileSystem_cleanall" name="cleanall"/>\r
- <target name="WinNtSimpleFileSystem_clean">\r
- <OutputDirSetup baseName="WinNtSimpleFileSystem" mbdFilename="${MODULE_DIR}\WinNtSimpleFileSystem.mbd" msaFilename="${MODULE_DIR}\WinNtSimpleFileSystem.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtSimpleFileSystem_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtSimpleFileSystem_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="WinNtSimpleFileSystem_cleanall">\r
- <OutputDirSetup baseName="WinNtSimpleFileSystem" mbdFilename="${MODULE_DIR}\WinNtSimpleFileSystem.mbd" msaFilename="${MODULE_DIR}\WinNtSimpleFileSystem.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtSimpleFileSystem_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtSimpleFileSystem_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**WinNtSimpleFileSystem*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>WinNtUga</BaseName>\r
- <Guid>AB248E8D-ABE1-11d4-BD0D-0080C73C8881</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>UefiDebugLibStdErr</Library>\r
- <Library>BasePrintLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="WinNtUga"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\Bus\Uga"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="WinNtUga">\r
- <GenBuild baseName="WinNtUga" mbdFilename="${MODULE_DIR}\WinNtUga.mbd" msaFilename="${MODULE_DIR}\WinNtUga.msa"/>\r
- </target>\r
- <target depends="WinNtUga_clean" name="clean"/>\r
- <target depends="WinNtUga_cleanall" name="cleanall"/>\r
- <target name="WinNtUga_clean">\r
- <OutputDirSetup baseName="WinNtUga" mbdFilename="${MODULE_DIR}\WinNtUga.mbd" msaFilename="${MODULE_DIR}\WinNtUga.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtUga_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtUga_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="WinNtUga_cleanall">\r
- <OutputDirSetup baseName="WinNtUga" mbdFilename="${MODULE_DIR}\WinNtUga.mbd" msaFilename="${MODULE_DIR}\WinNtUga.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtUga_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtUga_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**WinNtUga*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>WinNtBusDriver</BaseName>\r
- <Guid>BD7E9A27-D6C5-416a-B245-5F507D95B2BD</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-13 17:02</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>UefiDriverModelLib</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxePcdLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- <Library>UefiDevicePathLib</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="WinNtBusDriver"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\Bus\WinNtBusDriver"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="WinNtBusDriver">\r
- <GenBuild baseName="WinNtBusDriver" mbdFilename="${MODULE_DIR}\WinNtBusDriver.mbd" msaFilename="${MODULE_DIR}\WinNtBusDriver.msa"/>\r
- </target>\r
- <target depends="WinNtBusDriver_clean" name="clean"/>\r
- <target depends="WinNtBusDriver_cleanall" name="cleanall"/>\r
- <target name="WinNtBusDriver_clean">\r
- <OutputDirSetup baseName="WinNtBusDriver" mbdFilename="${MODULE_DIR}\WinNtBusDriver.mbd" msaFilename="${MODULE_DIR}\WinNtBusDriver.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtBusDriver_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtBusDriver_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="WinNtBusDriver_cleanall">\r
- <OutputDirSetup baseName="WinNtBusDriver" mbdFilename="${MODULE_DIR}\WinNtBusDriver.mbd" msaFilename="${MODULE_DIR}\WinNtBusDriver.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtBusDriver_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtBusDriver_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**WinNtBusDriver*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Metronome</BaseName>\r
- <Guid>154CAB4A-52B5-46CD-99C3-4368ABBACFFD</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeHobLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxeWinNtLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Metronome"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\Chipset\Metronome"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="Metronome">\r
- <GenBuild baseName="Metronome" mbdFilename="${MODULE_DIR}\Metronome.mbd" msaFilename="${MODULE_DIR}\Metronome.msa"/>\r
- </target>\r
- <target depends="Metronome_clean" name="clean"/>\r
- <target depends="Metronome_cleanall" name="cleanall"/>\r
- <target name="Metronome_clean">\r
- <OutputDirSetup baseName="Metronome" mbdFilename="${MODULE_DIR}\Metronome.mbd" msaFilename="${MODULE_DIR}\Metronome.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Metronome_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Metronome_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Metronome_cleanall">\r
- <OutputDirSetup baseName="Metronome" mbdFilename="${MODULE_DIR}\Metronome.mbd" msaFilename="${MODULE_DIR}\Metronome.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Metronome_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Metronome_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Metronome*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>RealTimeClock</BaseName>\r
- <Guid>27F05AF5-1644-4EF4-8944-48C4F75675A0</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeHobLib</Library>\r
- <Library>DxeWinNtLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="RealTimeClock"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\Chipset\RealTimeClock"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="RealTimeClock">\r
- <GenBuild baseName="RealTimeClock" mbdFilename="${MODULE_DIR}\RealTimeClock.mbd" msaFilename="${MODULE_DIR}\RealTimeClock.msa"/>\r
- </target>\r
- <target depends="RealTimeClock_clean" name="clean"/>\r
- <target depends="RealTimeClock_cleanall" name="cleanall"/>\r
- <target name="RealTimeClock_clean">\r
- <OutputDirSetup baseName="RealTimeClock" mbdFilename="${MODULE_DIR}\RealTimeClock.mbd" msaFilename="${MODULE_DIR}\RealTimeClock.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\RealTimeClock_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\RealTimeClock_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="RealTimeClock_cleanall">\r
- <OutputDirSetup baseName="RealTimeClock" mbdFilename="${MODULE_DIR}\RealTimeClock.mbd" msaFilename="${MODULE_DIR}\RealTimeClock.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\RealTimeClock_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\RealTimeClock_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**RealTimeClock*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Reset</BaseName>\r
- <Guid>BA929954-35B0-4dd3-90CD-9634BD7E1CF1</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>DxeHobLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxeWinNtLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Reset"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\Chipset\Reset"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="Reset">\r
- <GenBuild baseName="Reset" mbdFilename="${MODULE_DIR}\Reset.mbd" msaFilename="${MODULE_DIR}\Reset.msa"/>\r
- </target>\r
- <target depends="Reset_clean" name="clean"/>\r
- <target depends="Reset_cleanall" name="cleanall"/>\r
- <target name="Reset_clean">\r
- <OutputDirSetup baseName="Reset" mbdFilename="${MODULE_DIR}\Reset.mbd" msaFilename="${MODULE_DIR}\Reset.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Reset_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Reset_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Reset_cleanall">\r
- <OutputDirSetup baseName="Reset" mbdFilename="${MODULE_DIR}\Reset.mbd" msaFilename="${MODULE_DIR}\Reset.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Reset_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Reset_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Reset*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Timer</BaseName>\r
- <Guid>C3811036-710B-4E39-8CF1-0AF9BE3A8198</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxeHobLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>HiiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>DxeWinNtLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Timer"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\Chipset\Timer"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="Timer">\r
- <GenBuild baseName="Timer" mbdFilename="${MODULE_DIR}\Timer.mbd" msaFilename="${MODULE_DIR}\Timer.msa"/>\r
- </target>\r
- <target depends="Timer_clean" name="clean"/>\r
- <target depends="Timer_cleanall" name="cleanall"/>\r
- <target name="Timer_clean">\r
- <OutputDirSetup baseName="Timer" mbdFilename="${MODULE_DIR}\Timer.mbd" msaFilename="${MODULE_DIR}\Timer.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Timer_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Timer_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Timer_cleanall">\r
- <OutputDirSetup baseName="Timer" mbdFilename="${MODULE_DIR}\Timer.mbd" msaFilename="${MODULE_DIR}\Timer.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Timer_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Timer_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Timer*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Cpu</BaseName>\r
- <Guid>ee993080-5197-4d4e-b63c-f1f7413e33ce</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-23 16:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>HiiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- <Option>C_STD_FLAGS = ${C_STD_FLAGS} /DSTRING_ARRAY_NAME=${BASE_NAME}Strings</Option>\r
- <Option>C_STD_FLAGS = ${C_STD_FLAGS} /DSTRING_DEFINES_FILE=\"${BASE_NAME}StrDefs.h\"</Option>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Cpu"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\Cpu"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="Cpu">\r
- <GenBuild baseName="Cpu" mbdFilename="${MODULE_DIR}\Cpu.mbd" msaFilename="${MODULE_DIR}\Cpu.msa"/>\r
- </target>\r
- <target depends="Cpu_clean" name="clean"/>\r
- <target depends="Cpu_cleanall" name="cleanall"/>\r
- <target name="Cpu_clean">\r
- <OutputDirSetup baseName="Cpu" mbdFilename="${MODULE_DIR}\Cpu.mbd" msaFilename="${MODULE_DIR}\Cpu.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Cpu_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Cpu_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Cpu_cleanall">\r
- <OutputDirSetup baseName="Cpu" mbdFilename="${MODULE_DIR}\Cpu.mbd" msaFilename="${MODULE_DIR}\Cpu.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Cpu_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Cpu_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Cpu*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>WinNtThunk</BaseName>\r
- <Guid>0C95A916-A006-11d4-BCFA-0080C73C8881</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>DxeHobLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>DxeMemoryLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>DxeWinNtLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="WinNtThunk"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Dxe\WinNtThunk\WinNtThunk"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="WinNtThunk">\r
- <GenBuild baseName="WinNtThunk" mbdFilename="${MODULE_DIR}\WinNtThunk.mbd" msaFilename="${MODULE_DIR}\WinNtThunk.msa"/>\r
- </target>\r
- <target depends="WinNtThunk_clean" name="clean"/>\r
- <target depends="WinNtThunk_cleanall" name="cleanall"/>\r
- <target name="WinNtThunk_clean">\r
- <OutputDirSetup baseName="WinNtThunk" mbdFilename="${MODULE_DIR}\WinNtThunk.mbd" msaFilename="${MODULE_DIR}\WinNtThunk.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtThunk_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtThunk_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="WinNtThunk_cleanall">\r
- <OutputDirSetup baseName="WinNtThunk" mbdFilename="${MODULE_DIR}\WinNtThunk.mbd" msaFilename="${MODULE_DIR}\WinNtThunk.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtThunk_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtThunk_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**WinNtThunk*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeWinNtLib</BaseName>\r
- <Guid>f6b5871d-5226-41b3-a569-3ff893fdc7bc</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-31 13:20</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeWinNtLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library\DxeWinNtLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="DxeWinNtLib">\r
- <GenBuild baseName="DxeWinNtLib" mbdFilename="${MODULE_DIR}\DxeWinNtLib.mbd" msaFilename="${MODULE_DIR}\DxeWinNtLib.msa"/>\r
- </target>\r
- <target depends="DxeWinNtLib_clean" name="clean"/>\r
- <target depends="DxeWinNtLib_cleanall" name="cleanall"/>\r
- <target name="DxeWinNtLib_clean">\r
- <OutputDirSetup baseName="DxeWinNtLib" mbdFilename="${MODULE_DIR}\DxeWinNtLib.mbd" msaFilename="${MODULE_DIR}\DxeWinNtLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\DxeWinNtLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\DxeWinNtLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeWinNtLib_cleanall">\r
- <OutputDirSetup baseName="DxeWinNtLib" mbdFilename="${MODULE_DIR}\DxeWinNtLib.mbd" msaFilename="${MODULE_DIR}\DxeWinNtLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\DxeWinNtLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\DxeWinNtLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeWinNtLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkGenericBdsLib</BaseName>\r
- <Guid>1ec995b2-d15b-44f6-abd2-050ea7dd37d2</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-13 17:00</Created>\r
- <Modified>2006-03-23 12:01</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkGenericBdsLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library\EdkGenericBdsLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="EdkGenericBdsLib">\r
- <GenBuild baseName="EdkGenericBdsLib" mbdFilename="${MODULE_DIR}\EdkGenericBdsLib.mbd" msaFilename="${MODULE_DIR}\EdkGenericBdsLib.msa"/>\r
- </target>\r
- <target depends="EdkGenericBdsLib_clean" name="clean"/>\r
- <target depends="EdkGenericBdsLib_cleanall" name="cleanall"/>\r
- <target name="EdkGenericBdsLib_clean">\r
- <OutputDirSetup baseName="EdkGenericBdsLib" mbdFilename="${MODULE_DIR}\EdkGenericBdsLib.mbd" msaFilename="${MODULE_DIR}\EdkGenericBdsLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\EdkGenericBdsLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\EdkGenericBdsLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkGenericBdsLib_cleanall">\r
- <OutputDirSetup baseName="EdkGenericBdsLib" mbdFilename="${MODULE_DIR}\EdkGenericBdsLib.mbd" msaFilename="${MODULE_DIR}\EdkGenericBdsLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\EdkGenericBdsLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\EdkGenericBdsLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkGenericBdsLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>EdkNt32PeiPeCoffGetEntryPointLib</BaseName>\r
- <Guid>434b164e-5fa6-4a3d-bc04-02da2a4eeb26</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="EdkNt32PeiPeCoffGetEntryPointLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library\EdkNt32PeiPeCoffGetEntryPointLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="EdkNt32PeiPeCoffGetEntryPointLib">\r
- <GenBuild baseName="EdkNt32PeiPeCoffGetEntryPointLib" mbdFilename="${MODULE_DIR}\EdkNt32PeiPeCoffGetEntryPointLib.mbd" msaFilename="${MODULE_DIR}\EdkNt32PeiPeCoffGetEntryPointLib.msa"/>\r
- </target>\r
- <target depends="EdkNt32PeiPeCoffGetEntryPointLib_clean" name="clean"/>\r
- <target depends="EdkNt32PeiPeCoffGetEntryPointLib_cleanall" name="cleanall"/>\r
- <target name="EdkNt32PeiPeCoffGetEntryPointLib_clean">\r
- <OutputDirSetup baseName="EdkNt32PeiPeCoffGetEntryPointLib" mbdFilename="${MODULE_DIR}\EdkNt32PeiPeCoffGetEntryPointLib.mbd" msaFilename="${MODULE_DIR}\EdkNt32PeiPeCoffGetEntryPointLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\EdkNt32PeiPeCoffGetEntryPointLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\EdkNt32PeiPeCoffGetEntryPointLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="EdkNt32PeiPeCoffGetEntryPointLib_cleanall">\r
- <OutputDirSetup baseName="EdkNt32PeiPeCoffGetEntryPointLib" mbdFilename="${MODULE_DIR}\EdkNt32PeiPeCoffGetEntryPointLib.mbd" msaFilename="${MODULE_DIR}\EdkNt32PeiPeCoffGetEntryPointLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\EdkNt32PeiPeCoffGetEntryPointLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\EdkNt32PeiPeCoffGetEntryPointLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**EdkNt32PeiPeCoffGetEntryPointLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>Nt32PeCoffLoaderLib</BaseName>\r
- <Guid>3c5702f2-9b17-4273-b60c-b96e6cd13066</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-31 13:20</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Nt32PeCoffLoaderLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library\Nt32PeCoffLoaderLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="Nt32PeCoffLoaderLib">\r
- <GenBuild baseName="Nt32PeCoffLoaderLib" mbdFilename="${MODULE_DIR}\Nt32PeCoffLoaderLib.mbd" msaFilename="${MODULE_DIR}\Nt32PeCoffLoaderLib.msa"/>\r
- </target>\r
- <target depends="Nt32PeCoffLoaderLib_clean" name="clean"/>\r
- <target depends="Nt32PeCoffLoaderLib_cleanall" name="cleanall"/>\r
- <target name="Nt32PeCoffLoaderLib_clean">\r
- <OutputDirSetup baseName="Nt32PeCoffLoaderLib" mbdFilename="${MODULE_DIR}\Nt32PeCoffLoaderLib.mbd" msaFilename="${MODULE_DIR}\Nt32PeCoffLoaderLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Nt32PeCoffLoaderLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Nt32PeCoffLoaderLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Nt32PeCoffLoaderLib_cleanall">\r
- <OutputDirSetup baseName="Nt32PeCoffLoaderLib" mbdFilename="${MODULE_DIR}\Nt32PeCoffLoaderLib.mbd" msaFilename="${MODULE_DIR}\Nt32PeCoffLoaderLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Nt32PeCoffLoaderLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Nt32PeCoffLoaderLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Nt32PeCoffLoaderLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Logo</BaseName>\r
- <Guid>7BB28B99-61BB-11D5-9A5D-0090273FC14D</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Logo"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Logo"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="Logo">\r
- <GenBuild baseName="Logo" mbdFilename="${MODULE_DIR}\Logo.mbd" msaFilename="${MODULE_DIR}\Logo.msa"/>\r
- </target>\r
- <target depends="Logo_clean" name="clean"/>\r
- <target depends="Logo_cleanall" name="cleanall"/>\r
- <target name="Logo_clean">\r
- <OutputDirSetup baseName="Logo" mbdFilename="${MODULE_DIR}\Logo.mbd" msaFilename="${MODULE_DIR}\Logo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Logo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Logo_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Logo_cleanall">\r
- <OutputDirSetup baseName="Logo" mbdFilename="${MODULE_DIR}\Logo.mbd" msaFilename="${MODULE_DIR}\Logo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\Logo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\Logo_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Logo*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>WinNtAutoScan</BaseName>\r
- <Guid>BE0FEABA-3443-4919-9F3A-2D4216329EA9</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>PeimEntryPoint</Library>\r
- <Library>PeiMemoryLib</Library>\r
- <Library>PeiServicesLib</Library>\r
- <Library>PeiServicesTablePointerLib</Library>\r
- <Library>PeiHobLib</Library>\r
- <Library>PeiReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>BaseLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="WinNtAutoScan"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Pei\Autoscan"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="WinNtAutoScan">\r
- <GenBuild baseName="WinNtAutoScan" mbdFilename="${MODULE_DIR}\WinNtAutoScan.mbd" msaFilename="${MODULE_DIR}\WinNtAutoScan.msa"/>\r
- </target>\r
- <target depends="WinNtAutoScan_clean" name="clean"/>\r
- <target depends="WinNtAutoScan_cleanall" name="cleanall"/>\r
- <target name="WinNtAutoScan_clean">\r
- <OutputDirSetup baseName="WinNtAutoScan" mbdFilename="${MODULE_DIR}\WinNtAutoScan.mbd" msaFilename="${MODULE_DIR}\WinNtAutoScan.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtAutoScan_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtAutoScan_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="WinNtAutoScan_cleanall">\r
- <OutputDirSetup baseName="WinNtAutoScan" mbdFilename="${MODULE_DIR}\WinNtAutoScan.mbd" msaFilename="${MODULE_DIR}\WinNtAutoScan.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtAutoScan_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtAutoScan_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**WinNtAutoScan*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>BootMode</BaseName>\r
- <Guid>B7611005-1F26-45ba-A3DB-01F39DDB2785</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>PeimEntryPoint</Library>\r
- <Library>PeiMemoryLib</Library>\r
- <Library>PeiServicesLib</Library>\r
- <Library>PeiServicesTablePointerLib</Library>\r
- <Library>PeiReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>BaseLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BootMode"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Pei\BootMode"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="BootMode">\r
- <GenBuild baseName="BootMode" mbdFilename="${MODULE_DIR}\BootMode.mbd" msaFilename="${MODULE_DIR}\BootMode.msa"/>\r
- </target>\r
- <target depends="BootMode_clean" name="clean"/>\r
- <target depends="BootMode_cleanall" name="cleanall"/>\r
- <target name="BootMode_clean">\r
- <OutputDirSetup baseName="BootMode" mbdFilename="${MODULE_DIR}\BootMode.mbd" msaFilename="${MODULE_DIR}\BootMode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\BootMode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\BootMode_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BootMode_cleanall">\r
- <OutputDirSetup baseName="BootMode" mbdFilename="${MODULE_DIR}\BootMode.mbd" msaFilename="${MODULE_DIR}\BootMode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\BootMode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\BootMode_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BootMode*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>WinNtFwh</BaseName>\r
- <Guid>F0384FFD-8633-452f-9010-F6B7D2EAE2F1</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-23 10:33</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>PeimEntryPoint</Library>\r
- <Library>PeiMemoryLib</Library>\r
- <Library>PeiServicesLib</Library>\r
- <Library>PeiServicesTablePointerLib</Library>\r
- <Library>PeiHobLib</Library>\r
- <Library>PeiReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>BaseLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="WinNtFwh"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Pei\FirmwareVolume"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="WinNtFwh">\r
- <GenBuild baseName="WinNtFwh" mbdFilename="${MODULE_DIR}\WinNtFwh.mbd" msaFilename="${MODULE_DIR}\WinNtFwh.msa"/>\r
- </target>\r
- <target depends="WinNtFwh_clean" name="clean"/>\r
- <target depends="WinNtFwh_cleanall" name="cleanall"/>\r
- <target name="WinNtFwh_clean">\r
- <OutputDirSetup baseName="WinNtFwh" mbdFilename="${MODULE_DIR}\WinNtFwh.mbd" msaFilename="${MODULE_DIR}\WinNtFwh.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtFwh_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtFwh_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="WinNtFwh_cleanall">\r
- <OutputDirSetup baseName="WinNtFwh" mbdFilename="${MODULE_DIR}\WinNtFwh.mbd" msaFilename="${MODULE_DIR}\WinNtFwh.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtFwh_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtFwh_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**WinNtFwh*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>PeiFlashMap</BaseName>\r
- <Guid>681F3771-6F1D-42DE-9AA2-F82BBCDBC5F9</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-23 10:43</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>PeimEntryPoint</Library>\r
- <Library>PeiMemoryLib</Library>\r
- <Library>PeiServicesLib</Library>\r
- <Library>PeiServicesTablePointerLib</Library>\r
- <Library>PeiHobLib</Library>\r
- <Library>PeiReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>BaseLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiFlashMap"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Pei\FlashMap"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="PeiFlashMap">\r
- <GenBuild baseName="PeiFlashMap" mbdFilename="${MODULE_DIR}\FlashMap.mbd" msaFilename="${MODULE_DIR}\FlashMap.msa"/>\r
- </target>\r
- <target depends="PeiFlashMap_clean" name="clean"/>\r
- <target depends="PeiFlashMap_cleanall" name="cleanall"/>\r
- <target name="PeiFlashMap_clean">\r
- <OutputDirSetup baseName="PeiFlashMap" mbdFilename="${MODULE_DIR}\FlashMap.mbd" msaFilename="${MODULE_DIR}\FlashMap.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\PeiFlashMap_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\PeiFlashMap_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiFlashMap_cleanall">\r
- <OutputDirSetup baseName="PeiFlashMap" mbdFilename="${MODULE_DIR}\FlashMap.mbd" msaFilename="${MODULE_DIR}\FlashMap.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\PeiFlashMap_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\PeiFlashMap_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiFlashMap*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>MonoStatusCode</BaseName>\r
- <Guid>1501614E-0E6C-4ef4-8B8F-C276CDFB646F</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>PeiReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>BaseLib</Library>\r
- <Library>PeiMemoryLib</Library>\r
- <Library>PeiServicesTablePointerLib</Library>\r
- <Library>PeiHobLib</Library>\r
- <Library>PeimEntryPoint</Library>\r
- <Library>EdkMemoryStatusCodeLib</Library>\r
- <Library>PeiServicesLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="MonoStatusCode"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Pei\MonoStatusCode"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="MonoStatusCode">\r
- <GenBuild baseName="MonoStatusCode" mbdFilename="${MODULE_DIR}\MonoStatusCode.mbd" msaFilename="${MODULE_DIR}\MonoStatusCode.msa"/>\r
- </target>\r
- <target depends="MonoStatusCode_clean" name="clean"/>\r
- <target depends="MonoStatusCode_cleanall" name="cleanall"/>\r
- <target name="MonoStatusCode_clean">\r
- <OutputDirSetup baseName="MonoStatusCode" mbdFilename="${MODULE_DIR}\MonoStatusCode.mbd" msaFilename="${MODULE_DIR}\MonoStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\MonoStatusCode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\MonoStatusCode_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="MonoStatusCode_cleanall">\r
- <OutputDirSetup baseName="MonoStatusCode" mbdFilename="${MODULE_DIR}\MonoStatusCode.mbd" msaFilename="${MODULE_DIR}\MonoStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\MonoStatusCode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\MonoStatusCode_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**MonoStatusCode*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>WinNtStuff</BaseName>\r
- <Guid>D3AAD8DC-3A48-46ac-B1C7-28A9D3CF6755</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>PeimEntryPoint</Library>\r
- <Library>PeiMemoryLib</Library>\r
- <Library>PeiServicesLib</Library>\r
- <Library>PeiServicesTablePointerLib</Library>\r
- <Library>PeiHobLib</Library>\r
- <Library>PeiReportStatusCodeLib</Library>\r
- <Library>PeiDxeDebugLibReportStatusCode</Library>\r
- <Library>BaseLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="WinNtStuff"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Pei\WinNtStuff"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="WinNtStuff">\r
- <GenBuild baseName="WinNtStuff" mbdFilename="${MODULE_DIR}\WinNtStuff.mbd" msaFilename="${MODULE_DIR}\WinNtStuff.msa"/>\r
- </target>\r
- <target depends="WinNtStuff_clean" name="clean"/>\r
- <target depends="WinNtStuff_cleanall" name="cleanall"/>\r
- <target name="WinNtStuff_clean">\r
- <OutputDirSetup baseName="WinNtStuff" mbdFilename="${MODULE_DIR}\WinNtStuff.mbd" msaFilename="${MODULE_DIR}\WinNtStuff.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtStuff_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtStuff_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="WinNtStuff_cleanall">\r
- <OutputDirSetup baseName="WinNtStuff" mbdFilename="${MODULE_DIR}\WinNtStuff.mbd" msaFilename="${MODULE_DIR}\WinNtStuff.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\WinNtStuff_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\WinNtStuff_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**WinNtStuff*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>FwBlockService</BaseName>\r
- <Guid>BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>UefiBootServicesTableLib</Library>\r
- <Library>BaseLib</Library>\r
- <Library>BaseMemoryLib</Library>\r
- <Library>UefiLib</Library>\r
- <Library>UefiDriverEntryPoint</Library>\r
- <Library>DxeReportStatusCodeLib</Library>\r
- <Library>DxeServicesTableLib</Library>\r
- <Library>BaseDebugLibNull</Library>\r
- <Library>EdkDxePrintLib</Library>\r
- <Library>EdkDxeRuntimeDriverLib</Library>\r
- <Library>DxeHobLib</Library>\r
- <Library>DxeMemoryAllocationLib</Library>\r
- </Libraries>\r
- <BuildOptions ToolChain="MSFT">\r
- <ImageEntryPoint>_ModuleEntryPoint</ImageEntryPoint>\r
- </BuildOptions>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="FwBlockService"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="RuntimeDxe\FvbServices"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="FwBlockService">\r
- <GenBuild baseName="FwBlockService" mbdFilename="${MODULE_DIR}\Nt32Fwh.mbd" msaFilename="${MODULE_DIR}\Nt32Fwh.msa"/>\r
- </target>\r
- <target depends="FwBlockService_clean" name="clean"/>\r
- <target depends="FwBlockService_cleanall" name="cleanall"/>\r
- <target name="FwBlockService_clean">\r
- <OutputDirSetup baseName="FwBlockService" mbdFilename="${MODULE_DIR}\Nt32Fwh.mbd" msaFilename="${MODULE_DIR}\Nt32Fwh.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\FwBlockService_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\FwBlockService_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="FwBlockService_cleanall">\r
- <OutputDirSetup baseName="FwBlockService" mbdFilename="${MODULE_DIR}\Nt32Fwh.mbd" msaFilename="${MODULE_DIR}\Nt32Fwh.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\FwBlockService_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\FwBlockService_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**FwBlockService*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>SecMain</BaseName>\r
- <Guid>4b837b03-6587-4d19-b82b-edfad836c0a0</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-14 17:04</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdHeader>\r
- <Libraries>\r
- <Library>BaseLib</Library>\r
- <Library>BaseMemoryLib</Library>\r
- <Library>BasePeCoffLib</Library>\r
- <Library>BasePrintLib</Library>\r
- <Library>BaseReportStatusCodeLibNull</Library>\r
- <Library>BaseDebugLibNull</Library>\r
- </Libraries>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="SecMain"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Sec"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
- <target name="SecMain">\r
- <GenBuild baseName="SecMain" mbdFilename="${MODULE_DIR}\SecMain.mbd" msaFilename="${MODULE_DIR}\SecMain.msa"/>\r
- </target>\r
- <target depends="SecMain_clean" name="clean"/>\r
- <target depends="SecMain_cleanall" name="cleanall"/>\r
- <target name="SecMain_clean">\r
- <OutputDirSetup baseName="SecMain" mbdFilename="${MODULE_DIR}\SecMain.mbd" msaFilename="${MODULE_DIR}\SecMain.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\SecMain_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\SecMain_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="SecMain_cleanall">\r
- <OutputDirSetup baseName="SecMain" mbdFilename="${MODULE_DIR}\SecMain.mbd" msaFilename="${MODULE_DIR}\SecMain.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}\SecMain_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}\SecMain_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**SecMain*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8" ?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
- \r
-<project default="buildfpd" basedir=".">\r
- <!-- Apply external ANT tasks -->\r
- <taskdef resource="net/sf/antcontrib/antlib.xml" />\r
- <taskdef resource="GenBuild.tasks" />\r
- \r
- <property environment="env" /> \r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}" />\r
- <property name="PLATFORM" value="NT32" />\r
- <property name="PLATFORM_DIR" value="${WORKSPACE_DIR}\EdkNt32Pkg" />\r
- <property name="BUILD_MODE" value="PLATFORM" />\r
- <property name="COMMON_FILE" value="${PLATFORM_DIR}\Build\Nt32Common.xml" /> \r
- \r
- <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml" />\r
- \r
- <target name="buildfpd" depends="init, fpdparser, builds, fds" />\r
- \r
- <target name="init">\r
- <if>\r
- <not>\r
- <isset property="env.WORKSPACE" />\r
- </not>\r
- <then>\r
- <fail message="WORKSPACE environmental variable not set." />\r
- </then>\r
- </if>\r
- <ToolChainSetup confPath="${WORKSPACE_DIR}\Tools\Conf" />\r
- </target>\r
-\r
- <target name="tools">\r
- <ant antfile="${WORKSPACE_DIR}\Tools\Source\TianoTools\build.xml" />\r
- </target>\r
- \r
- <target name="fpdparser" unless="FPD_File">\r
- <FPDParser fpdfilename="Nt32.fpd" />\r
- </target>\r
- \r
- <target name="builds" depends="fpdparser">\r
- <ant antfile="${PLATFORM_DIR}\build.out.xml" />\r
- </target>\r
- \r
- <target name="fds" depends="builds">\r
- <concat destfile="${PLATFORM_DIR}\Build\FV\FV_RECOVERY.fd" binary="true" >\r
- <fileset dir="${PLATFORM_DIR}\Build\FV" includes="*.fv" />\r
- </concat>\r
- </target>\r
-\r
- <!-- this is only needed for Nt32 target exe generation --> \r
- <target name="run">\r
- <if>\r
- <available file="${WORKSPACE_DIR}\EdkNt32Pkg\Build\DEBUG\IA32\SecMain.exe" />\r
- <then>\r
- <shellscript shell="cmd.exe" tmpsuffix=".bat">\r
- <arg value="/c"/>\r
- <arg value="call"/>\r
- cd ${WORKSPACE_DIR}\EdkNt32Pkg\Build\DEBUG\IA32\r
- SecMain.exe\r
- </shellscript>\r
- </then>\r
- <else>\r
- <echo message="#################################################################"/>\r
- <echo message="#################################################################"/>\r
- <echo message="#"/>\r
- <echo message="# You must build the executable first, just type ant"/>\r
- <echo message="#"/>\r
- <echo message="#################################################################"/>\r
- <echo message="#################################################################"/>\r
- </else>\r
- </if>\r
- </target>\r
-\r
- <!-- clean. -->\r
- <target name="clean" depends="init">\r
- <if>\r
- <available file="${PLATFORM_DIR}\build.out.xml" />\r
- <then>\r
- <ant antfile="${PLATFORM_DIR}\build.out.xml" target="clean" />\r
- </then>\r
- </if>\r
- </target>\r
- \r
- <!-- clean All. -->\r
- <target name="cleanall" depends="init">\r
- <if>\r
- <available file="${PLATFORM_DIR}\build.out.xml" />\r
- <then>\r
- <ant antfile="${PLATFORM_DIR}\build.out.xml" target="cleanall" />\r
- <delete file="${PLATFORM_DIR}\build.out.xml" />\r
- </then>\r
- </if>\r
- <delete dir="${PLATFORM_DIR}\Build\FV" />\r
- </target>\r
- \r
-</project>\r
+++ /dev/null
-<?xml version="1.0" encoding="utf-8" ?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
- \r
-<project default="workspace" basedir=".">\r
- <taskdef resource="GenBuild.tasks" />\r
- \r
- <target name="workspace">\r
- <bf recursive="true" />\r
- </target>\r
-</project>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<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">\r
- <MbdHeader>\r
- <BaseName>Shell</BaseName>\r
- <Guid>c57ad6b7-0515-40a8-9d21-551652854e37</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>\r
- This is a binary package containing multiple binary files, however there is\r
- only a single MSA and MBD file.\r
- \r
-</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-17 20:56</Created>\r
- </MbdHeader>\r
-</ModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="Shell"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="bin"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="Shell">\r
- <GenBuild baseName="Shell" mbdFilename="${MODULE_DIR}/Shell.mbd" msaFilename="${MODULE_DIR}/Shell.msa"/>\r
- </target>\r
- <target depends="Shell_clean" name="clean"/>\r
- <target depends="Shell_cleanall" name="cleanall"/>\r
- <target name="Shell_clean">\r
- <OutputDirSetup baseName="Shell" mbdFilename="${MODULE_DIR}/Shell.mbd" msaFilename="${MODULE_DIR}/Shell.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Shell_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Shell_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="Shell_cleanall">\r
- <OutputDirSetup baseName="Shell" mbdFilename="${MODULE_DIR}/Shell.mbd" msaFilename="${MODULE_DIR}/Shell.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/Shell_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/Shell_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**Shell*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8" ?> \r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<project default="workspace" basedir=".">\r
- <taskdef resource="GenBuild.tasks" />\r
- \r
- <target name="workspace">\r
- <bf recursive="true" />\r
- </target>\r
-</project>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseCacheMaintenanceLib</BaseName>\r
- <Guid>123dd843-57c9-4158-8418-ce68b3944ce7</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseCacheMaintenanceLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseCacheMaintenanceLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseCacheMaintenanceLib">\r
- <GenBuild baseName="BaseCacheMaintenanceLib" mbdFilename="${MODULE_DIR}/BaseCacheMaintenanceLib.mbd" msaFilename="${MODULE_DIR}/BaseCacheMaintenanceLib.msa"/>\r
- </target>\r
- <target depends="BaseCacheMaintenanceLib_clean" name="clean"/>\r
- <target depends="BaseCacheMaintenanceLib_cleanall" name="cleanall"/>\r
- <target name="BaseCacheMaintenanceLib_clean">\r
- <OutputDirSetup baseName="BaseCacheMaintenanceLib" mbdFilename="${MODULE_DIR}/BaseCacheMaintenanceLib.mbd" msaFilename="${MODULE_DIR}/BaseCacheMaintenanceLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseCacheMaintenanceLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseCacheMaintenanceLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseCacheMaintenanceLib_cleanall">\r
- <OutputDirSetup baseName="BaseCacheMaintenanceLib" mbdFilename="${MODULE_DIR}/BaseCacheMaintenanceLib.mbd" msaFilename="${MODULE_DIR}/BaseCacheMaintenanceLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseCacheMaintenanceLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseCacheMaintenanceLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseCacheMaintenanceLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseDebugLibNull</BaseName>\r
- <Guid>9ba1d976-0624-41a3-8650-28165e8d9ae8</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseDebugLibNull"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseDebugLibNull"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseDebugLibNull">\r
- <GenBuild baseName="BaseDebugLibNull" mbdFilename="${MODULE_DIR}/BaseDebugLibNull.mbd" msaFilename="${MODULE_DIR}/BaseDebugLibNull.msa"/>\r
- </target>\r
- <target depends="BaseDebugLibNull_clean" name="clean"/>\r
- <target depends="BaseDebugLibNull_cleanall" name="cleanall"/>\r
- <target name="BaseDebugLibNull_clean">\r
- <OutputDirSetup baseName="BaseDebugLibNull" mbdFilename="${MODULE_DIR}/BaseDebugLibNull.mbd" msaFilename="${MODULE_DIR}/BaseDebugLibNull.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseDebugLibNull_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseDebugLibNull_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseDebugLibNull_cleanall">\r
- <OutputDirSetup baseName="BaseDebugLibNull" mbdFilename="${MODULE_DIR}/BaseDebugLibNull.mbd" msaFilename="${MODULE_DIR}/BaseDebugLibNull.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseDebugLibNull_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseDebugLibNull_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseDebugLibNull*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseIoLibIntrinsic</BaseName>\r
- <Guid>926c9cd0-4bb8-479b-9ac4-8a2a23f85307</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
- <BuildOptions ToolChain="MSFT">\r
- <Option>C_PROJ_FLAGS = ${C_PROJ_FLAGS}</Option>\r
- </BuildOptions>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseIoLibIntrinsic"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseIoLibIntrinsic"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseIoLibIntrinsic">\r
- <GenBuild baseName="BaseIoLibIntrinsic" mbdFilename="${MODULE_DIR}/BaseIoLibIntrinsic.mbd" msaFilename="${MODULE_DIR}/BaseIoLibIntrinsic.msa"/>\r
- </target>\r
- <target depends="BaseIoLibIntrinsic_clean" name="clean"/>\r
- <target depends="BaseIoLibIntrinsic_cleanall" name="cleanall"/>\r
- <target name="BaseIoLibIntrinsic_clean">\r
- <OutputDirSetup baseName="BaseIoLibIntrinsic" mbdFilename="${MODULE_DIR}/BaseIoLibIntrinsic.mbd" msaFilename="${MODULE_DIR}/BaseIoLibIntrinsic.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseIoLibIntrinsic_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseIoLibIntrinsic_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseIoLibIntrinsic_cleanall">\r
- <OutputDirSetup baseName="BaseIoLibIntrinsic" mbdFilename="${MODULE_DIR}/BaseIoLibIntrinsic.mbd" msaFilename="${MODULE_DIR}/BaseIoLibIntrinsic.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseIoLibIntrinsic_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseIoLibIntrinsic_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseIoLibIntrinsic*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseLib</BaseName>\r
- <Guid>27d67720-ea68-48ae-93da-a3a074c90e30</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-22 18:15</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseLib">\r
- <GenBuild baseName="BaseLib" mbdFilename="${MODULE_DIR}/BaseLib.mbd" msaFilename="${MODULE_DIR}/BaseLib.msa"/>\r
- </target>\r
- <target depends="BaseLib_clean" name="clean"/>\r
- <target depends="BaseLib_cleanall" name="cleanall"/>\r
- <target name="BaseLib_clean">\r
- <OutputDirSetup baseName="BaseLib" mbdFilename="${MODULE_DIR}/BaseLib.mbd" msaFilename="${MODULE_DIR}/BaseLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseLib_cleanall">\r
- <OutputDirSetup baseName="BaseLib" mbdFilename="${MODULE_DIR}/BaseLib.mbd" msaFilename="${MODULE_DIR}/BaseLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseMemoryLib</BaseName>\r
- <Guid>fd44e603-002a-4b29-9f5f-529e815b6165</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00090000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-12 13:55</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseMemoryLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseMemoryLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseMemoryLib">\r
- <GenBuild baseName="BaseMemoryLib" mbdFilename="${MODULE_DIR}/BaseMemoryLib.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLib.msa"/>\r
- </target>\r
- <target depends="BaseMemoryLib_clean" name="clean"/>\r
- <target depends="BaseMemoryLib_cleanall" name="cleanall"/>\r
- <target name="BaseMemoryLib_clean">\r
- <OutputDirSetup baseName="BaseMemoryLib" mbdFilename="${MODULE_DIR}/BaseMemoryLib.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseMemoryLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseMemoryLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseMemoryLib_cleanall">\r
- <OutputDirSetup baseName="BaseMemoryLib" mbdFilename="${MODULE_DIR}/BaseMemoryLib.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseMemoryLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseMemoryLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseMemoryLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseMemoryLibMmx</BaseName>\r
- <Guid>d458a654-f64c-49db-b8d1-3821306bf1f6</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00090000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-12 19:53</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseMemoryLibMmx"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseMemoryLibMmx"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseMemoryLibMmx">\r
- <GenBuild baseName="BaseMemoryLibMmx" mbdFilename="${MODULE_DIR}/BaseMemoryLibMmx.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLibMmx.msa"/>\r
- </target>\r
- <target depends="BaseMemoryLibMmx_clean" name="clean"/>\r
- <target depends="BaseMemoryLibMmx_cleanall" name="cleanall"/>\r
- <target name="BaseMemoryLibMmx_clean">\r
- <OutputDirSetup baseName="BaseMemoryLibMmx" mbdFilename="${MODULE_DIR}/BaseMemoryLibMmx.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLibMmx.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseMemoryLibMmx_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseMemoryLibMmx_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseMemoryLibMmx_cleanall">\r
- <OutputDirSetup baseName="BaseMemoryLibMmx" mbdFilename="${MODULE_DIR}/BaseMemoryLibMmx.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLibMmx.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseMemoryLibMmx_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseMemoryLibMmx_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseMemoryLibMmx*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseMemoryLibRepStr</BaseName>\r
- <Guid>e7884bf4-51a1-485b-982a-ff89129983bc</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00090000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-12 13:39</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseMemoryLibRepStr"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseMemoryLibRepStr"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseMemoryLibRepStr">\r
- <GenBuild baseName="BaseMemoryLibRepStr" mbdFilename="${MODULE_DIR}/BaseMemoryLibRepStr.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLibRepStr.msa"/>\r
- </target>\r
- <target depends="BaseMemoryLibRepStr_clean" name="clean"/>\r
- <target depends="BaseMemoryLibRepStr_cleanall" name="cleanall"/>\r
- <target name="BaseMemoryLibRepStr_clean">\r
- <OutputDirSetup baseName="BaseMemoryLibRepStr" mbdFilename="${MODULE_DIR}/BaseMemoryLibRepStr.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLibRepStr.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseMemoryLibRepStr_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseMemoryLibRepStr_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseMemoryLibRepStr_cleanall">\r
- <OutputDirSetup baseName="BaseMemoryLibRepStr" mbdFilename="${MODULE_DIR}/BaseMemoryLibRepStr.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLibRepStr.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseMemoryLibRepStr_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseMemoryLibRepStr_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseMemoryLibRepStr*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseMemoryLibSse2</BaseName>\r
- <Guid>65a18235-5096-4032-8c63-214f0249ce8d</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00090000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-12 13:46</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseMemoryLibSse2"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseMemoryLibSse2"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseMemoryLibSse2">\r
- <GenBuild baseName="BaseMemoryLibSse2" mbdFilename="${MODULE_DIR}/BaseMemoryLibSse2.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLibSse2.msa"/>\r
- </target>\r
- <target depends="BaseMemoryLibSse2_clean" name="clean"/>\r
- <target depends="BaseMemoryLibSse2_cleanall" name="cleanall"/>\r
- <target name="BaseMemoryLibSse2_clean">\r
- <OutputDirSetup baseName="BaseMemoryLibSse2" mbdFilename="${MODULE_DIR}/BaseMemoryLibSse2.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLibSse2.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseMemoryLibSse2_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseMemoryLibSse2_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseMemoryLibSse2_cleanall">\r
- <OutputDirSetup baseName="BaseMemoryLibSse2" mbdFilename="${MODULE_DIR}/BaseMemoryLibSse2.mbd" msaFilename="${MODULE_DIR}/BaseMemoryLibSse2.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseMemoryLibSse2_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseMemoryLibSse2_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseMemoryLibSse2*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BasePcdLibNull</BaseName>\r
- <Guid>40096a3a-5c2a-4fbc-aef7-5475dd7ab334</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-31 10:50</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BasePcdLibNull"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BasePcdLibNull"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BasePcdLibNull">\r
- <GenBuild baseName="BasePcdLibNull" mbdFilename="${MODULE_DIR}/BasePcdLibNull.mbd" msaFilename="${MODULE_DIR}/BasePcdLibNull.msa"/>\r
- </target>\r
- <target depends="BasePcdLibNull_clean" name="clean"/>\r
- <target depends="BasePcdLibNull_cleanall" name="cleanall"/>\r
- <target name="BasePcdLibNull_clean">\r
- <OutputDirSetup baseName="BasePcdLibNull" mbdFilename="${MODULE_DIR}/BasePcdLibNull.mbd" msaFilename="${MODULE_DIR}/BasePcdLibNull.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePcdLibNull_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePcdLibNull_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BasePcdLibNull_cleanall">\r
- <OutputDirSetup baseName="BasePcdLibNull" mbdFilename="${MODULE_DIR}/BasePcdLibNull.mbd" msaFilename="${MODULE_DIR}/BasePcdLibNull.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePcdLibNull_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePcdLibNull_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BasePcdLibNull*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BasePciCf8Lib</BaseName>\r
- <Guid>472ab06d-9810-4c00-bb7f-dad1828fc1ab</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BasePciCf8Lib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BasePciCf8Lib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BasePciCf8Lib">\r
- <GenBuild baseName="BasePciCf8Lib" mbdFilename="${MODULE_DIR}/BasePciCf8Lib.mbd" msaFilename="${MODULE_DIR}/BasePciCf8Lib.msa"/>\r
- </target>\r
- <target depends="BasePciCf8Lib_clean" name="clean"/>\r
- <target depends="BasePciCf8Lib_cleanall" name="cleanall"/>\r
- <target name="BasePciCf8Lib_clean">\r
- <OutputDirSetup baseName="BasePciCf8Lib" mbdFilename="${MODULE_DIR}/BasePciCf8Lib.mbd" msaFilename="${MODULE_DIR}/BasePciCf8Lib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePciCf8Lib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePciCf8Lib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BasePciCf8Lib_cleanall">\r
- <OutputDirSetup baseName="BasePciCf8Lib" mbdFilename="${MODULE_DIR}/BasePciCf8Lib.mbd" msaFilename="${MODULE_DIR}/BasePciCf8Lib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePciCf8Lib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePciCf8Lib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BasePciCf8Lib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BasePciExpressLib</BaseName>\r
- <Guid>287e50f4-a188-4699-b907-3e4080ca5688</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BasePciExpressLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BasePciExpressLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BasePciExpressLib">\r
- <GenBuild baseName="BasePciExpressLib" mbdFilename="${MODULE_DIR}/BasePciExpressLib.mbd" msaFilename="${MODULE_DIR}/BasePciExpressLib.msa"/>\r
- </target>\r
- <target depends="BasePciExpressLib_clean" name="clean"/>\r
- <target depends="BasePciExpressLib_cleanall" name="cleanall"/>\r
- <target name="BasePciExpressLib_clean">\r
- <OutputDirSetup baseName="BasePciExpressLib" mbdFilename="${MODULE_DIR}/BasePciExpressLib.mbd" msaFilename="${MODULE_DIR}/BasePciExpressLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePciExpressLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePciExpressLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BasePciExpressLib_cleanall">\r
- <OutputDirSetup baseName="BasePciExpressLib" mbdFilename="${MODULE_DIR}/BasePciExpressLib.mbd" msaFilename="${MODULE_DIR}/BasePciExpressLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePciExpressLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePciExpressLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BasePciExpressLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BasePciLibCf8</BaseName>\r
- <Guid>28bde99c-e8a7-4e3e-9a8a-e66cd64f31c6</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BasePciLibCf8"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BasePciLibCf8"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BasePciLibCf8">\r
- <GenBuild baseName="BasePciLibCf8" mbdFilename="${MODULE_DIR}/BasePciLibCf8.mbd" msaFilename="${MODULE_DIR}/BasePciLibCf8.msa"/>\r
- </target>\r
- <target depends="BasePciLibCf8_clean" name="clean"/>\r
- <target depends="BasePciLibCf8_cleanall" name="cleanall"/>\r
- <target name="BasePciLibCf8_clean">\r
- <OutputDirSetup baseName="BasePciLibCf8" mbdFilename="${MODULE_DIR}/BasePciLibCf8.mbd" msaFilename="${MODULE_DIR}/BasePciLibCf8.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePciLibCf8_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePciLibCf8_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BasePciLibCf8_cleanall">\r
- <OutputDirSetup baseName="BasePciLibCf8" mbdFilename="${MODULE_DIR}/BasePciLibCf8.mbd" msaFilename="${MODULE_DIR}/BasePciLibCf8.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePciLibCf8_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePciLibCf8_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BasePciLibCf8*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BasePciLibPciExpress</BaseName>\r
- <Guid>8987081e-daeb-44a9-8bef-a195b22d9417</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BasePciLibPciExpress"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BasePciLibPciExpress"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BasePciLibPciExpress">\r
- <GenBuild baseName="BasePciLibPciExpress" mbdFilename="${MODULE_DIR}/BasePciLibPciExpress.mbd" msaFilename="${MODULE_DIR}/BasePciLibPciExpress.msa"/>\r
- </target>\r
- <target depends="BasePciLibPciExpress_clean" name="clean"/>\r
- <target depends="BasePciLibPciExpress_cleanall" name="cleanall"/>\r
- <target name="BasePciLibPciExpress_clean">\r
- <OutputDirSetup baseName="BasePciLibPciExpress" mbdFilename="${MODULE_DIR}/BasePciLibPciExpress.mbd" msaFilename="${MODULE_DIR}/BasePciLibPciExpress.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePciLibPciExpress_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePciLibPciExpress_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BasePciLibPciExpress_cleanall">\r
- <OutputDirSetup baseName="BasePciLibPciExpress" mbdFilename="${MODULE_DIR}/BasePciLibPciExpress.mbd" msaFilename="${MODULE_DIR}/BasePciLibPciExpress.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePciLibPciExpress_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePciLibPciExpress_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BasePciLibPciExpress*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BasePeCoffGetEntryPointLib</BaseName>\r
- <Guid>be490364-73d2-420d-950e-f6450ca75dfb</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BasePeCoffGetEntryPointLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BasePeCoffGetEntryPointLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BasePeCoffGetEntryPointLib">\r
- <GenBuild baseName="BasePeCoffGetEntryPointLib" mbdFilename="${MODULE_DIR}/BasePeCoffGetEntryPointLib.mbd" msaFilename="${MODULE_DIR}/BasePeCoffGetEntryPointLib.msa"/>\r
- </target>\r
- <target depends="BasePeCoffGetEntryPointLib_clean" name="clean"/>\r
- <target depends="BasePeCoffGetEntryPointLib_cleanall" name="cleanall"/>\r
- <target name="BasePeCoffGetEntryPointLib_clean">\r
- <OutputDirSetup baseName="BasePeCoffGetEntryPointLib" mbdFilename="${MODULE_DIR}/BasePeCoffGetEntryPointLib.mbd" msaFilename="${MODULE_DIR}/BasePeCoffGetEntryPointLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePeCoffGetEntryPointLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePeCoffGetEntryPointLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BasePeCoffGetEntryPointLib_cleanall">\r
- <OutputDirSetup baseName="BasePeCoffGetEntryPointLib" mbdFilename="${MODULE_DIR}/BasePeCoffGetEntryPointLib.mbd" msaFilename="${MODULE_DIR}/BasePeCoffGetEntryPointLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePeCoffGetEntryPointLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePeCoffGetEntryPointLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BasePeCoffGetEntryPointLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BasePeCoffLib</BaseName>\r
- <Guid>556f5d10-7309-4af4-b80a-8196bd60946f</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BasePeCoffLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BasePeCoffLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BasePeCoffLib">\r
- <GenBuild baseName="BasePeCoffLib" mbdFilename="${MODULE_DIR}/BasePeCoffLib.mbd" msaFilename="${MODULE_DIR}/BasePeCoffLib.msa"/>\r
- </target>\r
- <target depends="BasePeCoffLib_clean" name="clean"/>\r
- <target depends="BasePeCoffLib_cleanall" name="cleanall"/>\r
- <target name="BasePeCoffLib_clean">\r
- <OutputDirSetup baseName="BasePeCoffLib" mbdFilename="${MODULE_DIR}/BasePeCoffLib.mbd" msaFilename="${MODULE_DIR}/BasePeCoffLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePeCoffLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePeCoffLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BasePeCoffLib_cleanall">\r
- <OutputDirSetup baseName="BasePeCoffLib" mbdFilename="${MODULE_DIR}/BasePeCoffLib.mbd" msaFilename="${MODULE_DIR}/BasePeCoffLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePeCoffLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePeCoffLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BasePeCoffLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BasePerformanceLibNull</BaseName>\r
- <Guid>FC120ED3-40E1-46dc-8C9C-AAE3CA139ACF</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-04 11:05</Created>\r
- <Modified>2006-04-04 11:05</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BasePerformanceLibNull"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BasePerformanceLibNull"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BasePerformanceLibNull">\r
- <GenBuild baseName="BasePerformanceLibNull" mbdFilename="${MODULE_DIR}/BasePerformanceLibNull.mbd" msaFilename="${MODULE_DIR}/BasePerformanceLibNull.msa"/>\r
- </target>\r
- <target depends="BasePerformanceLibNull_clean" name="clean"/>\r
- <target depends="BasePerformanceLibNull_cleanall" name="cleanall"/>\r
- <target name="BasePerformanceLibNull_clean">\r
- <OutputDirSetup baseName="BasePerformanceLibNull" mbdFilename="${MODULE_DIR}/BasePerformanceLibNull.mbd" msaFilename="${MODULE_DIR}/BasePerformanceLibNull.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePerformanceLibNull_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePerformanceLibNull_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BasePerformanceLibNull_cleanall">\r
- <OutputDirSetup baseName="BasePerformanceLibNull" mbdFilename="${MODULE_DIR}/BasePerformanceLibNull.mbd" msaFilename="${MODULE_DIR}/BasePerformanceLibNull.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePerformanceLibNull_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePerformanceLibNull_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BasePerformanceLibNull*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BasePostCodeLibDebug</BaseName>\r
- <Guid>55c61087-7367-4546-bc32-4937c5e6aff3</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BasePostCodeLibDebug"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BasePostCodeLibDebug"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BasePostCodeLibDebug">\r
- <GenBuild baseName="BasePostCodeLibDebug" mbdFilename="${MODULE_DIR}/BasePostCodeLibDebug.mbd" msaFilename="${MODULE_DIR}/BasePostCodeLibDebug.msa"/>\r
- </target>\r
- <target depends="BasePostCodeLibDebug_clean" name="clean"/>\r
- <target depends="BasePostCodeLibDebug_cleanall" name="cleanall"/>\r
- <target name="BasePostCodeLibDebug_clean">\r
- <OutputDirSetup baseName="BasePostCodeLibDebug" mbdFilename="${MODULE_DIR}/BasePostCodeLibDebug.mbd" msaFilename="${MODULE_DIR}/BasePostCodeLibDebug.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePostCodeLibDebug_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePostCodeLibDebug_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BasePostCodeLibDebug_cleanall">\r
- <OutputDirSetup baseName="BasePostCodeLibDebug" mbdFilename="${MODULE_DIR}/BasePostCodeLibDebug.mbd" msaFilename="${MODULE_DIR}/BasePostCodeLibDebug.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePostCodeLibDebug_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePostCodeLibDebug_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BasePostCodeLibDebug*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BasePostCodeLibPort80</BaseName>\r
- <Guid>55c61087-7367-4546-bc32-4937c5e6aff3</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BasePostCodeLibPort80"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BasePostCodeLibPort80"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BasePostCodeLibPort80">\r
- <GenBuild baseName="BasePostCodeLibPort80" mbdFilename="${MODULE_DIR}/BasePostCodeLibPort80.mbd" msaFilename="${MODULE_DIR}/BasePostCodeLibPort80.msa"/>\r
- </target>\r
- <target depends="BasePostCodeLib80_clean" name="clean"/>\r
- <target depends="BasePostCodeLib80_cleanall" name="cleanall"/>\r
- <target name="BasePostCodeLib80_clean">\r
- <OutputDirSetup baseName="BasePostCodeLibPort80" mbdFilename="${MODULE_DIR}/BasePostCodeLibPort80.mbd" msaFilename="${MODULE_DIR}/BasePostCodeLibPort80.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePostCodeLib80_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePostCodeLib80_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BasePostCodeLib80_cleanall">\r
- <OutputDirSetup baseName="BasePostCodeLibPort80" mbdFilename="${MODULE_DIR}/BasePostCodeLibPort80.mbd" msaFilename="${MODULE_DIR}/BasePostCodeLibPort80.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePostCodeLib80_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePostCodeLib80_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BasePostCodeLibPort80*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BasePrintLib</BaseName>\r
- <Guid>a86fbfca-0183-4eeb-aa8a-762e3b7da1f3</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BasePrintLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BasePrintLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BasePrintLib">\r
- <GenBuild baseName="BasePrintLib" mbdFilename="${MODULE_DIR}/BasePrintLib.mbd" msaFilename="${MODULE_DIR}/BasePrintLib.msa"/>\r
- </target>\r
- <target depends="BasePrintLib_clean" name="clean"/>\r
- <target depends="BasePrintLib_cleanall" name="cleanall"/>\r
- <target name="BasePrintLib_clean">\r
- <OutputDirSetup baseName="BasePrintLib" mbdFilename="${MODULE_DIR}/BasePrintLib.mbd" msaFilename="${MODULE_DIR}/BasePrintLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePrintLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePrintLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BasePrintLib_cleanall">\r
- <OutputDirSetup baseName="BasePrintLib" mbdFilename="${MODULE_DIR}/BasePrintLib.mbd" msaFilename="${MODULE_DIR}/BasePrintLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BasePrintLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BasePrintLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BasePrintLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseReportStatusCodeLibNull</BaseName>\r
- <Guid>55c61087-7367-4546-bc32-4937c5e6aff3</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseReportStatusCodeLibNull"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseReportStatusCodeLibNull"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseReportStatusCodeLibNull">\r
- <GenBuild baseName="BaseReportStatusCodeLibNull" mbdFilename="${MODULE_DIR}/BaseReportStatusCodeLibNull.mbd" msaFilename="${MODULE_DIR}/BaseReportStatusCodeLibNull.msa"/>\r
- </target>\r
- <target depends="BaseReportStatusCodeLibNull_clean" name="clean"/>\r
- <target depends="BaseReportStatusCodeLibNull_cleanall" name="cleanall"/>\r
- <target name="BaseReportStatusCodeLibNull_clean">\r
- <OutputDirSetup baseName="BaseReportStatusCodeLibNull" mbdFilename="${MODULE_DIR}/BaseReportStatusCodeLibNull.mbd" msaFilename="${MODULE_DIR}/BaseReportStatusCodeLibNull.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseReportStatusCodeLibNull_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseReportStatusCodeLibNull_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseReportStatusCodeLibNull_cleanall">\r
- <OutputDirSetup baseName="BaseReportStatusCodeLibNull" mbdFilename="${MODULE_DIR}/BaseReportStatusCodeLibNull.mbd" msaFilename="${MODULE_DIR}/BaseReportStatusCodeLibNull.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseReportStatusCodeLibNull_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseReportStatusCodeLibNull_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseReportStatusCodeLibNull*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseSmbusLib</BaseName>\r
- <Guid>4c38a173-b317-4f29-a7bf-1cc7e10ccb10</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-17 09:00</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
- <BuildOptions ToolChain="MSFT">\r
- <Option>C_PROJ_FLAGS = ${C_PROJ_FLAGS}</Option>\r
- </BuildOptions>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseSmbusLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseSmbusLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseSmbusLib">\r
- <GenBuild baseName="BaseSmbusLib" mbdFilename="${MODULE_DIR}/BaseSmbusLib.mbd" msaFilename="${MODULE_DIR}/BaseSmbusLib.msa"/>\r
- </target>\r
- <target depends="BaseSmbusLib_clean" name="clean"/>\r
- <target depends="BaseSmbusLib_cleanall" name="cleanall"/>\r
- <target name="BaseSmbusLib_clean">\r
- <OutputDirSetup baseName="BaseSmbusLib" mbdFilename="${MODULE_DIR}/BaseSmbusLib.mbd" msaFilename="${MODULE_DIR}/BaseSmbusLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseSmbusLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseSmbusLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseSmbusLib_cleanall">\r
- <OutputDirSetup baseName="BaseSmbusLib" mbdFilename="${MODULE_DIR}/BaseSmbusLib.mbd" msaFilename="${MODULE_DIR}/BaseSmbusLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseSmbusLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseSmbusLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseSmbusLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseTimerLibLocalApic</BaseName>\r
- <Guid>b5a05743-9b71-489b-a0ed-a0eb3950d23b</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-13 16:57</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseTimerLibLocalApic"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseTimerLibLocalApic"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseTimerLibLocalApic">\r
- <GenBuild baseName="BaseTimerLibLocalApic" mbdFilename="${MODULE_DIR}/BaseTimerLibLocalApic.mbd" msaFilename="${MODULE_DIR}/BaseTimerLibLocalApic.msa"/>\r
- </target>\r
- <target depends="BaseTimerLibLocalApic_clean" name="clean"/>\r
- <target depends="BaseTimerLibLocalApic_cleanall" name="cleanall"/>\r
- <target name="BaseTimerLibLocalApic_clean">\r
- <OutputDirSetup baseName="BaseTimerLibLocalApic" mbdFilename="${MODULE_DIR}/BaseTimerLibLocalApic.mbd" msaFilename="${MODULE_DIR}/BaseTimerLibLocalApic.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseTimerLibLocalApic_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseTimerLibLocalApic_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseTimerLibLocalApic_cleanall">\r
- <OutputDirSetup baseName="BaseTimerLibLocalApic" mbdFilename="${MODULE_DIR}/BaseTimerLibLocalApic.mbd" msaFilename="${MODULE_DIR}/BaseTimerLibLocalApic.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseTimerLibLocalApic_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseTimerLibLocalApic_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseTimerLibLocalApic*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>BaseUefiDecompressLib</BaseName>\r
- <Guid>9ae5147d-b240-467f-a484-b024fdc42ee0</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="BaseUefiDecompressLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/BaseUefiDecompressLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="BaseUefiDecompressLib">\r
- <GenBuild baseName="BaseUefiDecompressLib" mbdFilename="${MODULE_DIR}/BaseUefiDecompressLib.mbd" msaFilename="${MODULE_DIR}/BaseUefiDecompressLib.msa"/>\r
- </target>\r
- <target depends="BaseUefiDecompressLib_clean" name="clean"/>\r
- <target depends="BaseUefiDecompressLib_cleanall" name="cleanall"/>\r
- <target name="BaseUefiDecompressLib_clean">\r
- <OutputDirSetup baseName="BaseUefiDecompressLib" mbdFilename="${MODULE_DIR}/BaseUefiDecompressLib.mbd" msaFilename="${MODULE_DIR}/BaseUefiDecompressLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseUefiDecompressLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseUefiDecompressLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="BaseUefiDecompressLib_cleanall">\r
- <OutputDirSetup baseName="BaseUefiDecompressLib" mbdFilename="${MODULE_DIR}/BaseUefiDecompressLib.mbd" msaFilename="${MODULE_DIR}/BaseUefiDecompressLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/BaseUefiDecompressLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/BaseUefiDecompressLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**BaseUefiDecompressLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeCoreEntryPoint</BaseName>\r
- <Guid>d258d6af-2fc0-4019-9c1f-1101c3dd19b5</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeCoreEntryPoint"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeCoreEntryPoint"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeCoreEntryPoint">\r
- <GenBuild baseName="DxeCoreEntryPoint" mbdFilename="${MODULE_DIR}/DxeCoreEntryPoint.mbd" msaFilename="${MODULE_DIR}/DxeCoreEntryPoint.msa"/>\r
- </target>\r
- <target depends="DxeCoreEntryPoint_clean" name="clean"/>\r
- <target depends="DxeCoreEntryPoint_cleanall" name="cleanall"/>\r
- <target name="DxeCoreEntryPoint_clean">\r
- <OutputDirSetup baseName="DxeCoreEntryPoint" mbdFilename="${MODULE_DIR}/DxeCoreEntryPoint.mbd" msaFilename="${MODULE_DIR}/DxeCoreEntryPoint.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCoreEntryPoint_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCoreEntryPoint_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeCoreEntryPoint_cleanall">\r
- <OutputDirSetup baseName="DxeCoreEntryPoint" mbdFilename="${MODULE_DIR}/DxeCoreEntryPoint.mbd" msaFilename="${MODULE_DIR}/DxeCoreEntryPoint.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCoreEntryPoint_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCoreEntryPoint_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeCoreEntryPoint*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeCoreHobLib</BaseName>\r
- <Guid>882ee1a3-35b2-412c-b8a2-7a8d34a7c390</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeCoreHobLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeCoreHobLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeCoreHobLib">\r
- <GenBuild baseName="DxeCoreHobLib" mbdFilename="${MODULE_DIR}/DxeCoreHobLib.mbd" msaFilename="${MODULE_DIR}/DxeCoreHobLib.msa"/>\r
- </target>\r
- <target depends="DxeCoreHobLib_clean" name="clean"/>\r
- <target depends="DxeCoreHobLib_cleanall" name="cleanall"/>\r
- <target name="DxeCoreHobLib_clean">\r
- <OutputDirSetup baseName="DxeCoreHobLib" mbdFilename="${MODULE_DIR}/DxeCoreHobLib.mbd" msaFilename="${MODULE_DIR}/DxeCoreHobLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCoreHobLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCoreHobLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeCoreHobLib_cleanall">\r
- <OutputDirSetup baseName="DxeCoreHobLib" mbdFilename="${MODULE_DIR}/DxeCoreHobLib.mbd" msaFilename="${MODULE_DIR}/DxeCoreHobLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeCoreHobLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeCoreHobLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeCoreHobLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeHobLib</BaseName>\r
- <Guid>f12b59c9-76d0-4661-ad7c-f04d1bef0558</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeHobLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeHobLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeHobLib">\r
- <GenBuild baseName="DxeHobLib" mbdFilename="${MODULE_DIR}/DxeHobLib.mbd" msaFilename="${MODULE_DIR}/DxeHobLib.msa"/>\r
- </target>\r
- <target depends="DxeHobLib_clean" name="clean"/>\r
- <target depends="DxeHobLib_cleanall" name="cleanall"/>\r
- <target name="DxeHobLib_clean">\r
- <OutputDirSetup baseName="DxeHobLib" mbdFilename="${MODULE_DIR}/DxeHobLib.mbd" msaFilename="${MODULE_DIR}/DxeHobLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeHobLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeHobLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeHobLib_cleanall">\r
- <OutputDirSetup baseName="DxeHobLib" mbdFilename="${MODULE_DIR}/DxeHobLib.mbd" msaFilename="${MODULE_DIR}/DxeHobLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeHobLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeHobLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeHobLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeIoLibCpuIo</BaseName>\r
- <Guid>e94cd42a-3aad-4ea0-9b09-945891c60ccd</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00090000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-14 12:44</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeIoLibCpuIo"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeIoLibCpuIo"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeIoLibCpuIo">\r
- <GenBuild baseName="DxeIoLibCpuIo" mbdFilename="${MODULE_DIR}/DxeIoLibCpuIo.mbd" msaFilename="${MODULE_DIR}/DxeIoLibCpuIo.msa"/>\r
- </target>\r
- <target depends="DxeIoLibCpuIo_clean" name="clean"/>\r
- <target depends="DxeIoLibCpuIo_cleanall" name="cleanall"/>\r
- <target name="DxeIoLibCpuIo_clean">\r
- <OutputDirSetup baseName="DxeIoLibCpuIo" mbdFilename="${MODULE_DIR}/DxeIoLibCpuIo.mbd" msaFilename="${MODULE_DIR}/DxeIoLibCpuIo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeIoLibCpuIo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeIoLibCpuIo_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeIoLibCpuIo_cleanall">\r
- <OutputDirSetup baseName="DxeIoLibCpuIo" mbdFilename="${MODULE_DIR}/DxeIoLibCpuIo.mbd" msaFilename="${MODULE_DIR}/DxeIoLibCpuIo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeIoLibCpuIo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeIoLibCpuIo_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeIoLibCpuIo*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeMemoryAllocationLib</BaseName>\r
- <Guid>4674739d-3195-4fb2-8094-ac1d22d00194</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeMemoryAllocationLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeMemoryAllocationLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeMemoryAllocationLib">\r
- <GenBuild baseName="DxeMemoryAllocationLib" mbdFilename="${MODULE_DIR}/DxeMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}/DxeMemoryAllocationLib.msa"/>\r
- </target>\r
- <target depends="DxeMemoryAllocationLib_clean" name="clean"/>\r
- <target depends="DxeMemoryAllocationLib_cleanall" name="cleanall"/>\r
- <target name="DxeMemoryAllocationLib_clean">\r
- <OutputDirSetup baseName="DxeMemoryAllocationLib" mbdFilename="${MODULE_DIR}/DxeMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}/DxeMemoryAllocationLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeMemoryAllocationLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeMemoryAllocationLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeMemoryAllocationLib_cleanall">\r
- <OutputDirSetup baseName="DxeMemoryAllocationLib" mbdFilename="${MODULE_DIR}/DxeMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}/DxeMemoryAllocationLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeMemoryAllocationLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeMemoryAllocationLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeMemoryAllocationLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeMemoryLib</BaseName>\r
- <Guid>f1bbe03d-2f28-4dee-bec7-d98d7a30c36a</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00090000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-12 13:39</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeMemoryLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeMemoryLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeMemoryLib">\r
- <GenBuild baseName="DxeMemoryLib" mbdFilename="${MODULE_DIR}/DxeMemoryLib.mbd" msaFilename="${MODULE_DIR}/DxeMemoryLib.msa"/>\r
- </target>\r
- <target depends="UefiMemoryLib_clean" name="clean"/>\r
- <target depends="UefiMemoryLib_cleanall" name="cleanall"/>\r
- <target name="UefiMemoryLib_clean">\r
- <OutputDirSetup baseName="DxeMemoryLib" mbdFilename="${MODULE_DIR}/DxeMemoryLib.mbd" msaFilename="${MODULE_DIR}/DxeMemoryLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiMemoryLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiMemoryLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UefiMemoryLib_cleanall">\r
- <OutputDirSetup baseName="DxeMemoryLib" mbdFilename="${MODULE_DIR}/DxeMemoryLib.mbd" msaFilename="${MODULE_DIR}/DxeMemoryLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiMemoryLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiMemoryLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeMemoryLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxePcdLib</BaseName>\r
- <Guid>af97eb89-4cc6-45f8-a514-ca025b346480</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxePcdLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxePcdLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxePcdLib">\r
- <GenBuild baseName="DxePcdLib" mbdFilename="${MODULE_DIR}/DxePcdLib.mbd" msaFilename="${MODULE_DIR}/DxePcdLib.msa"/>\r
- </target>\r
- <target depends="DxePcdLib_clean" name="clean"/>\r
- <target depends="DxePcdLib_cleanall" name="cleanall"/>\r
- <target name="DxePcdLib_clean">\r
- <OutputDirSetup baseName="DxePcdLib" mbdFilename="${MODULE_DIR}/DxePcdLib.mbd" msaFilename="${MODULE_DIR}/DxePcdLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxePcdLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxePcdLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxePcdLib_cleanall">\r
- <OutputDirSetup baseName="DxePcdLib" mbdFilename="${MODULE_DIR}/DxePcdLib.mbd" msaFilename="${MODULE_DIR}/DxePcdLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxePcdLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxePcdLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxePcdLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeReportStatusCodeLib</BaseName>\r
- <Guid>3ddc3b12-99ea-4364-b315-6310a2050be5</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeReportStatusCodeLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeReportStatusCodeLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeReportStatusCodeLib">\r
- <GenBuild baseName="DxeReportStatusCodeLib" mbdFilename="${MODULE_DIR}/DxeReportStatusCodeLib.mbd" msaFilename="${MODULE_DIR}/DxeReportStatusCodeLib.msa"/>\r
- </target>\r
- <target depends="DxeReportStatusCodeLib_clean" name="clean"/>\r
- <target depends="DxeReportStatusCodeLib_cleanall" name="cleanall"/>\r
- <target name="DxeReportStatusCodeLib_clean">\r
- <OutputDirSetup baseName="DxeReportStatusCodeLib" mbdFilename="${MODULE_DIR}/DxeReportStatusCodeLib.mbd" msaFilename="${MODULE_DIR}/DxeReportStatusCodeLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeReportStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeReportStatusCodeLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeReportStatusCodeLib_cleanall">\r
- <OutputDirSetup baseName="DxeReportStatusCodeLib" mbdFilename="${MODULE_DIR}/DxeReportStatusCodeLib.mbd" msaFilename="${MODULE_DIR}/DxeReportStatusCodeLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeReportStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeReportStatusCodeLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeReportStatusCodeLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeServicesTableLib</BaseName>\r
- <Guid>baa1baa3-0a8d-402c-8042-985115fae953</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-31 13:35</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeServicesTableLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeServicesTableLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeServicesTableLib">\r
- <GenBuild baseName="DxeServicesTableLib" mbdFilename="${MODULE_DIR}/DxeServicesTableLib.mbd" msaFilename="${MODULE_DIR}/DxeServicesTableLib.msa"/>\r
- </target>\r
- <target depends="DxeServicesTableLib_clean" name="clean"/>\r
- <target depends="DxeServicesTableLib_cleanall" name="cleanall"/>\r
- <target name="DxeServicesTableLib_clean">\r
- <OutputDirSetup baseName="DxeServicesTableLib" mbdFilename="${MODULE_DIR}/DxeServicesTableLib.mbd" msaFilename="${MODULE_DIR}/DxeServicesTableLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeServicesTableLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeServicesTableLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeServicesTableLib_cleanall">\r
- <OutputDirSetup baseName="DxeServicesTableLib" mbdFilename="${MODULE_DIR}/DxeServicesTableLib.mbd" msaFilename="${MODULE_DIR}/DxeServicesTableLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeServicesTableLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeServicesTableLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeServicesTableLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeSmbusLib</BaseName>\r
- <Guid>91B68627-0B5D-4d32-8F1C-16CD242A8C2A</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-17 22:31</Created>\r
- <Modified>2006-04-17 23:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeSmbusLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeSmbusLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeSmbusLib">\r
- <GenBuild baseName="DxeSmbusLib" mbdFilename="${MODULE_DIR}/DxeSmbusLib.mbd" msaFilename="${MODULE_DIR}/DxeSmbusLib.msa"/>\r
- </target>\r
- <target depends="DxeSmbusLib_clean" name="clean"/>\r
- <target depends="DxeSmbusLib_cleanall" name="cleanall"/>\r
- <target name="DxeSmbusLib_clean">\r
- <OutputDirSetup baseName="DxeSmbusLib" mbdFilename="${MODULE_DIR}/DxeSmbusLib.mbd" msaFilename="${MODULE_DIR}/DxeSmbusLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeSmbusLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeSmbusLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeSmbusLib_cleanall">\r
- <OutputDirSetup baseName="DxeSmbusLib" mbdFilename="${MODULE_DIR}/DxeSmbusLib.mbd" msaFilename="${MODULE_DIR}/DxeSmbusLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeSmbusLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeSmbusLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeSmbusLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>DxeSmmDriverEntryPoint</BaseName>\r
- <Guid>79C5C7B7-1083-42a6-AD15-2A4E7C4274D7</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-27 17:32</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="DxeSmmDriverEntryPoint"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/DxeSmmDriverEntryPoint"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="DxeSmmDriverEntryPoint">\r
- <GenBuild baseName="DxeSmmDriverEntryPoint" mbdFilename="${MODULE_DIR}/DxeSmmDriverEntryPoint.mbd" msaFilename="${MODULE_DIR}/DxeSmmDriverEntryPoint.msa"/>\r
- </target>\r
- <target depends="DxeSmmDriverEntryPoint_clean" name="clean"/>\r
- <target depends="DxeSmmDriverEntryPoint_cleanall" name="cleanall"/>\r
- <target name="DxeSmmDriverEntryPoint_clean">\r
- <OutputDirSetup baseName="DxeSmmDriverEntryPoint" mbdFilename="${MODULE_DIR}/DxeSmmDriverEntryPoint.mbd" msaFilename="${MODULE_DIR}/DxeSmmDriverEntryPoint.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeSmmDriverEntryPoint_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeSmmDriverEntryPoint_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="DxeSmmDriverEntryPoint_cleanall">\r
- <OutputDirSetup baseName="DxeSmmDriverEntryPoint" mbdFilename="${MODULE_DIR}/DxeSmmDriverEntryPoint.mbd" msaFilename="${MODULE_DIR}/DxeSmmDriverEntryPoint.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/DxeSmmDriverEntryPoint_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/DxeSmmDriverEntryPoint_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**DxeSmmDriverEntryPoint*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>HiiLib</BaseName>\r
- <Guid>1e2c4c2e-67e6-4e57-b3ae-cf5a5af72c2c</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-17 09:00</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="HiiLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/HiiLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="HiiLib">\r
- <GenBuild baseName="HiiLib" mbdFilename="${MODULE_DIR}/HiiLib.mbd" msaFilename="${MODULE_DIR}/HiiLib.msa"/>\r
- </target>\r
- <target depends="HiiLib_clean" name="clean"/>\r
- <target depends="HiiLib_cleanall" name="cleanall"/>\r
- <target name="HiiLib_clean">\r
- <OutputDirSetup baseName="HiiLib" mbdFilename="${MODULE_DIR}/HiiLib.mbd" msaFilename="${MODULE_DIR}/HiiLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/HiiLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/HiiLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="HiiLib_cleanall">\r
- <OutputDirSetup baseName="HiiLib" mbdFilename="${MODULE_DIR}/HiiLib.mbd" msaFilename="${MODULE_DIR}/HiiLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/HiiLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/HiiLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**HiiLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiCoreEntryPoint</BaseName>\r
- <Guid>b3b0654a-969d-4096-86cb-27e262a02083</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiCoreEntryPoint"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiCoreEntryPoint"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiCoreEntryPoint">\r
- <GenBuild baseName="PeiCoreEntryPoint" mbdFilename="${MODULE_DIR}/PeiCoreEntryPoint.mbd" msaFilename="${MODULE_DIR}/PeiCoreEntryPoint.msa"/>\r
- </target>\r
- <target depends="PeiCoreEntryPoint_clean" name="clean"/>\r
- <target depends="PeiCoreEntryPoint_cleanall" name="cleanall"/>\r
- <target name="PeiCoreEntryPoint_clean">\r
- <OutputDirSetup baseName="PeiCoreEntryPoint" mbdFilename="${MODULE_DIR}/PeiCoreEntryPoint.mbd" msaFilename="${MODULE_DIR}/PeiCoreEntryPoint.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiCoreEntryPoint_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiCoreEntryPoint_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiCoreEntryPoint_cleanall">\r
- <OutputDirSetup baseName="PeiCoreEntryPoint" mbdFilename="${MODULE_DIR}/PeiCoreEntryPoint.mbd" msaFilename="${MODULE_DIR}/PeiCoreEntryPoint.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiCoreEntryPoint_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiCoreEntryPoint_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiCoreEntryPoint*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiDxeDebugLibReportStatusCode</BaseName>\r
- <Guid>bda39d3a-451b-4350-8266-81ab10fa0523</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiDxeDebugLibReportStatusCode"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiDxeDebugLibReportStatusCode"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiDxeDebugLibReportStatusCode">\r
- <GenBuild baseName="PeiDxeDebugLibReportStatusCode" mbdFilename="${MODULE_DIR}/PeiDxeDebugLibReportStatusCode.mbd" msaFilename="${MODULE_DIR}/PeiDxeDebugLibReportStatusCode.msa"/>\r
- </target>\r
- <target depends="PeiDxeDebugLibReportStatusCode_clean" name="clean"/>\r
- <target depends="PeiDxeDebugLibReportStatusCode_cleanall" name="cleanall"/>\r
- <target name="PeiDxeDebugLibReportStatusCode_clean">\r
- <OutputDirSetup baseName="PeiDxeDebugLibReportStatusCode" mbdFilename="${MODULE_DIR}/PeiDxeDebugLibReportStatusCode.mbd" msaFilename="${MODULE_DIR}/PeiDxeDebugLibReportStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiDxeDebugLibReportStatusCode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiDxeDebugLibReportStatusCode_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiDxeDebugLibReportStatusCode_cleanall">\r
- <OutputDirSetup baseName="PeiDxeDebugLibReportStatusCode" mbdFilename="${MODULE_DIR}/PeiDxeDebugLibReportStatusCode.mbd" msaFilename="${MODULE_DIR}/PeiDxeDebugLibReportStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiDxeDebugLibReportStatusCode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiDxeDebugLibReportStatusCode_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiDxeDebugLibReportStatusCode*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiDxePostCodeLibReportStatusCode</BaseName>\r
- <Guid>55c61087-7367-4546-bc32-4937c5e6aff3</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:16</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiDxePostCodeLibReportStatusCode"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiDxePostCodeLibReportStatusCode"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiDxePostCodeLibReportStatusCode">\r
- <GenBuild baseName="PeiDxePostCodeLibReportStatusCode" mbdFilename="${MODULE_DIR}/PeiDxePostCodeLibReportStatusCode.mbd" msaFilename="${MODULE_DIR}/PeiDxePostCodeLibReportStatusCode.msa"/>\r
- </target>\r
- <target depends="PeiDxePostCodeLibReportStatusCode_clean" name="clean"/>\r
- <target depends="PeiDxePostCodeLibReportStatusCode_cleanall" name="cleanall"/>\r
- <target name="PeiDxePostCodeLibReportStatusCode_clean">\r
- <OutputDirSetup baseName="PeiDxePostCodeLibReportStatusCode" mbdFilename="${MODULE_DIR}/PeiDxePostCodeLibReportStatusCode.mbd" msaFilename="${MODULE_DIR}/PeiDxePostCodeLibReportStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiDxePostCodeLibReportStatusCode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiDxePostCodeLibReportStatusCode_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiDxePostCodeLibReportStatusCode_cleanall">\r
- <OutputDirSetup baseName="PeiDxePostCodeLibReportStatusCode" mbdFilename="${MODULE_DIR}/PeiDxePostCodeLibReportStatusCode.mbd" msaFilename="${MODULE_DIR}/PeiDxePostCodeLibReportStatusCode.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiDxePostCodeLibReportStatusCode_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiDxePostCodeLibReportStatusCode_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiDxePostCodeLibReportStatusCode*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiHobLib</BaseName>\r
- <Guid>9643128f-ac24-4b3e-b6be-d8849a306153</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiHobLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiHobLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiHobLib">\r
- <GenBuild baseName="PeiHobLib" mbdFilename="${MODULE_DIR}/PeiHobLib.mbd" msaFilename="${MODULE_DIR}/PeiHobLib.msa"/>\r
- </target>\r
- <target depends="PeiHobLib_clean" name="clean"/>\r
- <target depends="PeiHobLib_cleanall" name="cleanall"/>\r
- <target name="PeiHobLib_clean">\r
- <OutputDirSetup baseName="PeiHobLib" mbdFilename="${MODULE_DIR}/PeiHobLib.mbd" msaFilename="${MODULE_DIR}/PeiHobLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiHobLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiHobLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiHobLib_cleanall">\r
- <OutputDirSetup baseName="PeiHobLib" mbdFilename="${MODULE_DIR}/PeiHobLib.mbd" msaFilename="${MODULE_DIR}/PeiHobLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiHobLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiHobLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiHobLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiIoLibCpuIo</BaseName>\r
- <Guid>b2585b69-fb63-4220-844a-8fbea8bf01af</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00090000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-14 12:42</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiIoLibCpuIo"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiIoLibCpuIo"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiIoLibCpuIo">\r
- <GenBuild baseName="PeiIoLibCpuIo" mbdFilename="${MODULE_DIR}/PeiIoLibCpuIo.mbd" msaFilename="${MODULE_DIR}/PeiIoLibCpuIo.msa"/>\r
- </target>\r
- <target depends="PeiIoLibCpuIo_clean" name="clean"/>\r
- <target depends="PeiIoLibCpuIo_cleanall" name="cleanall"/>\r
- <target name="PeiIoLibCpuIo_clean">\r
- <OutputDirSetup baseName="PeiIoLibCpuIo" mbdFilename="${MODULE_DIR}/PeiIoLibCpuIo.mbd" msaFilename="${MODULE_DIR}/PeiIoLibCpuIo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiIoLibCpuIo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiIoLibCpuIo_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiIoLibCpuIo_cleanall">\r
- <OutputDirSetup baseName="PeiIoLibCpuIo" mbdFilename="${MODULE_DIR}/PeiIoLibCpuIo.mbd" msaFilename="${MODULE_DIR}/PeiIoLibCpuIo.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiIoLibCpuIo_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiIoLibCpuIo_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiIoLibCpuIo*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiMemoryAllocationLib</BaseName>\r
- <Guid>b694e0dc-cd4e-4b30-885b-9c164ed3e74a</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiMemoryAllocationLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiMemoryAllocationLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiMemoryAllocationLib">\r
- <GenBuild baseName="PeiMemoryAllocationLib" mbdFilename="${MODULE_DIR}/PeiMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}/PeiMemoryAllocationLib.msa"/>\r
- </target>\r
- <target depends="PeiMemoryAllocationLib_clean" name="clean"/>\r
- <target depends="PeiMemoryAllocationLib_cleanall" name="cleanall"/>\r
- <target name="PeiMemoryAllocationLib_clean">\r
- <OutputDirSetup baseName="PeiMemoryAllocationLib" mbdFilename="${MODULE_DIR}/PeiMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}/PeiMemoryAllocationLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiMemoryAllocationLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiMemoryAllocationLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiMemoryAllocationLib_cleanall">\r
- <OutputDirSetup baseName="PeiMemoryAllocationLib" mbdFilename="${MODULE_DIR}/PeiMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}/PeiMemoryAllocationLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiMemoryAllocationLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiMemoryAllocationLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiMemoryAllocationLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiMemoryLib</BaseName>\r
- <Guid>3a9759d2-53bc-4eb2-abcd-c93099419063</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00090000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-12 13:39</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiMemoryLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiMemoryLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiMemoryLib">\r
- <GenBuild baseName="PeiMemoryLib" mbdFilename="${MODULE_DIR}/PeiMemoryLib.mbd" msaFilename="${MODULE_DIR}/PeiMemoryLib.msa"/>\r
- </target>\r
- <target depends="PeiMemoryLib_clean" name="clean"/>\r
- <target depends="PeiMemoryLib_cleanall" name="cleanall"/>\r
- <target name="PeiMemoryLib_clean">\r
- <OutputDirSetup baseName="PeiMemoryLib" mbdFilename="${MODULE_DIR}/PeiMemoryLib.mbd" msaFilename="${MODULE_DIR}/PeiMemoryLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiMemoryLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiMemoryLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiMemoryLib_cleanall">\r
- <OutputDirSetup baseName="PeiMemoryLib" mbdFilename="${MODULE_DIR}/PeiMemoryLib.mbd" msaFilename="${MODULE_DIR}/PeiMemoryLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiMemoryLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiMemoryLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiMemoryLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiPcdLib</BaseName>\r
- <Guid>9dbf6f25-0da2-4a1d-8e12-e78de6ab4d0e</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiPcdLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiPcdLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiPcdLib">\r
- <GenBuild baseName="PeiPcdLib" mbdFilename="${MODULE_DIR}/PeiPcdLib.mbd" msaFilename="${MODULE_DIR}/PeiPcdLib.msa"/>\r
- </target>\r
- <target depends="PeiPcdLib_clean" name="clean"/>\r
- <target depends="PeiPcdLib_cleanall" name="cleanall"/>\r
- <target name="PeiPcdLib_clean">\r
- <OutputDirSetup baseName="PeiPcdLib" mbdFilename="${MODULE_DIR}/PeiPcdLib.mbd" msaFilename="${MODULE_DIR}/PeiPcdLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiPcdLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiPcdLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiPcdLib_cleanall">\r
- <OutputDirSetup baseName="PeiPcdLib" mbdFilename="${MODULE_DIR}/PeiPcdLib.mbd" msaFilename="${MODULE_DIR}/PeiPcdLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiPcdLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiPcdLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiPcdLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiReportStatusCodeLib</BaseName>\r
- <Guid>8c690838-7a22-45c4-aa58-a33e3e515cd4</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiReportStatusCodeLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiReportStatusCodeLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiReportStatusCodeLib">\r
- <GenBuild baseName="PeiReportStatusCodeLib" mbdFilename="${MODULE_DIR}/PeiReportStatusCodeLib.mbd" msaFilename="${MODULE_DIR}/PeiReportStatusCodeLib.msa"/>\r
- </target>\r
- <target depends="PeiReportStatusCodeLib_clean" name="clean"/>\r
- <target depends="PeiReportStatusCodeLib_cleanall" name="cleanall"/>\r
- <target name="PeiReportStatusCodeLib_clean">\r
- <OutputDirSetup baseName="PeiReportStatusCodeLib" mbdFilename="${MODULE_DIR}/PeiReportStatusCodeLib.mbd" msaFilename="${MODULE_DIR}/PeiReportStatusCodeLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiReportStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiReportStatusCodeLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiReportStatusCodeLib_cleanall">\r
- <OutputDirSetup baseName="PeiReportStatusCodeLib" mbdFilename="${MODULE_DIR}/PeiReportStatusCodeLib.mbd" msaFilename="${MODULE_DIR}/PeiReportStatusCodeLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiReportStatusCodeLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiReportStatusCodeLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiReportStatusCodeLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiResourcePublicationLib</BaseName>\r
- <Guid>e8d6390d-e190-4957-9ab6-d47d51b01336</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-17 09:00</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiResourcePublicationLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiResourcePublicationLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiResourcePublicationLib">\r
- <GenBuild baseName="PeiResourcePublicationLib" mbdFilename="${MODULE_DIR}/PeiResourcePublicationLib.mbd" msaFilename="${MODULE_DIR}/PeiResourcePublicationLib.msa"/>\r
- </target>\r
- <target depends="PeiResourcePublicationLib_clean" name="clean"/>\r
- <target depends="PeiResourcePublicationLib_cleanall" name="cleanall"/>\r
- <target name="PeiResourcePublicationLib_clean">\r
- <OutputDirSetup baseName="PeiResourcePublicationLib" mbdFilename="${MODULE_DIR}/PeiResourcePublicationLib.mbd" msaFilename="${MODULE_DIR}/PeiResourcePublicationLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiResourcePublicationLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiResourcePublicationLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiResourcePublicationLib_cleanall">\r
- <OutputDirSetup baseName="PeiResourcePublicationLib" mbdFilename="${MODULE_DIR}/PeiResourcePublicationLib.mbd" msaFilename="${MODULE_DIR}/PeiResourcePublicationLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiResourcePublicationLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiResourcePublicationLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiResourcePublicationLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiServicesLib</BaseName>\r
- <Guid>a804239b-4155-446f-acc8-f0825d74908c</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiServicesLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiServicesLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiServicesLib">\r
- <GenBuild baseName="PeiServicesLib" mbdFilename="${MODULE_DIR}/PeiServicesLib.mbd" msaFilename="${MODULE_DIR}/PeiServicesLib.msa"/>\r
- </target>\r
- <target depends="PeiServicesLib_clean" name="clean"/>\r
- <target depends="PeiServicesLib_cleanall" name="cleanall"/>\r
- <target name="PeiServicesLib_clean">\r
- <OutputDirSetup baseName="PeiServicesLib" mbdFilename="${MODULE_DIR}/PeiServicesLib.mbd" msaFilename="${MODULE_DIR}/PeiServicesLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiServicesLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiServicesLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiServicesLib_cleanall">\r
- <OutputDirSetup baseName="PeiServicesLib" mbdFilename="${MODULE_DIR}/PeiServicesLib.mbd" msaFilename="${MODULE_DIR}/PeiServicesLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiServicesLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiServicesLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiServicesLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiServicesTablePointerLib</BaseName>\r
- <Guid>1c747f6b-0a58-49ae-8ea3-0327a4fa10e3</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiServicesTablePointerLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiServicesTablePointerLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiServicesTablePointerLib">\r
- <GenBuild baseName="PeiServicesTablePointerLib" mbdFilename="${MODULE_DIR}/PeiServicesTablePointerLib.mbd" msaFilename="${MODULE_DIR}/PeiServicesTablePointerLib.msa"/>\r
- </target>\r
- <target depends="PeiServicesTablePointerLib_clean" name="clean"/>\r
- <target depends="PeiServicesTablePointerLib_cleanall" name="cleanall"/>\r
- <target name="PeiServicesTablePointerLib_clean">\r
- <OutputDirSetup baseName="PeiServicesTablePointerLib" mbdFilename="${MODULE_DIR}/PeiServicesTablePointerLib.mbd" msaFilename="${MODULE_DIR}/PeiServicesTablePointerLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiServicesTablePointerLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiServicesTablePointerLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiServicesTablePointerLib_cleanall">\r
- <OutputDirSetup baseName="PeiServicesTablePointerLib" mbdFilename="${MODULE_DIR}/PeiServicesTablePointerLib.mbd" msaFilename="${MODULE_DIR}/PeiServicesTablePointerLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiServicesTablePointerLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiServicesTablePointerLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiServicesTablePointerLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiServicesTablePointerLibMm7</BaseName>\r
- <Guid>e6e9c1f8-2c8a-4f4b-a27c-c382e4bb8e67</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiServicesTablePointerLibMm7"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiServicesTablePointerLibMm7"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiServicesTablePointerLibMm7">\r
- <GenBuild baseName="PeiServicesTablePointerLibMm7" mbdFilename="${MODULE_DIR}/PeiServicesTablePointerLibMm7.mbd" msaFilename="${MODULE_DIR}/PeiServicesTablePointerLibMm7.msa"/>\r
- </target>\r
- <target depends="PeiServicesTablePointerLibMm7_clean" name="clean"/>\r
- <target depends="PeiServicesTablePointerLibMm7_cleanall" name="cleanall"/>\r
- <target name="PeiServicesTablePointerLibMm7_clean">\r
- <OutputDirSetup baseName="PeiServicesTablePointerLibMm7" mbdFilename="${MODULE_DIR}/PeiServicesTablePointerLibMm7.mbd" msaFilename="${MODULE_DIR}/PeiServicesTablePointerLibMm7.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiServicesTablePointerLibMm7_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiServicesTablePointerLibMm7_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiServicesTablePointerLibMm7_cleanall">\r
- <OutputDirSetup baseName="PeiServicesTablePointerLibMm7" mbdFilename="${MODULE_DIR}/PeiServicesTablePointerLibMm7.mbd" msaFilename="${MODULE_DIR}/PeiServicesTablePointerLibMm7.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiServicesTablePointerLibMm7_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiServicesTablePointerLibMm7_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiServicesTablePointerLibMm7*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeiSmbusLib</BaseName>\r
- <Guid>56E800D9-7603-4e01-9581-1FFB9E98F5BE</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-04-17 22:30</Created>\r
- <Modified>2006-04-17 22:30</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeiSmbusLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeiSmbusLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeiSmbusLib">\r
- <GenBuild baseName="PeiSmbusLib" mbdFilename="${MODULE_DIR}/PeiSmbusLib.mbd" msaFilename="${MODULE_DIR}/PeiSmbusLib.msa"/>\r
- </target>\r
- <target depends="PeiSmbusLib_clean" name="clean"/>\r
- <target depends="PeiSmbusLib_cleanall" name="cleanall"/>\r
- <target name="PeiSmbusLib_clean">\r
- <OutputDirSetup baseName="PeiSmbusLib" mbdFilename="${MODULE_DIR}/PeiSmbusLib.mbd" msaFilename="${MODULE_DIR}/PeiSmbusLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiSmbusLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiSmbusLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeiSmbusLib_cleanall">\r
- <OutputDirSetup baseName="PeiSmbusLib" mbdFilename="${MODULE_DIR}/PeiSmbusLib.mbd" msaFilename="${MODULE_DIR}/PeiSmbusLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeiSmbusLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeiSmbusLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeiSmbusLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>PeimEntryPoint</BaseName>\r
- <Guid>fa177ff7-1fc7-458d-a358-d9d62ae61cec</Guid>\r
- <Version>0</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="PeimEntryPoint"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/PeimEntryPoint"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="PeimEntryPoint">\r
- <GenBuild baseName="PeimEntryPoint" mbdFilename="${MODULE_DIR}/PeimEntryPoint.mbd" msaFilename="${MODULE_DIR}/PeimEntryPoint.msa"/>\r
- </target>\r
- <target depends="PeimEntryPoint_clean" name="clean"/>\r
- <target depends="PeimEntryPoint_cleanall" name="cleanall"/>\r
- <target name="PeimEntryPoint_clean">\r
- <OutputDirSetup baseName="PeimEntryPoint" mbdFilename="${MODULE_DIR}/PeimEntryPoint.mbd" msaFilename="${MODULE_DIR}/PeimEntryPoint.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeimEntryPoint_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeimEntryPoint_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="PeimEntryPoint_cleanall">\r
- <OutputDirSetup baseName="PeimEntryPoint" mbdFilename="${MODULE_DIR}/PeimEntryPoint.mbd" msaFilename="${MODULE_DIR}/PeimEntryPoint.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/PeimEntryPoint_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/PeimEntryPoint_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**PeimEntryPoint*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>UefiBootServicesTableLib</BaseName>\r
- <Guid>ff5c7a2c-ab7a-4366-8616-11c6e53247b6</Guid>\r
- <Version>0</Version>\r
- <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-17 15:49</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UefiBootServicesTableLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/UefiBootServicesTableLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UefiBootServicesTableLib">\r
- <GenBuild baseName="UefiBootServicesTableLib" mbdFilename="${MODULE_DIR}/UefiBootServicesTableLib.mbd" msaFilename="${MODULE_DIR}/UefiBootServicesTableLib.msa"/>\r
- </target>\r
- <target depends="UefiBootServicesTableLib_clean" name="clean"/>\r
- <target depends="UefiBootServicesTableLib_cleanall" name="cleanall"/>\r
- <target name="UefiBootServicesTableLib_clean">\r
- <OutputDirSetup baseName="UefiBootServicesTableLib" mbdFilename="${MODULE_DIR}/UefiBootServicesTableLib.mbd" msaFilename="${MODULE_DIR}/UefiBootServicesTableLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiBootServicesTableLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiBootServicesTableLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UefiBootServicesTableLib_cleanall">\r
- <OutputDirSetup baseName="UefiBootServicesTableLib" mbdFilename="${MODULE_DIR}/UefiBootServicesTableLib.mbd" msaFilename="${MODULE_DIR}/UefiBootServicesTableLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiBootServicesTableLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiBootServicesTableLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UefiBootServicesTableLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>UefiDebugLibConOut</BaseName>\r
- <Guid>5cddfaf3-e9a7-4d16-bdce-1e002df475bb</Guid>\r
- <Version>0</Version>\r
- <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UefiDebugLibConOut"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/UefiDebugLibConOut"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UefiDebugLibConOut">\r
- <GenBuild baseName="UefiDebugLibConOut" mbdFilename="${MODULE_DIR}/UefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}/UefiDebugLibConOut.msa"/>\r
- </target>\r
- <target depends="UefiDebugLibConOut_clean" name="clean"/>\r
- <target depends="UefiDebugLibConOut_cleanall" name="cleanall"/>\r
- <target name="UefiDebugLibConOut_clean">\r
- <OutputDirSetup baseName="UefiDebugLibConOut" mbdFilename="${MODULE_DIR}/UefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}/UefiDebugLibConOut.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDebugLibConOut_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDebugLibConOut_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UefiDebugLibConOut_cleanall">\r
- <OutputDirSetup baseName="UefiDebugLibConOut" mbdFilename="${MODULE_DIR}/UefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}/UefiDebugLibConOut.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDebugLibConOut_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDebugLibConOut_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UefiDebugLibConOut*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>UefiDebugLibStdErr</BaseName>\r
- <Guid>b57a1df6-ffdb-4247-a3df-3a562176751a</Guid>\r
- <Version>0</Version>\r
- <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UefiDebugLibStdErr"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/UefiDebugLibStdErr"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UefiDebugLibStdErr">\r
- <GenBuild baseName="UefiDebugLibStdErr" mbdFilename="${MODULE_DIR}/UefiDebugLibStdErr.mbd" msaFilename="${MODULE_DIR}/UefiDebugLibStdErr.msa"/>\r
- </target>\r
- <target depends="UefiDebugLibStdErr_clean" name="clean"/>\r
- <target depends="UefiDebugLibStdErr_cleanall" name="cleanall"/>\r
- <target name="UefiDebugLibStdErr_clean">\r
- <OutputDirSetup baseName="UefiDebugLibStdErr" mbdFilename="${MODULE_DIR}/UefiDebugLibStdErr.mbd" msaFilename="${MODULE_DIR}/UefiDebugLibStdErr.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDebugLibStdErr_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDebugLibStdErr_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UefiDebugLibStdErr_cleanall">\r
- <OutputDirSetup baseName="UefiDebugLibStdErr" mbdFilename="${MODULE_DIR}/UefiDebugLibStdErr.mbd" msaFilename="${MODULE_DIR}/UefiDebugLibStdErr.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDebugLibStdErr_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDebugLibStdErr_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UefiDebugLibStdErr*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>UefiDevicePathLib</BaseName>\r
- <Guid>91c1677a-e57f-4191-8b8e-eb7711a716e0</Guid>\r
- <Version>0</Version>\r
- <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-13 16:52</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UefiDevicePathLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/UefiDevicePathLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UefiDevicePathLib">\r
- <GenBuild baseName="UefiDevicePathLib" mbdFilename="${MODULE_DIR}/UefiDevicePathLib.mbd" msaFilename="${MODULE_DIR}/UefiDevicePathLib.msa"/>\r
- </target>\r
- <target depends="UefiDevicePathLib_clean" name="clean"/>\r
- <target depends="UefiDevicePathLib_cleanall" name="cleanall"/>\r
- <target name="UefiDevicePathLib_clean">\r
- <OutputDirSetup baseName="UefiDevicePathLib" mbdFilename="${MODULE_DIR}/UefiDevicePathLib.mbd" msaFilename="${MODULE_DIR}/UefiDevicePathLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDevicePathLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDevicePathLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UefiDevicePathLib_cleanall">\r
- <OutputDirSetup baseName="UefiDevicePathLib" mbdFilename="${MODULE_DIR}/UefiDevicePathLib.mbd" msaFilename="${MODULE_DIR}/UefiDevicePathLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDevicePathLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDevicePathLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UefiDevicePathLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>UefiDevicePathLibDevicePathProtocol</BaseName>\r
- <Guid>050EB8C6-C12E-4b86-892B-40985E8B3137</Guid>\r
- <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r
- <Description>FIX ME!</Description>\r
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-30 10:05</Created>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UefiDevicePathLibDevicePathProtocol"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/UefiDevicePathLibDevicePathProtocol"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UefiDevicePathLibDevicePathProtocol">\r
- <GenBuild baseName="UefiDevicePathLibDevicePathProtocol" mbdFilename="${MODULE_DIR}/UefiDevicePathLibDevicePathProtocol.mbd" msaFilename="${MODULE_DIR}/UefiDevicePathLibDevicePathProtocol.msa"/>\r
- </target>\r
- <target depends="UefiDevicePathLibDevicePathProtocol_clean" name="clean"/>\r
- <target depends="UefiDevicePathLibDevicePathProtocol_cleanall" name="cleanall"/>\r
- <target name="UefiDevicePathLibDevicePathProtocol_clean">\r
- <OutputDirSetup baseName="UefiDevicePathLibDevicePathProtocol" mbdFilename="${MODULE_DIR}/UefiDevicePathLibDevicePathProtocol.mbd" msaFilename="${MODULE_DIR}/UefiDevicePathLibDevicePathProtocol.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDevicePathLibDevicePathProtocol_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDevicePathLibDevicePathProtocol_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UefiDevicePathLibDevicePathProtocol_cleanall">\r
- <OutputDirSetup baseName="UefiDevicePathLibDevicePathProtocol" mbdFilename="${MODULE_DIR}/UefiDevicePathLibDevicePathProtocol.mbd" msaFilename="${MODULE_DIR}/UefiDevicePathLibDevicePathProtocol.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDevicePathLibDevicePathProtocol_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDevicePathLibDevicePathProtocol_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UefiDevicePathLibDevicePathProtocol*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>UefiDriverEntryPoint</BaseName>\r
- <Guid>331deb15-454b-48d8-9b74-70d01f3f3556</Guid>\r
- <Version>0</Version>\r
- <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UefiDriverEntryPoint"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/UefiDriverEntryPoint"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UefiDriverEntryPoint">\r
- <GenBuild baseName="UefiDriverEntryPoint" mbdFilename="${MODULE_DIR}/UefiDriverEntryPoint.mbd" msaFilename="${MODULE_DIR}/UefiDriverEntryPoint.msa"/>\r
- </target>\r
- <target depends="UefiDriverEntryPoint_clean" name="clean"/>\r
- <target depends="UefiDriverEntryPoint_cleanall" name="cleanall"/>\r
- <target name="UefiDriverEntryPoint_clean">\r
- <OutputDirSetup baseName="UefiDriverEntryPoint" mbdFilename="${MODULE_DIR}/UefiDriverEntryPoint.mbd" msaFilename="${MODULE_DIR}/UefiDriverEntryPoint.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDriverEntryPoint_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDriverEntryPoint_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UefiDriverEntryPoint_cleanall">\r
- <OutputDirSetup baseName="UefiDriverEntryPoint" mbdFilename="${MODULE_DIR}/UefiDriverEntryPoint.mbd" msaFilename="${MODULE_DIR}/UefiDriverEntryPoint.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDriverEntryPoint_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDriverEntryPoint_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UefiDriverEntryPoint*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>UefiDriverModelLib</BaseName>\r
- <Guid>52af22ae-9901-4484-8cdc-622dd5838b09</Guid>\r
- <Version>0</Version>\r
- <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UefiDriverModelLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/UefiDriverModelLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UefiDriverModelLib">\r
- <GenBuild baseName="UefiDriverModelLib" mbdFilename="${MODULE_DIR}/UefiDriverModelLib.mbd" msaFilename="${MODULE_DIR}/UefiDriverModelLib.msa"/>\r
- </target>\r
- <target depends="UefiDriverModelLib_clean" name="clean"/>\r
- <target depends="UefiDriverModelLib_cleanall" name="cleanall"/>\r
- <target name="UefiDriverModelLib_clean">\r
- <OutputDirSetup baseName="UefiDriverModelLib" mbdFilename="${MODULE_DIR}/UefiDriverModelLib.mbd" msaFilename="${MODULE_DIR}/UefiDriverModelLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDriverModelLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDriverModelLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UefiDriverModelLib_cleanall">\r
- <OutputDirSetup baseName="UefiDriverModelLib" mbdFilename="${MODULE_DIR}/UefiDriverModelLib.mbd" msaFilename="${MODULE_DIR}/UefiDriverModelLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiDriverModelLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiDriverModelLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UefiDriverModelLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>UefiLib</BaseName>\r
- <Guid>3a004ba5-efe0-4a61-9f1a-267a46ae5ba9</Guid>\r
- <Version>0</Version>\r
- <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-09 23:12</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UefiLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/UefiLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UefiLib">\r
- <GenBuild baseName="UefiLib" mbdFilename="${MODULE_DIR}/UefiLib.mbd" msaFilename="${MODULE_DIR}/UefiLib.msa"/>\r
- </target>\r
- <target depends="UefiLib_clean" name="clean"/>\r
- <target depends="UefiLib_cleanall" name="cleanall"/>\r
- <target name="UefiLib_clean">\r
- <OutputDirSetup baseName="UefiLib" mbdFilename="${MODULE_DIR}/UefiLib.mbd" msaFilename="${MODULE_DIR}/UefiLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UefiLib_cleanall">\r
- <OutputDirSetup baseName="UefiLib" mbdFilename="${MODULE_DIR}/UefiLib.mbd" msaFilename="${MODULE_DIR}/UefiLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UefiLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<LibraryModuleBuildDescription 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">\r
- <MbdLibHeader>\r
- <BaseName>UefiRuntimeServicesTableLib</BaseName>\r
- <Guid>baa1baa3-0a8d-402c-8042-985115fae953</Guid>\r
- <Version>0</Version>\r
- <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>\r
- <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
- <License>\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this distribution. The full text of the license may be found at\r
- http://opensource.org/licenses/bsd-license.php\r
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
- </License>\r
- <Created>2006-03-17 15:49</Created>\r
- <Modified>2006-03-19 15:17</Modified>\r
- </MbdLibHeader>\r
-</LibraryModuleBuildDescription>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation \r
-All rights reserved. This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution. The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<project basedir="." default="UefiRuntimeServicesTableLib"><!--Apply external ANT tasks-->\r
- <taskdef resource="GenBuild.tasks"/>\r
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
- <property environment="env"/>\r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
- <property name="MODULE_RELATIVE_PATH" value="Library/UefiRuntimeServicesTableLib"/>\r
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
- <target name="UefiRuntimeServicesTableLib">\r
- <GenBuild baseName="UefiRuntimeServicesTableLib" mbdFilename="${MODULE_DIR}/UefiRuntimeServicesTableLib.mbd" msaFilename="${MODULE_DIR}/UefiRuntimeServicesTableLib.msa"/>\r
- </target>\r
- <target depends="UefiRuntimeServicesTableLib_clean" name="clean"/>\r
- <target depends="UefiRuntimeServicesTableLib_cleanall" name="cleanall"/>\r
- <target name="UefiRuntimeServicesTableLib_clean">\r
- <OutputDirSetup baseName="UefiRuntimeServicesTableLib" mbdFilename="${MODULE_DIR}/UefiRuntimeServicesTableLib.mbd" msaFilename="${MODULE_DIR}/UefiRuntimeServicesTableLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiRuntimeServicesTableLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiRuntimeServicesTableLib_build.xml" target="clean"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
- </target>\r
- <target name="UefiRuntimeServicesTableLib_cleanall">\r
- <OutputDirSetup baseName="UefiRuntimeServicesTableLib" mbdFilename="${MODULE_DIR}/UefiRuntimeServicesTableLib.mbd" msaFilename="${MODULE_DIR}/UefiRuntimeServicesTableLib.msa"/>\r
- <if>\r
- <available file="${DEST_DIR_OUTPUT}/UefiRuntimeServicesTableLib_build.xml"/>\r
- <then>\r
- <ant antfile="${DEST_DIR_OUTPUT}/UefiRuntimeServicesTableLib_build.xml" target="cleanall"/>\r
- </then>\r
- </if>\r
- <delete dir="${DEST_DIR_OUTPUT}"/>\r
- <delete dir="${DEST_DIR_DEBUG}"/>\r
- <delete>\r
- <fileset dir="${BIN_DIR}" includes="**UefiRuntimeServicesTableLib*"/>\r
- </delete>\r
- </target>\r
-</project>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8" ?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
- \r
-<project default="buildfpd" basedir=".">\r
- <!-- Apply external ANT tasks -->\r
- <taskdef resource="net/sf/antcontrib/antlib.xml" />\r
- <taskdef resource="GenBuild.tasks" />\r
- \r
- <property environment="env" /> \r
- <property name="WORKSPACE_DIR" value="${env.WORKSPACE}" />\r
- <property name="PACKAGE" value="MdePkg" />\r
- <property name="PACKAGE_DIR" value="${WORKSPACE_DIR}/MdePkg" />\r
- <property name="BUILD_MODE" value="PACKAGE" />\r
- \r
- <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml" />\r
- \r
- <target name="buildfpd" depends="init, fpdparser, builds" />\r
- \r
- <target name="init">\r
- <if>\r
- <not>\r
- <isset property="env.WORKSPACE" />\r
- </not>\r
- <then>\r
- <fail message="WORKSPACE environmental variable not set." />\r
- </then>\r
- </if>\r
- <ToolChainSetup confPath="${WORKSPACE_DIR}/Tools/Conf" />\r
- </target>\r
-\r
- <target name="tools">\r
- <ant antfile="${WORKSPACE_DIR}/Tools/Source/TianoTools/build.xml" />\r
- </target>\r
- \r
- <target name="fpdparser" unless="FPD_File">\r
- <FPDParser fpdfilename="MdePkg.fpd" />\r
- </target>\r
- \r
- <target name="builds" depends="fpdparser">\r
- <ant antfile="${PACKAGE_DIR}/build.out.xml" />\r
- </target>\r
- \r
- <!-- clean. -->\r
- <target name="clean" depends="init">\r
- <if>\r
- <available file="${PACKAGE_DIR}/build.out.xml" />\r
- <then>\r
- <ant antfile="${PACKAGE_DIR}/build.out.xml" target="clean" />\r
- </then>\r
- </if>\r
- </target>\r
- \r
- <!-- clean All. -->\r
- <target name="cleanall" depends="init">\r
- <if>\r
- <available file="${PACKAGE_DIR}/build.out.xml" />\r
- <then>\r
- <ant antfile="${PACKAGE_DIR}/build.out.xml" target="cleanall" />\r
- <delete file="${PACKAGE_DIR}/build.out.xml" />\r
- </then>\r
- </if>\r
- <delete dir="${PACKAGE_DIR}/Build/FV" />\r
- </target>\r
- \r
-</project>\r
+++ /dev/null
-<?xml version="1.0" encoding="utf-8" ?>\r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution. The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
- \r
-<project default="workspace" basedir=".">\r
- <taskdef resource="GenBuild.tasks" />\r
- \r
- <target name="workspace">\r
- <bf recursive="true" />\r
- </target>\r
-</project>\r