]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/PostBuild.bat
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / PostBuild.bat
index 43f7de94643963d78a1a9631d4b06201e9aa80ae..6d71aeb1802950b8dbffed947be6be2164690f0a 100644 (file)
@@ -1,10 +1,21 @@
-@REM \r
-@REM  Currently, Build system does not provide post build mechanism for module \r
-@REM  and platform building, so just use a bat file to do post build commands.\r
-@REM  Originally, following post building command is for EfiLoader module.\r
-@REM \r
+@REM ## @file\r
+@REM #\r
+@REM #  Currently, Build system does not provide post build mechanism for module \r
+@REM #  and platform building, so just use a bat file to do post build commands.\r
+@REM #  Originally, following post building command is for EfiLoader module.\r
+@REM #\r
+@REM #  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+@REM #\r
+@REM #  This program and the accompanying materials\r
+@REM #  are licensed and made available under the terms and conditions of the BSD License\r
+@REM #  which accompanies this distribution. The full text of the license may be found at\r
+@REM #  http://opensource.org/licenses/bsd-license.php\r
+@REM #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+@REM #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM #\r
+@REM #\r
+@REM ##\r
 \r
-@set BUILD_DIR=%WORKSPACE%\Build\DuetPkg\DEBUG_MYTOOLS\r
 @set BASETOOLS_DIR=%WORKSPACE_TOOLS_PATH%\Bin\Win32\r
 @set BOOTSECTOR_BIN_DIR=%WORKSPACE%\DuetPkg\BootSector\bin\r
 @set PROCESSOR=""\r
@@ -14,6 +25,9 @@
 @if "%1"=="X64" set PROCESSOR=X64\r
 @if %PROCESSOR%=="" goto WrongArch\r
 \r
+@set BUILD_DIR=%WORKSPACE%\Build\DuetPkg%PROCESSOR%\DEBUG_MYTOOLS\r
+\r
+\r
 @echo Compressing DUETEFIMainFv.FV ...\r
 @%BASETOOLS_DIR%\LzmaCompress -e -o %BUILD_DIR%\FV\DUETEFIMAINFV.z %BUILD_DIR%\FV\DUETEFIMAINFV.Fv\r
 \r