contentctrl_plat/ds_contact_adapter_customization_api/tsrc/ContactsAdapter/UT_nsmldummydataprovider.mmp
branchRCL_3
changeset 52 4f0867e42d62
parent 51 8e7494275d3a
child 56 3e6957da2ff8
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
     1 /*
       
     2 * Copyright (c) 2009 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:  MMP file for contact adapter unit tests.
       
    15 *
       
    16 */
       
    17 
       
    18 #include<Digia/Eunit/EUnitCaps.h>
       
    19 #include <platform_paths.hrh>
       
    20 #include <defaultcaps.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 // DEFINES
       
    24 MACRO 			__NSML_MODULETEST__
       
    25 
       
    26 // Build target
       
    27 TARGET          UT_nsmldummydataprovider.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000af5a 0x01700000
       
    30 
       
    31 CAPABILITY      EUNIT_CAPS
       
    32 VENDORID        0x00000000
       
    33 
       
    34 #if defined(ARMCC)
       
    35 DEFFILE		./def/eabicontactsdataprovider_test
       
    36 #elif defined(WINSCW)
       
    37 DEFFILE		./def/bwinscwcontactsdataprovider_test
       
    38 #endif
       
    39 
       
    40 // Source files
       
    41 SOURCEPATH      .
       
    42 SOURCE          dllmain.cpp
       
    43 SOURCE          cnsmldummydataprovider_test.cpp
       
    44 SOURCE          cnsmldummydatastore_test.cpp
       
    45 SOURCE 			cnsmladaptertestutilities.cpp 
       
    46 SOURCE          cnsmldummydatastorewaiter.cpp
       
    47 // Code under test
       
    48 SOURCEPATH      ../DummyAdapter/src
       
    49 SOURCE          nsmldummydataprovider.cpp
       
    50 SOURCE          nsmldummydatastore.cpp
       
    51 
       
    52 // Include paths
       
    53 USERINCLUDE     . ../DummyAdapter/inc
       
    54 
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    57 SYSTEMINCLUDE 	/epoc32/include/syncml
       
    58 SYSTEMINCLUDE	/epoc32/include/internal
       
    59 SYSTEMINCLUDE   /epoc32/include/Digia/EUnit
       
    60 
       
    61 // Dependencies to system components
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         EUnit.lib
       
    64 LIBRARY         bafl.lib
       
    65 LIBRARY         smldataprovider.lib
       
    66 LIBRARY         smlstoreformat.lib
       
    67 LIBRARY         nsmlcontactsdataprovider.lib
       
    68 LIBRARY         efsrv.lib
       
    69 LIBRARY         cntmodel.lib
       
    70 LIBRARY         estor.lib
       
    71 LIBRARY         nsmldebug.lib
       
    72