Home | History | Annotate | Download | only in Vlv2TbltDevicePkg

Lines Matching refs:conf

34 if exist %WORKSPACE%\Conf\target.txt del %WORKSPACE%\Conf\target.txt

35 if exist %WORKSPACE%\Conf\tools_def.txt del %WORKSPACE%\Conf\tools_def.txt
36 if exist %WORKSPACE%\Conf\build_rule.txt del %WORKSPACE%\Conf\build_rule.txt
37 if exist %WORKSPACE%\Conf\FrameworkDatabase.db del %WORKSPACE%\Conf\FrameworkDatabase.db
38 if exist conf\.cache rmdir /q/s conf\.cache
40 :: Setup EDK environment. Edksetup puts new copies of target.txt, tools_def.txt, build_rule.txt in WorkSpace\Conf
74 if exist conf\.cache (
75 del /f/s/q conf\.cache > null
76 rmdir /s/q conf\.cache
97 ::Remove the values for Platform_Type and Build_Target from BiosIdX.env and stage in Conf\
99 findstr /b /v "BOARD_ID BUILD_TYPE" %PLATFORM_PACKAGE%\BiosIdR.env > Conf\BiosId.env
102 findstr /b /v "BOARD_ID BUILD_TYPE" %PLATFORM_PACKAGE%\BiosIdx64R.env > Conf\BiosId.env
109 echo BOARD_ID = MNW2MAX >> %Conf\BiosId.env
120 echo BUILD_TYPE = R >> Conf\BiosId.env
123 echo BUILD_TYPE = D >> Conf\BiosId.env
168 echo Modifing Conf files for this build...
170 findstr /V "TARGET TARGET_ARCH TOOL_CHAIN_TAG BUILD_RULE_CONF ACTIVE_PLATFORM MAX_CONCURRENT_THREAD_NUMBER" Conf\target.txt > Conf\target.txt.tmp
172 echo TARGET = %TARGET% >> Conf\target.txt.tmp
174 echo TARGET_ARCH = IA32 >> Conf\target.txt.tmp
176 echo TARGET_ARCH = IA32 X64 >> Conf\target.txt.tmp
178 echo TOOL_CHAIN_TAG = %TOOL_CHAIN_TAG% >> Conf\target.txt.tmp
179 echo BUILD_RULE_CONF = Conf/build_rule.txt >> Conf\target.txt.tmp
181 echo ACTIVE_PLATFORM = %PLATFORM_PACKAGE%/PlatformPkg%Arch%.dsc >> Conf\target.txt.tmp
183 echo ACTIVE_PLATFORM = %PLATFORM_PACKAGE%/PlatformPkg%Arch%Source.dsc >> Conf\target.txt.tmp
185 echo MAX_CONCURRENT_THREAD_NUMBER = %build_threads% >> Conf\target.txt.tmp
187 move /Y Conf\target.txt.tmp Conf\target.txt >nul
196 GenBiosId.exe -i ..\Conf\BiosId.env -o ..\%BUILD_PATH%\IA32\BiosId.bin -ob ..\Conf\BiosId.bat
199 GenBiosId.exe -i ..\Conf\BiosId.env -o ..\%BUILD_PATH%\X64\BiosId.bin -ob ..\Conf\BiosId.bat
231 find /v "#" Conf\BiosId.env > ver_strings