summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Universal/Console
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-07 09:28:33 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-07 09:28:33 +0000
commit44050d53afe3a38812977a3e8f5f2860237a3690 (patch)
tree0138fcdbb0d3082353dd090eca504824566a6179 /EdkModulePkg/Universal/Console
parentf46d7c213b49f97e68d6339aa9df3f70b15d9b59 (diff)
downloadedk2-platforms-44050d53afe3a38812977a3e8f5f2860237a3690.tar.xz
Obsoleted by new schema and new build tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@821 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Universal/Console')
-rw-r--r--EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.mbd41
-rw-r--r--EdkModulePkg/Universal/Console/ConSplitter/Dxe/build.xml74
-rw-r--r--EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.mbd42
-rw-r--r--EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/build.xml47
-rw-r--r--EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.mbd44
-rw-r--r--EdkModulePkg/Universal/Console/Terminal/Dxe/build.xml47
6 files changed, 0 insertions, 295 deletions
diff --git a/EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.mbd b/EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.mbd
deleted file mode 100644
index 8d32865aa1..0000000000
--- a/EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.mbd
+++ /dev/null
@@ -1,41 +0,0 @@
-<?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>ConSplitter</BaseName>
- <Guid>408edcec-cf6d-477c-a5a8-b4844e3de281</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>DxeMemoryLib</Library>
- <Library>UefiLib</Library>
- <Library>UefiDriverEntryPoint</Library>
- <Library>UefiDriverModelLib</Library>
- <Library>DxeReportStatusCodeLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>BaseLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- </Libraries>
-</ModuleBuildDescription>
diff --git a/EdkModulePkg/Universal/Console/ConSplitter/Dxe/build.xml b/EdkModulePkg/Universal/Console/ConSplitter/Dxe/build.xml
deleted file mode 100644
index dc1058aabd..0000000000
--- a/EdkModulePkg/Universal/Console/ConSplitter/Dxe/build.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?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="ConSplitter"><!--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/Console/ConSplitter/Dxe"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="ConSplitter">
- <GenBuild baseName="ConSplitter" mbdFilename="${MODULE_DIR}/ConSplitter.mbd" msaFilename="${MODULE_DIR}/ConSplitter.msa"/>
- </target>
- <target name="ConSplitterLite">
- <GenBuild baseName="ConSplitterLite" mbdFilename="${MODULE_DIR}/ConSplitterLite.mbd" msaFilename="${MODULE_DIR}/ConSplitterLite.msa"/>
- </target>
- <target depends="ConSplitter_clean" name="clean"/>
- <target depends="ConSplitter_cleanall" name="cleanall"/>
- <target name="ConSplitter_clean">
- <OutputDirSetup baseName="ConSplitter" mbdFilename="${MODULE_DIR}/ConSplitter.mbd" msaFilename="${MODULE_DIR}/ConSplitter.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/ConSplitter_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/ConSplitter_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="ConSplitterLite_clean">
- <OutputDirSetup baseName="ConSplitterLite" mbdFilename="${MODULE_DIR}/ConSplitterLite.mbd" msaFilename="${MODULE_DIR}/ConSplitterLite.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/ConSplitterLite_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/ConSplitterLite_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="ConSplitter_cleanall">
- <OutputDirSetup baseName="ConSplitter" mbdFilename="${MODULE_DIR}/ConSplitter.mbd" msaFilename="${MODULE_DIR}/ConSplitter.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/ConSplitter_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/ConSplitter_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**ConSplitter*"/>
- </delete>
- </target>
- <target name="ConSplitterLite_cleanall">
- <OutputDirSetup baseName="ConSplitterLite" mbdFilename="${MODULE_DIR}/ConSplitterLite.mbd" msaFilename="${MODULE_DIR}/ConSplitterLite.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/ConSplitterLite_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/ConSplitterLite_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**ConSplitterLite*"/>
- </delete>
- </target>
-</project> \ No newline at end of file
diff --git a/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.mbd b/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.mbd
deleted file mode 100644
index 7e6d607aae..0000000000
--- a/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.mbd
+++ /dev/null
@@ -1,42 +0,0 @@
-<?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>GraphicsConsole</BaseName>
- <Guid>CCCB0C28-4B24-11d5-9A5A-0090273FC14D</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>UefiDriverEntryPoint</Library>
- <Library>UefiLib</Library>
- <Library>DxeMemoryLib</Library>
- <Library>HiiLib</Library>
- <Library>UefiDriverModelLib</Library>
- <Library>DxeReportStatusCodeLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>BaseLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- </Libraries>
-</ModuleBuildDescription>
diff --git a/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/build.xml b/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/build.xml
deleted file mode 100644
index 852b17b3a4..0000000000
--- a/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/build.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?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="GraphicsConsole"><!--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/Console/GraphicsConsole/Dxe"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="GraphicsConsole">
- <GenBuild baseName="GraphicsConsole" mbdFilename="${MODULE_DIR}/GraphicsConsole.mbd" msaFilename="${MODULE_DIR}/GraphicsConsole.msa"/>
- </target>
- <target depends="GraphicsConsole_clean" name="clean"/>
- <target depends="GraphicsConsole_cleanall" name="cleanall"/>
- <target name="GraphicsConsole_clean">
- <OutputDirSetup baseName="GraphicsConsole" mbdFilename="${MODULE_DIR}/GraphicsConsole.mbd" msaFilename="${MODULE_DIR}/GraphicsConsole.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/GraphicsConsole_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/GraphicsConsole_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="GraphicsConsole_cleanall">
- <OutputDirSetup baseName="GraphicsConsole" mbdFilename="${MODULE_DIR}/GraphicsConsole.mbd" msaFilename="${MODULE_DIR}/GraphicsConsole.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/GraphicsConsole_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/GraphicsConsole_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**GraphicsConsole*"/>
- </delete>
- </target>
-</project> \ No newline at end of file
diff --git a/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.mbd b/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.mbd
deleted file mode 100644
index 602b027cd5..0000000000
--- a/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.mbd
+++ /dev/null
@@ -1,44 +0,0 @@
-<?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>Terminal</BaseName>
- <Guid>9E863906-A40F-4875-977F-5B93FF237FC6</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 19:05</Modified>
- </MbdHeader>
- <Libraries>
- <Library>UefiBootServicesTableLib</Library>
- <Library>UefiRuntimeServicesTableLib</Library>
- <Library>DxeMemoryLib</Library>
- <Library>UefiLib</Library>
- <Library>UefiDriverEntryPoint</Library>
- <Library>UefiDriverModelLib</Library>
- <Library>DxeReportStatusCodeLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>EdkDxePrintLib</Library>
- <Library>BaseLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- <Library>UefiDevicePathLib</Library>
- </Libraries>
-</ModuleBuildDescription>
diff --git a/EdkModulePkg/Universal/Console/Terminal/Dxe/build.xml b/EdkModulePkg/Universal/Console/Terminal/Dxe/build.xml
deleted file mode 100644
index e9d06dd7db..0000000000
--- a/EdkModulePkg/Universal/Console/Terminal/Dxe/build.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?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="Terminal"><!--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/Console/Terminal/Dxe"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="Terminal">
- <GenBuild baseName="Terminal" mbdFilename="${MODULE_DIR}/Terminal.mbd" msaFilename="${MODULE_DIR}/Terminal.msa"/>
- </target>
- <target depends="Terminal_clean" name="clean"/>
- <target depends="Terminal_cleanall" name="cleanall"/>
- <target name="Terminal_clean">
- <OutputDirSetup baseName="Terminal" mbdFilename="${MODULE_DIR}/Terminal.mbd" msaFilename="${MODULE_DIR}/Terminal.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/Terminal_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/Terminal_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="Terminal_cleanall">
- <OutputDirSetup baseName="Terminal" mbdFilename="${MODULE_DIR}/Terminal.mbd" msaFilename="${MODULE_DIR}/Terminal.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/Terminal_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/Terminal_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**Terminal*"/>
- </delete>
- </target>
-</project> \ No newline at end of file