diff options
Diffstat (limited to 'EdkModulePkg/Bus/Usb')
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.mbd | 43 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbBot/Dxe/build.xml | 47 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.mbd | 44 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbBus/Dxe/build.xml | 47 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/UsbCbi0.mbd | 43 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/build.xml | 47 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi1/UsbCbi1.mbd | 43 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi1/build.xml | 47 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbKb/Dxe/UsbKb.mbd | 44 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbKb/Dxe/build.xml | 47 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.mbd | 43 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/build.xml | 47 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.mbd | 43 | ||||
-rw-r--r-- | EdkModulePkg/Bus/Usb/UsbMouse/Dxe/build.xml | 47 |
14 files changed, 0 insertions, 632 deletions
diff --git a/EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.mbd b/EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.mbd deleted file mode 100644 index 449b8e9cbb..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.mbd +++ /dev/null @@ -1,43 +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>UsbBot</BaseName>
- <Guid>B40612B9-A063-11d4-9A3A-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:18</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>EdkDxePrintLib</Library>
- <Library>BaseLib</Library>
- <Library>EdkUsbLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- </Libraries>
-</ModuleBuildDescription>
diff --git a/EdkModulePkg/Bus/Usb/UsbBot/Dxe/build.xml b/EdkModulePkg/Bus/Usb/UsbBot/Dxe/build.xml deleted file mode 100644 index 905ca3002b..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbBot/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="UsbBot"><!--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="Bus/Usb/UsbBot/Dxe"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="UsbBot">
- <GenBuild baseName="UsbBot" mbdFilename="${MODULE_DIR}/UsbBot.mbd" msaFilename="${MODULE_DIR}/UsbBot.msa"/>
- </target>
- <target depends="UsbBot_clean" name="clean"/>
- <target depends="UsbBot_cleanall" name="cleanall"/>
- <target name="UsbBot_clean">
- <OutputDirSetup baseName="UsbBot" mbdFilename="${MODULE_DIR}/UsbBot.mbd" msaFilename="${MODULE_DIR}/UsbBot.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbBot_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbBot_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="UsbBot_cleanall">
- <OutputDirSetup baseName="UsbBot" mbdFilename="${MODULE_DIR}/UsbBot.mbd" msaFilename="${MODULE_DIR}/UsbBot.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbBot_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbBot_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**UsbBot*"/>
- </delete>
- </target>
-</project>
\ No newline at end of file diff --git a/EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.mbd b/EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.mbd deleted file mode 100644 index 3b40cbc28c..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.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>UsbBus</BaseName>
- <Guid>240612B7-A063-11d4-9A3A-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:18</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>EdkDxePrintLib</Library>
- <Library>BaseLib</Library>
- <Library>EdkUsbLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- <Library>UefiDevicePathLib</Library>
- </Libraries>
-</ModuleBuildDescription>
diff --git a/EdkModulePkg/Bus/Usb/UsbBus/Dxe/build.xml b/EdkModulePkg/Bus/Usb/UsbBus/Dxe/build.xml deleted file mode 100644 index e979dab079..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbBus/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="UsbBus"><!--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="Bus/Usb/UsbBus/Dxe"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="UsbBus">
- <GenBuild baseName="UsbBus" mbdFilename="${MODULE_DIR}/UsbBus.mbd" msaFilename="${MODULE_DIR}/UsbBus.msa"/>
- </target>
- <target depends="UsbBus_clean" name="clean"/>
- <target depends="UsbBus_cleanall" name="cleanall"/>
- <target name="UsbBus_clean">
- <OutputDirSetup baseName="UsbBus" mbdFilename="${MODULE_DIR}/UsbBus.mbd" msaFilename="${MODULE_DIR}/UsbBus.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbBus_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbBus_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="UsbBus_cleanall">
- <OutputDirSetup baseName="UsbBus" mbdFilename="${MODULE_DIR}/UsbBus.mbd" msaFilename="${MODULE_DIR}/UsbBus.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbBus_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbBus_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**UsbBus*"/>
- </delete>
- </target>
-</project>
\ No newline at end of file diff --git a/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/UsbCbi0.mbd b/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/UsbCbi0.mbd deleted file mode 100644 index 66a7e973bc..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/UsbCbi0.mbd +++ /dev/null @@ -1,43 +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>UsbCbi0</BaseName>
- <Guid>A3527D16-E6CC-42f5-BADB-BF3DE177742B</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>DxeMemoryLib</Library>
- <Library>UefiLib</Library>
- <Library>UefiDriverEntryPoint</Library>
- <Library>UefiDriverModelLib</Library>
- <Library>DxeReportStatusCodeLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>EdkDxePrintLib</Library>
- <Library>BaseLib</Library>
- <Library>EdkUsbLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- </Libraries>
-</ModuleBuildDescription>
diff --git a/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/build.xml b/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/build.xml deleted file mode 100644 index 7ffd6f1ec9..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/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="UsbCbi0"><!--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="Bus/Usb/UsbCbi/Dxe/Cbi0"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="UsbCbi0">
- <GenBuild baseName="UsbCbi0" mbdFilename="${MODULE_DIR}/UsbCbi0.mbd" msaFilename="${MODULE_DIR}/UsbCbi0.msa"/>
- </target>
- <target depends="UsbCbi0_clean" name="clean"/>
- <target depends="UsbCbi0_cleanall" name="cleanall"/>
- <target name="UsbCbi0_clean">
- <OutputDirSetup baseName="UsbCbi0" mbdFilename="${MODULE_DIR}/UsbCbi0.mbd" msaFilename="${MODULE_DIR}/UsbCbi0.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbCbi0_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbCbi0_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="UsbCbi0_cleanall">
- <OutputDirSetup baseName="UsbCbi0" mbdFilename="${MODULE_DIR}/UsbCbi0.mbd" msaFilename="${MODULE_DIR}/UsbCbi0.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbCbi0_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbCbi0_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**UsbCbi0*"/>
- </delete>
- </target>
-</project>
\ No newline at end of file diff --git a/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi1/UsbCbi1.mbd b/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi1/UsbCbi1.mbd deleted file mode 100644 index 1dd3dbd133..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi1/UsbCbi1.mbd +++ /dev/null @@ -1,43 +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>UsbCbi1</BaseName>
- <Guid>B40612B2-A063-11d4-9A3A-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:18</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>EdkDxePrintLib</Library>
- <Library>BaseLib</Library>
- <Library>EdkUsbLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- </Libraries>
-</ModuleBuildDescription>
diff --git a/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi1/build.xml b/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi1/build.xml deleted file mode 100644 index 129dab1926..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi1/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="UsbCbi1"><!--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="Bus/Usb/UsbCbi/Dxe/Cbi1"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="UsbCbi1">
- <GenBuild baseName="UsbCbi1" mbdFilename="${MODULE_DIR}/UsbCbi1.mbd" msaFilename="${MODULE_DIR}/UsbCbi1.msa"/>
- </target>
- <target depends="UsbCbi1_clean" name="clean"/>
- <target depends="UsbCbi1_cleanall" name="cleanall"/>
- <target name="UsbCbi1_clean">
- <OutputDirSetup baseName="UsbCbi1" mbdFilename="${MODULE_DIR}/UsbCbi1.mbd" msaFilename="${MODULE_DIR}/UsbCbi1.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbCbi1_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbCbi1_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="UsbCbi1_cleanall">
- <OutputDirSetup baseName="UsbCbi1" mbdFilename="${MODULE_DIR}/UsbCbi1.mbd" msaFilename="${MODULE_DIR}/UsbCbi1.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbCbi1_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbCbi1_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**UsbCbi1*"/>
- </delete>
- </target>
-</project>
\ No newline at end of file diff --git a/EdkModulePkg/Bus/Usb/UsbKb/Dxe/UsbKb.mbd b/EdkModulePkg/Bus/Usb/UsbKb/Dxe/UsbKb.mbd deleted file mode 100644 index f9d9f7ec2d..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbKb/Dxe/UsbKb.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>UsbKb</BaseName>
- <Guid>2D2E62CF-9ECF-43b7-8219-94E7FC713DFE</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>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>EdkUsbLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- </Libraries>
-</ModuleBuildDescription>
diff --git a/EdkModulePkg/Bus/Usb/UsbKb/Dxe/build.xml b/EdkModulePkg/Bus/Usb/UsbKb/Dxe/build.xml deleted file mode 100644 index fda7667eb5..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbKb/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="UsbKb"><!--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="Bus/Usb/UsbKb/Dxe"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="UsbKb">
- <GenBuild baseName="UsbKb" mbdFilename="${MODULE_DIR}/UsbKb.mbd" msaFilename="${MODULE_DIR}/UsbKb.msa"/>
- </target>
- <target depends="UsbKb_clean" name="clean"/>
- <target depends="UsbKb_cleanall" name="cleanall"/>
- <target name="UsbKb_clean">
- <OutputDirSetup baseName="UsbKb" mbdFilename="${MODULE_DIR}/UsbKb.mbd" msaFilename="${MODULE_DIR}/UsbKb.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbKb_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbKb_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="UsbKb_cleanall">
- <OutputDirSetup baseName="UsbKb" mbdFilename="${MODULE_DIR}/UsbKb.mbd" msaFilename="${MODULE_DIR}/UsbKb.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbKb_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbKb_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**UsbKb*"/>
- </delete>
- </target>
-</project>
\ No newline at end of file diff --git a/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.mbd b/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.mbd deleted file mode 100644 index ae24788cd0..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.mbd +++ /dev/null @@ -1,43 +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>UsbMassStorage</BaseName>
- <Guid>A5C6D68B-E78A-4426-9278-A8F0D9EB4D8F</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>DxeMemoryLib</Library>
- <Library>UefiLib</Library>
- <Library>UefiDriverEntryPoint</Library>
- <Library>UefiDriverModelLib</Library>
- <Library>DxeReportStatusCodeLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>EdkDxePrintLib</Library>
- <Library>BaseLib</Library>
- <Library>EdkUsbLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- </Libraries>
-</ModuleBuildDescription>
diff --git a/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/build.xml b/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/build.xml deleted file mode 100644 index 3d983166ed..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbMassStorage/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="UsbMassStorage"><!--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="Bus/Usb/UsbMassStorage/Dxe"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="UsbMassStorage">
- <GenBuild baseName="UsbMassStorage" mbdFilename="${MODULE_DIR}/UsbMassStorage.mbd" msaFilename="${MODULE_DIR}/UsbMassStorage.msa"/>
- </target>
- <target depends="UsbMassStorage_clean" name="clean"/>
- <target depends="UsbMassStorage_cleanall" name="cleanall"/>
- <target name="UsbMassStorage_clean">
- <OutputDirSetup baseName="UsbMassStorage" mbdFilename="${MODULE_DIR}/UsbMassStorage.mbd" msaFilename="${MODULE_DIR}/UsbMassStorage.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbMassStorage_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbMassStorage_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="UsbMassStorage_cleanall">
- <OutputDirSetup baseName="UsbMassStorage" mbdFilename="${MODULE_DIR}/UsbMassStorage.mbd" msaFilename="${MODULE_DIR}/UsbMassStorage.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbMassStorage_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbMassStorage_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**UsbMassStorage*"/>
- </delete>
- </target>
-</project>
\ No newline at end of file diff --git a/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.mbd b/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.mbd deleted file mode 100644 index b3eca8f558..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.mbd +++ /dev/null @@ -1,43 +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>UsbMouse</BaseName>
- <Guid>2D2E62AA-9ECF-43b7-8219-94E7FC713DFE</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>DxeMemoryLib</Library>
- <Library>UefiLib</Library>
- <Library>UefiDriverEntryPoint</Library>
- <Library>UefiDriverModelLib</Library>
- <Library>DxeReportStatusCodeLib</Library>
- <Library>PeiDxeDebugLibReportStatusCode</Library>
- <Library>EdkDxePrintLib</Library>
- <Library>BaseLib</Library>
- <Library>EdkUsbLib</Library>
- <Library>DxeMemoryAllocationLib</Library>
- </Libraries>
-</ModuleBuildDescription>
diff --git a/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/build.xml b/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/build.xml deleted file mode 100644 index 3ce60ca27b..0000000000 --- a/EdkModulePkg/Bus/Usb/UsbMouse/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="UsbMouse"><!--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="Bus/Usb/UsbMouse/Dxe"/>
- <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>
- <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>
- <target name="UsbMouse">
- <GenBuild baseName="UsbMouse" mbdFilename="${MODULE_DIR}/UsbMouse.mbd" msaFilename="${MODULE_DIR}/UsbMouse.msa"/>
- </target>
- <target depends="UsbMouse_clean" name="clean"/>
- <target depends="UsbMouse_cleanall" name="cleanall"/>
- <target name="UsbMouse_clean">
- <OutputDirSetup baseName="UsbMouse" mbdFilename="${MODULE_DIR}/UsbMouse.mbd" msaFilename="${MODULE_DIR}/UsbMouse.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbMouse_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbMouse_build.xml" target="clean"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
- </target>
- <target name="UsbMouse_cleanall">
- <OutputDirSetup baseName="UsbMouse" mbdFilename="${MODULE_DIR}/UsbMouse.mbd" msaFilename="${MODULE_DIR}/UsbMouse.msa"/>
- <if>
- <available file="${DEST_DIR_OUTPUT}/UsbMouse_build.xml"/>
- <then>
- <ant antfile="${DEST_DIR_OUTPUT}/UsbMouse_build.xml" target="cleanall"/>
- </then>
- </if>
- <delete dir="${DEST_DIR_OUTPUT}"/>
- <delete dir="${DEST_DIR_DEBUG}"/>
- <delete>
- <fileset dir="${BIN_DIR}" includes="**UsbMouse*"/>
- </delete>
- </target>
-</project>
\ No newline at end of file |