remotemgmt_plat/oma_ds_extensions_api/tsrc/group/ClientAPIAdvanced.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/remotemgmt_plat/oma_ds_extensions_api/tsrc/group/ClientAPIAdvanced.mmp	Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,74 @@
+/*TYPE TESTCLASS*//*
+* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  ?Description
+*
+*/
+
+
+#if defined(__S60_)
+        #include <platform_paths.hrh>
+#endif
+
+TARGET          ClientAPIAdvanced.dll
+TARGETTYPE      dll
+UID             0x1000008D 0x101FB3E3
+
+CAPABILITY      ALL -TCB
+
+//TARGETPATH      ?target_path
+DEFFILE         ClientAPIAdvanced.def
+
+SOURCEPATH      ../src
+SOURCE          ClientAPIAdvanced.cpp
+SOURCE          ClientAPIAdvancedBlocks.cpp
+SOURCE 			testsync.cpp
+
+//RESOURCE        resource_file
+//RESOURCE        resource_file2
+
+USERINCLUDE     ../inc 
+USERINCLUDE     ../../../../inc 
+
+SYSTEMINCLUDE     /epoc32/include/app
+#if defined(__S60_)
+//    OS_LAYER_SYSTEMINCLUDE
+    MW_LAYER_SYSTEMINCLUDE
+#else
+    SYSTEMINCLUDE   /epoc32/include 
+//    SYSTEMINCLUDE   /epoc32/include/internal
+//    SYSTEMINCLUDE     /epoc32/include/applications    
+#endif
+
+LIBRARY         euser.lib
+LIBRARY         stiftestinterface.lib
+LIBRARY         SyncMLClientAPI.lib
+LIBRARY         NSmlTransportHandler.lib
+
+LIBRARY			commdb.lib
+//for contact entries creation
+
+LIBRARY         euser.lib eikcore.lib cone.lib 
+LIBRARY         stiftestengine.lib
+LIBRARY         PbkEng.lib 
+LIBRARY cntmodel.lib
+
+
+LIBRARY apparc.lib
+LIBRARY cone.lib 
+LIBRARY eikcore.lib  
+LIBRARY avkon.lib 
+LIBRARY aknnotify.lib
+
+LANG            SC
+SMPSAFE