remotemgmt_plat/syncml_ds_customization_api/tsrc/operatorsettings/ut_nsmldsoperatorsettings.mmp
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
child 27 5cc2995847ea
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
     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 operator settings 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_nsmldsoperatorsettings.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000af5a 0x01700000
       
    30 
       
    31 CAPABILITY      EUNIT_CAPS
       
    32 VENDORID        0x00000000
       
    33 
       
    34 #if defined(ARMCC)
       
    35 DEFFILE		./def/eabidsoperatorsettings_test
       
    36 #elif defined(WINSCW)
       
    37 DEFFILE		./def/bwinscwdsoperatorsettings_test
       
    38 #endif
       
    39 
       
    40 // Source files
       
    41 SOURCEPATH      .
       
    42 SOURCE          dllmain.cpp
       
    43 SOURCE          nsmldsoperatorsettings_test.cpp
       
    44 
       
    45 // Code under test
       
    46 //SOURCEPATH      ../../../../syncmlfw/ds/settings/src
       
    47 //SOURCE          NSmlDSOperatorSettings.cpp
       
    48 
       
    49 // Include paths
       
    50 USERINCLUDE     . ../../../../syncmlfw/ds/settings/inc
       
    51 
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    54 SYSTEMINCLUDE 	/epoc32/include/syncml
       
    55 SYSTEMINCLUDE	/epoc32/include/internal
       
    56 SYSTEMINCLUDE   /epoc32/include/Digia/EUnit
       
    57 
       
    58 // Dependencies to system components
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         EUnit.lib
       
    61 LIBRARY         bafl.lib
       
    62 LIBRARY         nsmldssettings.lib
       
    63 LIBRARY         efsrv.lib
       
    64 LIBRARY         cntmodel.lib
       
    65 LIBRARY         estor.lib
       
    66 LIBRARY         nsmldebug.lib
       
    67 LIBRARY			centralrepository.lib
       
    68