]> git.proxmox.com Git - mirror_edk2.git/blame - EdkFatBinPkg/Fat_build.xml
In preprocess for getting platform PCD information, if meet error, put error into...
[mirror_edk2.git] / EdkFatBinPkg / Fat_build.xml
CommitLineData
878ddf1f 1<?xml version="1.0" ?>\r
2<!--\r
3Copyright (c) 2006, Intel Corporation\r
4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11-->\r
12<project name="Fat" default="main" basedir="." >\r
13 <!-- Apply external ANT task -->\r
14 <taskdef resource="frameworktasks.tasks" /> \r
15 <taskdef resource="cpptasks.tasks" /> \r
16 <typedef resource="cpptasks.types" /> \r
17 <taskdef resource="net/sf/antcontrib/antlib.xml" />\r
18 <property environment="env" />\r
19 <!-- All Properties --> \r
20 <property name="BASE_NAME" value="Fat" /> \r
21 \r
22 <!-- Default target --> \r
23 <target name="main" depends="libraries, sourcefiles, sections, output" /> \r
24 <!-- Compile all dependency Library instances. --> \r
25 <target name="libraries" />\r
26\r
27 <target name="sourcefiles" />\r
28 \r
29 <target name="sections" />\r
30\r
31 <target name="output">\r
32 <copy file="${MODULE_DIR}\${ARCH}\${BASE_NAME}.FFS" \r
ff261013 33 tofile="${BIN_DIR}\${FILE_GUID}-${BASE_NAME}.FFS" />\r
f442c531
LG
34 <copy file="${MODULE_DIR}\${ARCH}\${BASE_NAME}.FFS" \r
35 tofile="${BIN_DIR}\${FILE_GUID}-${BASE_NAME}.FFS.Org" />\r
878ddf1f 36 </target>\r
37 \r
38</project>\r