phonebookui/phonebookapp/tsrc/ut_cntappservicehandler/runtest.cmd
author hgs
Tue, 21 Sep 2010 17:07:25 +0300
changeset 72 6abfb1094884
parent 24 0ba2181d7c28
permissions -rw-r--r--
201037

@echo off
rem
rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
rem All rights reserved.
rem This component and the accompanying materials are made available
rem under the terms of "Eclipse Public License v1.0"
rem which accompanies this distribution, and is available
rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
rem
rem Initial Contributors:
rem Nokia Corporation - initial contribution.
rem
rem Contributors:
rem
rem Description:
rem
@echo on

call del appservicehandler.xml

IF ["%1"] EQU [""] GOTO :NODEL
call del MON.sym
call del MON.dat

:NODEL
call qmake
call bldmake bldfiles
call abld clean
call abld reallyclean

IF ["%1"] EQU [""] GOTO :NORMAL

call ctcwrap -i d -C "EXCLUDE+*\moc*.cpp" -C "EXCLUDE+*\t_*.cpp" -C "EXCLUDE+*\stub_*.cpp" abld build winscw udeb
goto :FINAL

:NORMAL
call abld build winscw udeb

:FINAL
call \epoc32\release\winscw\udeb\ut_cntappservicehandler.exe -xml -o c:\appservicehandler.xml
call copy \epoc32\winscw\c\appservicehandler.xml .
call type appservicehandler.xml