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