idlefw/tsrc/devicestatusplugin/group/MT_DevStaPlg.mmp
branchRCL_3
changeset 28 053c6c7c14f3
child 31 8baec10861af
equal deleted inserted replaced
27:2c7f27287390 28:053c6c7c14f3
       
     1 /*
       
     2 * Copyright (c) 2004 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          mt_devstaplg.dll
       
    23 TARGETTYPE      dll
       
    24 TARGETPATH      /digiaeunit/tests
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY      EUNIT_CAPS
       
    28 VENDORID        0x00000000
       
    29 
       
    30 SOURCEPATH              ../mt_devstaplg
       
    31 SOURCE                  mt_devstaplgdllmain.cpp
       
    32 SOURCE                  mt_devstaplg.cpp
       
    33 SOURCE                  contentobserver.cpp
       
    34 SOURCE                  runtimetest.cpp
       
    35 //SOURCE                  testobserver.cpp
       
    36 
       
    37 USERINCLUDE             ../mt_devstaplg
       
    38 USERINCLUDE             ../stub/src
       
    39 USERINCLUDE             ../../../../inc/common
       
    40 USERINCLUDE             ../../../../inc/framework
       
    41 USERINCLUDE             ../../../../group
       
    42 USERINCLUDE             ../../../../plugins/devicestatus/inc
       
    43 USERINCLUDE             ../../../../../../homescreen/idlehomescreen/inc
       
    44 USERINCLUDE             ../../../../../../homescreen/idlehomescreen/nativeuicontroller/inc
       
    45 USERINCLUDE             ../../../../../idlefw/plugins/profileplugin/inc
       
    46 USERINCLUDE             ../../../../../../../app/homescreen/idlehomescreen/inc
       
    47 USERINCLUDE             ../../../../../../../app/homescreen/idlehomescreen/nativeuicontroller/inc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY         eunit.lib
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         ecom.lib
       
    54 LIBRARY         stub.lib
       
    55 LIBRARY         eunitutil.lib
       
    56 LIBRARY         efsrv.lib
       
    57 LIBRARY         phoneclient.lib
       
    58 LIBRARY         fbscli.lib
       
    59 LIBRARY         egul.lib
       
    60 LIBRARY         aifw.lib
       
    61 LIBRARY         flogger.lib
       
    62 LIBRARY         aiutils.lib
       
    63 
       
    64 // End of file