remotemgmt_plat/data_synchronization_plugin_api/tsrc/group/TestStoreFormat.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 TARGET          TestStoreFormat.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101FB3E3
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 //TARGETPATH      ?target_path
       
    30 DEFFILE         TestStoreFormat.def
       
    31 EPOCALLOWDLLDATA
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          TestStoreFormat.cpp
       
    34 SOURCE          TestStoreFormatBlocks.cpp
       
    35 
       
    36 //RESOURCE        resource_file
       
    37 //RESOURCE        resource_file2
       
    38 
       
    39 USERINCLUDE     ../inc 
       
    40 
       
    41 #if defined(__S60_)
       
    42     MW_LAYER_SYSTEMINCLUDE
       
    43 #else
       
    44     SYSTEMINCLUDE   /epoc32/include 
       
    45 #endif
       
    46 
       
    47 START RESOURCE NSmlContactsDataStoreFormat_1_2.rss
       
    48 HEADER
       
    49 TARGET 		NSmlContactsDataStoreFormat_1_2.rsc       
       
    50 TARGETPATH  RESOURCE_FILES_DIR 
       
    51 LANGUAGE_IDS
       
    52 END
       
    53 
       
    54 LIBRARY         euser.lib estor.lib 
       
    55 LIBRARY         stiftestinterface.lib
       
    56 LIBRARY         stiftestengine.lib smlstoreformat.lib bafl.lib
       
    57 LIBRARY         efsrv.lib
       
    58 
       
    59 LANG            SC
       
    60 
       
    61 
       
    62 SMPSAFE
       
    63 // End of File
       
    64