organizer_plat/calendar_importer_api/tsrc/group/ct_en.cmd
changeset 0 f979ecb2b13e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/organizer_plat/calendar_importer_api/tsrc/group/ct_en.cmd	Tue Feb 02 10:12:19 2010 +0200
@@ -0,0 +1,33 @@
+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 off
+set CODE_TEST_LIB=NTmvc_TargetLibMD.lib CtSymbianNativeMem.lib
+set AMC_TARGET=x86-symbian-native
+
+REM ########################################################
+REM ### Initialize instrumenting (x: is the subst drive)
+REM instctsymb x:\ 9
+
+REM ########################################################
+REM ### Default settings (performance analysis, statement coverage)
+REM set CTDRIVER_ARGS=-CTsize_t=unsigned -CTtag-allocator -CTv -CTno-tag-includes
+
+REM ########################################################
+REM ### CalenImp
+set CTDRIVER_ARGS=-CTsize_t=unsigned -CTtag-allocator -CTsymbian -CTno-tag-includes -CTtag-level=DC -CTonly-tag-files=CalenExporter.cpp,CalenImporter.cpp
+
+@echo on