remotemgmt_plat/syncml_ds_customization_api/tsrc/devinfextmgmtinterface/UT_devinfextmgmtinterface.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 device info extension management
       
    15 *  interface unit tests.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <Digia/Eunit/EUnitCaps.h>
       
    20 #include <platform_paths.hrh>
       
    21 #include <defaultcaps.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 // Build target
       
    25 TARGET          UT_devinfextmgmtif.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000af5a 0x01700000
       
    28 
       
    29 CAPABILITY      EUNIT_CAPS
       
    30 VENDORID        0x00000000
       
    31 
       
    32 #if defined(ARMCC)
       
    33 DEFFILE		./def/eabidevinfextmgmtif_test
       
    34 #elif defined(WINSCW)
       
    35 DEFFILE		./def/bwinscwdevinfextmgmtif_test
       
    36 #endif
       
    37 
       
    38 // Source files
       
    39 SOURCEPATH      .
       
    40 SOURCE          dllmain.cpp
       
    41 SOURCE          devinfextmgmtif_test.cpp
       
    42 
       
    43 // Code under test
       
    44 SOURCEPATH      ../exampledevinfextdataplugin/src
       
    45 SOURCE          exampledevinfextdatacontainerplugin.cpp
       
    46 
       
    47 // Include paths
       
    48 USERINCLUDE     . ../exampledevinfextdataplugin/inc
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    52 SYSTEMINCLUDE   /epoc32/include/Digia/EUnit
       
    53 
       
    54 // Dependencies to system components
       
    55 LIBRARY         ecom.lib
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         EUnit.lib
       
    58 LIBRARY         bafl.lib