idlefw/tsrc/sapidataplugin/group/ut_sapidataobserver.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_sapidataobserver.dll
       
    23 TARGETTYPE      dll
       
    24 TARGETPATH      /DigiaEUnit/Tests
       
    25 UID             0x1000af5a 0x01700b01
       
    26 
       
    27 CAPABILITY      EUNIT_CAPS
       
    28 //VENDORID        0x00000000
       
    29 
       
    30 SOURCEPATH              ../common
       
    31 SOURCE                  interface.cpp
       
    32 
       
    33 SOURCEPATH              ../ut_sapidataobserver
       
    34 SOURCE                  ut_sapidataobserverdllmain.cpp
       
    35 SOURCE                  ut_sapidataobserver.cpp
       
    36 
       
    37 // Sources needed by the test
       
    38 SOURCEPATH              ../../../plugins/sapidataplugin/src
       
    39 SOURCE                  sapidata.cpp
       
    40 SOURCE                  sapidataplugin.cpp
       
    41 SOURCE                  sapidataobserver.cpp
       
    42 
       
    43 USERINCLUDE             ../../../plugins/sapidataplugin/inc
       
    44 USERINCLUDE             ../../../plugins/sapidataplugin/data
       
    45 USERINCLUDE             ../../../inc/common
       
    46 USERINCLUDE             ../ut_sapidataplugin
       
    47 USERINCLUDE             ../common
       
    48 
       
    49 SYSTEMINCLUDE           /epoc32/include/internal
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 
       
    53 LIBRARY                    EUnit.lib
       
    54 LIBRARY                    euser.lib
       
    55 LIBRARY                    bafl.lib
       
    56 LIBRARY                    efsrv.lib
       
    57 LIBRARY                    liwservicehandler.lib 
       
    58 LIBRARY                    ecom.lib
       
    59 LIBRARY                    aiutils.lib
       
    60 LIBRARY                    cone.lib
       
    61 LIBRARY                    avkon.lib
       
    62 LIBRARY                    fbscli.lib
       
    63 LIBRARY                    egul.lib
       
    64 LIBRARY                    aknskins.lib  
       
    65 LIBRARY                    charconv.lib 
       
    66 LIBRARY                    estor.lib
       
    67 // Debugging dependencies
       
    68 LIBRARY                 flogger.lib
       
    69 
       
    70 // End of File.