idlefw/tsrc/sapidataplugin/group/ut_sapidata.mmp
branchRCL_3
changeset 28 053c6c7c14f3
equal deleted inserted replaced
27:2c7f27287390 28:053c6c7c14f3
       
     1 /*
       
     2 * Copyright (c) 2010 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <eunitcaps.h>
       
    21 
       
    22 TARGET          ut_sapidata.dll
       
    23 TARGETTYPE      dll
       
    24 TARGETPATH      /DigiaEUnit/Tests
       
    25 UID             0x1000af5a 0x01700b02
       
    26 
       
    27 CAPABILITY      EUNIT_CAPS
       
    28 //VENDORID       0x00000000
       
    29 
       
    30 SOURCEPATH              ../ut_sapidata
       
    31 SOURCE                  ut_sapidatadllmain.cpp
       
    32 SOURCE                  ut_sapidata.cpp
       
    33 
       
    34 // Sources needed by the test
       
    35 SOURCEPATH              ../../../plugins/sapidataplugin/src
       
    36 SOURCE                  sapidata.cpp
       
    37 SOURCE                  sapidataplugin.cpp
       
    38 SOURCE                  sapidataobserver.cpp
       
    39 
       
    40 SOURCEPATH              ../common
       
    41 SOURCE                  observer.cpp
       
    42 
       
    43 USERINCLUDE             ../../../plugins/sapidataplugin/inc
       
    44 USERINCLUDE             ../../../plugins/sapidataplugin/data
       
    45 USERINCLUDE	            ../../../inc/common
       
    46 USERINCLUDE             ../ut_sapidata
       
    47 USERINCLUDE             ../common
       
    48 
       
    49 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    50 SYSTEMINCLUDE           /epoc32/include/internal
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 
       
    54 LIBRARY                 EUnit.lib
       
    55 LIBRARY	                euser.lib
       
    56 LIBRARY	                bafl.lib
       
    57 LIBRARY	                efsrv.lib
       
    58 LIBRARY	                liwservicehandler.lib 
       
    59 LIBRARY	                ecom.lib
       
    60 LIBRARY	                aiutils.lib
       
    61 LIBRARY	                cone.lib
       
    62 LIBRARY	                avkon.lib
       
    63 LIBRARY	                fbscli.lib
       
    64 LIBRARY	                egul.lib
       
    65 LIBRARY	                aknskins.lib  
       
    66 LIBRARY	                charconv.lib 
       
    67 LIBRARY	                estor.lib
       
    68 // Debugging dependencies
       
    69 LIBRARY         flogger.lib
       
    70 
       
    71 // End of File.