remotemgmt_plat/data_synchronization_plugin_api/tsrc/group/TestStoreFormat.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/remotemgmt_plat/data_synchronization_plugin_api/tsrc/group/TestStoreFormat.mmp	Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,64 @@
+/*
+* 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          TestStoreFormat.dll
+TARGETTYPE      dll
+UID             0x1000008D 0x101FB3E3
+
+CAPABILITY      ALL -TCB
+
+//TARGETPATH      ?target_path
+DEFFILE         TestStoreFormat.def
+EPOCALLOWDLLDATA
+SOURCEPATH      ../src
+SOURCE          TestStoreFormat.cpp
+SOURCE          TestStoreFormatBlocks.cpp
+
+//RESOURCE        resource_file
+//RESOURCE        resource_file2
+
+USERINCLUDE     ../inc 
+
+#if defined(__S60_)
+    MW_LAYER_SYSTEMINCLUDE
+#else
+    SYSTEMINCLUDE   /epoc32/include 
+#endif
+
+START RESOURCE NSmlContactsDataStoreFormat_1_2.rss
+HEADER
+TARGET 		NSmlContactsDataStoreFormat_1_2.rsc       
+TARGETPATH  RESOURCE_FILES_DIR 
+LANGUAGE_IDS
+END
+
+LIBRARY         euser.lib estor.lib 
+LIBRARY         stiftestinterface.lib
+LIBRARY         stiftestengine.lib smlstoreformat.lib bafl.lib
+LIBRARY         efsrv.lib
+
+LANG            SC
+
+
+SMPSAFE
+// End of File
+