]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/PostBuild.bat
1, Use PrintLib in Duet loader
[mirror_edk2.git] / DuetPkg / PostBuild.bat
1 #
2 # Currently, Build system does not provide post build mechanism for module
3 # and platform building, so just use a bat file to do post build commands.
4 # Originally, following post building command is for EfiLoader module.
5 #
6
7 set BUILD_DIR=%WORKSPACE%\Build\DuetPkg\DEBUG_MYTOOLS
8 set BASETOOLS_DIR=%WORKSPACE_TOOLS_PATH%\Bin\Win32
9 set OUTPUT_DIR=%BUILD_DIR%\IA32\DuetPkg\BootSector\BootSector\OUTPUT
10
11 %BASETOOLS_DIR%\TianoCompress -e -o %BUILD_DIR%\FV\DUETEFIMAINFV.z %BUILD_DIR%\FV\DUETEFIMAINFV.Fv
12 %BASETOOLS_DIR%\TianoCompress -e -o %BUILD_DIR%\FV\DxeMain.z %BUILD_DIR%\IA32\DxeMain.efi
13 %BASETOOLS_DIR%\TianoCompress -e -o %BUILD_DIR%\FV\DxeIpl.z %BUILD_DIR%\IA32\DxeIpl.efi
14 %BASETOOLS_DIR%\EfiLdrImage.exe -o %BUILD_DIR%\FV\Efildr32 %BUILD_DIR%\IA32\EfiLoader.efi %BUILD_DIR%\FV\DxeIpl.z %BUILD_DIR%\FV\DxeMain.z %BUILD_DIR%\FV\DUETEFIMAINFV.z
15 copy /b %OUTPUT_DIR%\Start.com+%OUTPUT_DIR%\Efi32.com2+%BUILD_DIR%\FV\Efildr32 %BUILD_DIR%\FV\Efildr