]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkNt32Pkg/Logo/Logo_build.xml
Update Binary Fat module to release version for reduce size.
[mirror_edk2.git] / EdkNt32Pkg / Logo / Logo_build.xml
index 1706b5371ed9812e52d5513f8b407ca4b444bcb4..6096015be580a6844a083f53e859edce9960e704 100644 (file)
@@ -20,31 +20,26 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   <property name="BASE_NAME" value="Logo" /> \r
   \r
   <!-- Default target --> \r
-  <target name="main" depends="sourcefiles, sections, output" /> \r
-\r
-  <target name="sourcefiles">\r
-    <copy file="${MODULE_DIR}/Logo.bmp" \r
-      tofile="${DEST_DIR_OUTPUT}/Logo.bmp" />\r
-  </target>\r
+  <target name="main" depends="sections, output" /> \r
   \r
   <target name="sections">\r
     <OnDependency>\r
       <sourcefiles>\r
-        <file name="${DEST_DIR_OUTPUT}/logo.bmp"/>\r
+        <file name="${MODULE_DIR}/logo.bmp"/>\r
       </sourcefiles>\r
       <targetfiles>\r
         <file name="${DEST_DIR_OUTPUT}/Logo.sec"/>\r
       </targetfiles>\r
       \r
       <sequential>\r
-        <gensection inputfile="${DEST_DIR_OUTPUT}/logo.bmp" \r
+        <gensection inputfile="${MODULE_DIR}/logo.bmp" \r
           outputfile="${DEST_DIR_OUTPUT}/Logo.sec" \r
           sectiontype="EFI_SECTION_RAW" />\r
       </sequential>\r
     </OnDependency>\r
   </target>\r
 \r
-  <target name="output">\r
+  <target name="output" depends="sections">\r
     <OnDependency>\r
       <sourcefiles>\r
         <file name="${DEST_DIR_OUTPUT}/Logo.sec"/>\r