idlefw/tsrc/mcsplugin/group/ut_mcssettings.mmp
branchRCL_3
changeset 111 053c6c7c14f3
equal deleted inserted replaced
110:2c7f27287390 111:053c6c7c14f3
       
     1 /*
       
     2 * Copyright (c) 2009 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_mcssettings.dll
       
    23 TARGETTYPE      dll
       
    24 TARGETPATH      /DigiaEUnit/Tests
       
    25 UID                     0x1000af5a 0x01700afe
       
    26 
       
    27 CAPABILITY              EUNIT_CAPS
       
    28 //VENDORID                0x00000000
       
    29 
       
    30 SOURCEPATH              ../UT_mcssettings
       
    31 SOURCE                  UT_mcssettingsDllMain.cpp
       
    32 SOURCE                  UT_mcssettings.cpp
       
    33 
       
    34 // Sources needed by the test
       
    35 SOURCEPATH              ../../../plugins/mcsplugin/settings/src
       
    36 SOURCE                  mcspluginsettings.cpp
       
    37 SOURCE                  mcspluginsettingscontainer.cpp
       
    38 SOURCE                  mcspluginsettingsmodel.cpp
       
    39 SOURCE                  mcspluginsettingsapplist.cpp
       
    40 SOURCE                  mcspluginsettingsbkmlist.cpp
       
    41 
       
    42 SOURCEPATH              ../../../plugins/mcsplugin/commonsrc
       
    43 SOURCE                  mcspluginwatcher.cpp
       
    44 
       
    45 
       
    46 
       
    47 USERINCLUDE             ../../../plugins/mcsplugin/settings/inc
       
    48 USERINCLUDE             ../../../plugins/mcsplugin/commoninc
       
    49 USERINCLUDE             ../../../plugins/mcsplugin/data
       
    50 USERINCLUDE		        ../../../inc/common
       
    51 USERINCLUDE             ../UT_mcssettings
       
    52 
       
    53 SYSTEMINCLUDE           /epoc32/include/internal
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY                 euser.lib
       
    57 LIBRARY                 ecom.lib
       
    58 LIBRARY                 avkon.lib
       
    59 LIBRARY                 bafl.lib
       
    60 LIBRARY                 cone.lib
       
    61 LIBRARY                 efsrv.lib
       
    62 LIBRARY                 eikcoctl.lib
       
    63 LIBRARY                 eikcore.lib
       
    64 LIBRARY                 centralrepository.lib
       
    65 LIBRARY                 cenrepnotifhandler.lib  // CCenRepNotifyHandler
       
    66 LIBRARY                 gsframework.lib         // For base classes
       
    67 LIBRARY                 gslistbox.lib           // For CGSListBoxItemTextArray
       
    68 LIBRARY                 gsecomplugin.lib
       
    69 LIBRARY                 commonengine.lib        // For RConeResourceLoader
       
    70 LIBRARY                 inetprotutil.lib        // For TUriParser
       
    71 LIBRARY                 apgrfx.lib              // For RApaLsSession
       
    72 LIBRARY                 apparc.lib              // For TApaAppInfo
       
    73 LIBRARY                 msgs.lib                // For Message Server
       
    74 LIBRARY                 platformenv.lib         // For PathInfo
       
    75 LIBRARY                 hlplch.lib              // for HlpLauncher
       
    76 LIBRARY                 featmgr.lib             // For feature manager
       
    77 LIBRARY                 favouritesengine.lib
       
    78 LIBRARY                 EUnit.lib
       
    79 LIBRARY			        CdlEngine.lib
       
    80 LIBRARY                 javaregistryclient.lib  // For JavaRegistry
       
    81 LIBRARY        			ws32.lib
       
    82 
       
    83 LIBRARY         mcsmenu.lib
       
    84 LIBRARY         hspluginsettings.lib
       
    85 LIBRARY         aiutils.lib
       
    86 
       
    87 // End of File.