idlefw/tsrc/mcsplugin/group/ut_mcspluginpublisher.mmp
branchRCL_3
changeset 111 053c6c7c14f3
equal deleted inserted replaced
110:2c7f27287390 111: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 
       
    23 TARGET          ut_mcspluginpublisher.dll
       
    24 TARGETTYPE      dll
       
    25 TARGETPATH      /DigiaEUnit/Tests
       
    26 UID                     0x1000af5a 0x01700b03
       
    27 
       
    28 CAPABILITY      EUNIT_CAPS
       
    29 //VENDORID      0x00000000
       
    30 
       
    31 SOURCEPATH              ../ut_mcsplugin
       
    32 SOURCE                  ut_mcspluginpublisherdllmain.cpp
       
    33 SOURCE                  ut_mcspluginpublisher.cpp
       
    34 
       
    35 // Sources needed by the test
       
    36 SOURCEPATH              ../../../plugins/mcsplugin/publisher/src
       
    37 SOURCE          mcsplugin.cpp
       
    38 SOURCE          mcspluginengine.cpp
       
    39 SOURCE          mcsplugindata.cpp
       
    40 SOURCEPATH              ../../../plugins/mcsplugin/commonsrc
       
    41 SOURCE                  mcspluginwatcher.cpp
       
    42 
       
    43 
       
    44 
       
    45 USERINCLUDE             ../../../plugins/mcsplugin/publisher/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 LIBRARY         hspluginsettings.lib
       
    79 LIBRARY         commonengine.lib
       
    80 LIBRARY         gslauncher.lib
       
    81 LIBRARY         aknicon.lib
       
    82 LIBRARY         gfxtrans.lib
       
    83 LIBRARY                 egul.lib
       
    84 LIBRARY         mcsextendedmenu.lib 
       
    85 // End of File.