]> git.proxmox.com Git - mirror_edk2.git/blame - EdkFatBinPkg/Fat_build.xml
Moved attribute PcdIsDriver to PcdData element and out of PcdBuildDeclarations and...
[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
33 tofile="${BIN_DIR}\${FILE_GUID}-${BASE_NAME}.DXE" />\r
34 </target>\r
35 \r
36</project>\r