remotemgmt_plat/data_synchronization_plugin_api/tsrc/group/TestStoreFormat.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:04:06 +0300
branchRCL_3
changeset 25 b183ec05bd8c
parent 0 b497e44ab2fc
child 26 19bba8228ff0
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* 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 

MW_LAYER_SYSTEMINCLUDE

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