wvuing/ImLauncher/Group/imlauncherpluginng.mmp
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002 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:  This is project specification file for Opening IM 
       
    15 *                conversation.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 CAPABILITY CAP_ECOM_PLUGIN
       
    21 
       
    22 #include "../../inc/ChatNGCommonUIDs.h"
       
    23 
       
    24 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    25 #include <platform_paths.hrh>
       
    26 
       
    27 // Build target
       
    28 TARGET          imlauncherng.dll
       
    29 TARGETTYPE      PLUGIN
       
    30 UID 			KIMLAUNCHERUID2 KIMLAUNCHERUID3
       
    31 VENDORID VID_DEFAULT
       
    32 // Source files location
       
    33 SOURCEPATH      ../Src
       
    34 
       
    35 // Source files
       
    36 SOURCE          CImLauncherImplementation.cpp
       
    37 SOURCE          DllMain.cpp
       
    38 
       
    39 // Resources
       
    40 START RESOURCE  ../Rss/102824CC.rss
       
    41 TARGET			imlauncherng.rsc
       
    42 END
       
    43 
       
    44 // Include paths
       
    45 USERINCLUDE     ../Rss
       
    46 USERINCLUDE     ../Inc
       
    47 USERINCLUDE     ../Group
       
    48 USERINCLUDE     ../../Inc
       
    49 USERINCLUDE     ../../Group
       
    50 USERINCLUDE     ../../wvaudiomanager/Inc
       
    51 USERINCLUDE     ../../cenrep
       
    52 
       
    53 SYSTEMINCLUDE   ../../../inc	//ADO-specific include directory
       
    54 
       
    55 SYSTEMINCLUDE   ../../../im_pub/im_api/inc
       
    56 SYSTEMINCLUDE   ../../../im_pub/im_application_launch_api/inc
       
    57 SYSTEMINCLUDE   ../../../im_plat/wv_sap_settings_api/inc
       
    58 
       
    59 
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 SYSTEMINCLUDE   /epoc32/include/ecom
       
    63 
       
    64 #include "../../Inc/impsbuilddefinitions.h"
       
    65 
       
    66 #ifdef _ENABLE_DEBUG_PRINT
       
    67     MACRO   CHAT_ENABLE_DEBUG_PRINT         
       
    68     #ifdef _ENABLE_FILE_DEBUG
       
    69         MACRO   CHAT_DEBUG_OUTPUT_TO_FILE     
       
    70         LIBRARY		flogger.lib
       
    71     #endif
       
    72 #endif
       
    73 
       
    74 // Dependencies to system components
       
    75 
       
    76 LIBRARY		bafl.lib
       
    77 LIBRARY		cone.lib
       
    78 LIBRARY 	euser.lib 
       
    79 LIBRARY 	ecom.lib
       
    80 LIBRARY		aknnotify.lib
       
    81 LIBRARY		commonengine.lib // for RSharedDataClient
       
    82 LIBRARY		profileeng.lib
       
    83 
       
    84 LIBRARY		CenRepNotifHandler.lib
       
    85 LIBRARY		centralrepository.lib
       
    86 LIBRARY		impsconnectionuing.lib	// for presence login
       
    87 LIBRARY		wvsapsettingsstore.lib
       
    88 LIBRARY		PlatformEnv.lib //PathInfo
       
    89 LIBRARY     efsrv.lib	
       
    90 LIBRARY     HWRMVibraClient.lib
       
    91 LIBRARY		caaudiomanagerng.lib
       
    92 
       
    93 LANGUAGE_IDS
       
    94 
       
    95 // End of File
       
    96