idlefw/tsrc/mcsplugin/group/ut_mcspluginhandler.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_mcspluginhandler.dll
       
    23 TARGETTYPE      dll
       
    24 TARGETPATH      /DigiaEUnit/Tests
       
    25 UID                     0x1000af5a 0x01700aff
       
    26 
       
    27 CAPABILITY              EUNIT_CAPS
       
    28 //VENDORID                0x00000000
       
    29 
       
    30 EPOCALLOWDLLDATA
       
    31 
       
    32 SOURCEPATH              ../ut_mcsplugin
       
    33 SOURCE                  ut_mcspluginhandlerdllmain.cpp
       
    34 SOURCE                  ut_mcspluginhandler.cpp
       
    35 
       
    36 // Sources needed by the test
       
    37 SOURCEPATH              ../../../plugins/mcsplugin/handler/src
       
    38 SOURCE                  mcspluginhandler.cpp
       
    39 SOURCE                  mcsplugincompletedoperation.cpp
       
    40 SOURCEPATH              ../../../plugins/mcsplugin/commonsrc
       
    41 SOURCE                  mcspluginwatcher.cpp
       
    42 
       
    43 
       
    44 
       
    45 USERINCLUDE             ../../../plugins/mcsplugin/handler/inc
       
    46 USERINCLUDE             ../../../plugins/mcsplugin/commoninc
       
    47 USERINCLUDE             ../../../plugins/mcsplugin/data
       
    48 USERINCLUDE		        ../../../inc/common
       
    49 USERINCLUDE             ../ut_mcsplugin
       
    50 
       
    51 SYSTEMINCLUDE           /epoc32/include/internal
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY                 euser.lib
       
    55 LIBRARY                 ecom.lib
       
    56 LIBRARY                 avkon.lib
       
    57 LIBRARY                 bafl.lib
       
    58 LIBRARY                 cone.lib
       
    59 LIBRARY                 efsrv.lib
       
    60 LIBRARY                 eikcoctl.lib
       
    61 LIBRARY                 eikcore.lib
       
    62 LIBRARY                 centralrepository.lib
       
    63 
       
    64 LIBRARY                 msgs.lib                // For Message Server
       
    65 
       
    66 LIBRARY                 favouritesengine.lib
       
    67 LIBRARY                 EUnit.lib
       
    68 LIBRARY			        CdlEngine.lib
       
    69 LIBRARY        			ws32.lib
       
    70 
       
    71 LIBRARY         mcsmenu.lib
       
    72 LIBRARY         aiutils.lib
       
    73 LIBRARY         mcsmenuutils.lib
       
    74 LIBRARY         sendui.lib
       
    75 LIBRARY         viewcli.lib
       
    76 LIBRARY         apparc.lib
       
    77 LIBRARY         apgrfx.lib
       
    78 
       
    79 // End of File.