392 <reference refid="sbs.main.sbs.var" torefid="sbs.var" /> |
392 <reference refid="sbs.main.sbs.var" torefid="sbs.var" /> |
393 <reference refid="sbs.fullbuild.options" torefid="sbs.make.options" /> |
393 <reference refid="sbs.fullbuild.options" torefid="sbs.make.options" /> |
394 <reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" /> |
394 <reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" /> |
395 </antcall> |
395 </antcall> |
396 |
396 |
|
397 <runtarget target="sf-s60-create-cenrep"/> |
|
398 |
397 <antcall target="sf-list-dir" inheritAll="false"> |
399 <antcall target="sf-list-dir" inheritAll="false"> |
398 <param name="sf.list.name" value="post-s60-build-main"/> |
400 <param name="sf.list.name" value="post-s60-build-main"/> |
399 </antcall> |
401 </antcall> |
400 |
402 |
401 <!-- s60 postbuild bldmelast using ebs --> |
403 <!-- what has been built by tools+2+main --> |
402 <!-- Remove bldmelast for the moment |
|
403 antcall target="compile-main" inheritAll="false"> |
|
404 <param name="build.system" value="ebs" /> |
|
405 <param name="sysdef.configurations.list" value="S60_bldmelast" /> |
|
406 <reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" /> |
|
407 </antcall --> |
|
408 |
|
409 <antcall target="sf-list-dir" inheritAll="false"> |
|
410 <param name="sf.list.name" value="post-s60-bldmelast"/> |
|
411 </antcall> |
|
412 |
|
413 <!-- what has been built by tools+2+main+bldmelast --> |
|
414 <antcall target="sf-delta-dir" inheritAll="false"> |
404 <antcall target="sf-delta-dir" inheritAll="false"> |
415 <param name="sf.list_a.name" value="s60-baseline"/> |
405 <param name="sf.list_a.name" value="s60-baseline"/> |
416 <param name="sf.list_b.name" value="post-s60-bldmelast"/> |
406 <param name="sf.list_b.name" value="post-s60-build-main"/> |
417 </antcall> |
407 </antcall> |
418 |
408 |
419 <!-- what has been cleaned and rebuilt --> |
409 <!-- what has been cleaned and rebuilt --> |
420 <antcall target="sf-intersect-dir" inheritAll="false"> |
410 <antcall target="sf-intersect-dir" inheritAll="false"> |
421 <param name="sf.list_a.name" value="post-s60-clean_delta"/> <!-- clean list --> |
411 <param name="sf.list_a.name" value="post-s60-clean_delta"/> <!-- clean list --> |
422 <param name="sf.list_b.name" value="post-s60-bldmelast_delta"/> <!-- built list --> |
412 <param name="sf.list_b.name" value="post-s60-build-main_delta"/> <!-- built list --> |
423 </antcall> |
413 </antcall> |
424 |
414 |
|
415 </target> |
|
416 |
|
417 <target name="sf-s60-create-cenrep"> |
|
418 <echo message="INFO Generating CenRep"/> |
|
419 <exec executable="${helium.dir}/../ConfigurationTool/cli_build.cmd" dir="${build.drive}" failonerror="true" output="${build.log.dir}/${build.id}_create_cenrep.log"> |
|
420 <arg value="-master_conf"/> |
|
421 <arg value="s60"/> |
|
422 <arg value="-impl"/> |
|
423 <arg value="/epoc32/rom/config/confml_data/s60"/> |
|
424 <arg value="-confml"/> |
|
425 <arg value="/epoc32/rom/config/confml_data/s60"/> |
|
426 <arg value="-ignore_errors"/> |
|
427 </exec> |
425 </target> |
428 </target> |
426 |
429 |
427 <!-- import sf-common-config --> |
430 <!-- import sf-common-config --> |
428 <import file="../common/build.xml" /> |
431 <import file="../common/build.xml" /> |
429 |
432 |