]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkFatBinPkg/Fat_build.xml
Change Binary Fat module from fat.ffs to fat.efi
[mirror_edk2.git] / EdkFatBinPkg / Fat_build.xml
diff --git a/EdkFatBinPkg/Fat_build.xml b/EdkFatBinPkg/Fat_build.xml
deleted file mode 100644 (file)
index 74695b8..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" ?>\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 name="Fat" default="main" basedir="." >\r
-  <!-- Apply external ANT task -->\r
-  <taskdef resource="frameworktasks.tasks" /> \r
-  <taskdef resource="cpptasks.tasks" /> \r
-  <typedef resource="cpptasks.types" /> \r
-  <taskdef resource="net/sf/antcontrib/antlib.xml" />\r
-  <property environment="env" />\r
-  <!-- All Properties --> \r
-  <property name="BASE_NAME" value="Fat" /> \r
-  \r
-  <!-- Default target -->\r
-  <target name="main">\r
-    <OnDependency>\r
-      <sourcefiles>\r
-        <file name="${MODULE_DIR}/${ARCH}/${BASE_NAME}.FFS"/>\r
-      </sourcefiles>\r
-      <targetfiles>\r
-        <file name="${BIN_DIR}/${FILE_GUID}-${BASE_NAME}.FFS"/>\r
-      </targetfiles>\r
-      <sequential>\r
-        <copy file="${MODULE_DIR}/${ARCH}/${BASE_NAME}.FFS" tofile="${BIN_DIR}/${FILE_GUID}-${BASE_NAME}.FFS" />\r
-      </sequential>\r
-    </OnDependency>\r
-  </target>\r
-\r
-  <target name="clean">\r
-    <delete includeemptydirs="true">\r
-       <fileset dir="${DEST_DIR_OUTPUT}" excludes="*.xml" includes="**/*"/>\r
-    </delete>\r
-  </target>\r
-\r
-  <target name="cleanall">\r
-    <delete includeemptydirs="true">\r
-       <fileset dir="${DEST_DIR_OUTPUT}" excludes="*.xml" includes="**/*"/>\r
-    </delete>\r
-    <delete includeemptydirs="true">\r
-       <fileset dir="${DEST_DIR_DEBUG}" includes="**/*"/>\r
-    </delete>\r
-  </target>\r
-\r
-</project>\r