accessoryservices/accessorymonitor/tsrc/public/basic/accmonitoringtestmodule/group/envsetup.cmd
branchRCL_3
changeset 9 21e939dd208a
parent 0 4e1aa6a622a0
equal deleted inserted replaced
8:8d1d8440b626 9:21e939dd208a
    17 @echo on
    17 @echo on
    18 
    18 
    19 
    19 
    20 @echo Cleaning accfwuinotifier...
    20 @echo Cleaning accfwuinotifier...
    21 pushd \sf\mw\appsupport\coreapplicationuis\accfwuinotifier\group\
    21 pushd \sf\mw\appsupport\coreapplicationuis\accfwuinotifier\group\
    22 call bldmake bldfiles
    22 REM call bldmake bldfiles
    23 call abld reallyclean
    23 REM call abld reallyclean
       
    24 call sbs -c armv5 REALLYCLEAN
       
    25 call sbs -c winscw REALLYCLEAN
    24 popd
    26 popd
    25 @echo Cleaning accfwuinotifier... Finished
    27 @echo Cleaning accfwuinotifier... Finished
    26 
    28 
    27 @echo Cleaning accessoryadaptation...
    29 @echo Cleaning accessoryadaptation...
    28 pushd \ncp_sw\corecom\modemadaptation_ext\adaptationlayer_ext\systemadaptation\group\
    30 pushd \ncp_sw\corecom\modemadaptation_ext\adaptationlayer_ext\systemadaptation\group\
    29 call bldmake bldfiles
    31 REM call bldmake bldfiles
    30 call abld clean armv5 accessoryadaptation
    32 REM call abld clean armv5 accessoryadaptation
       
    33 call sbs -p accessoryadaptation -c armv5 CLEAN
       
    34 call sbs -p accessoryadaptation -c winscw CLEAN
    31 popd
    35 popd
    32 @echo Cleaning accessoryadaptation... Finished
    36 @echo Cleaning accessoryadaptation... Finished
    33 
    37 
    34 @echo Setting up stubs...
    38 @echo Setting up stubs...
    35 pushd ..\..\stubs\group\
    39 pushd ..\..\stubs\group\
    36 call bldmake bldfiles
    40 REM call bldmake bldfiles
    37 call abld test reallyclean
    41 REM call abld test reallyclean
    38 call abld test build
    42 call sbs -c armv5.test REALLYCLEAN
       
    43 call sbs -c winscw.test REALLYCLEAN
       
    44 REM call abld test build
       
    45 call sbs -c armv5.test
       
    46 call sbs -c winscw.test
    39 popd
    47 popd
    40 @echo Setting up stubs... Finished
    48 @echo Setting up stubs... Finished