imstutils/imconversationview/imcmslauncherplugin/group/imcmslauncherplugin.mmp
branchRCL_3
changeset 28 3104fc151679
parent 27 2b7283837edb
child 29 9a48e301e94b
equal deleted inserted replaced
27:2b7283837edb 28:3104fc151679
     1 /*
       
     2 * Copyright (c) 2008 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 plugin is loaded by the Communication Launcher
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "imcmslauncherplugin.hrh"
       
    22 
       
    23 TARGET                  imcmslauncherplugin.dll
       
    24 TARGETTYPE              plugin
       
    25 
       
    26 // Note: TAKE NEW UIDS
       
    27 UID                     0x10009D8D 0x200255D1
       
    28 
       
    29 VERSION      						10.0
       
    30 
       
    31 CAPABILITY              CAP_ECOM_PLUGIN
       
    32 VENDORID                VID_DEFAULT
       
    33 
       
    34 // ECOM RESOURCE
       
    35 START RESOURCE  				imcmslauncherplugin.rss
       
    36 TARGET          				imcmslauncherplugin
       
    37 TARGETPATH      				ECOM_RESOURCE_DIR
       
    38 END
       
    39 
       
    40 
       
    41 SOURCEPATH      				../src
       
    42 SOURCE          				imcmslauncherplugin.cpp
       
    43 
       
    44 
       
    45 USERINCLUDE     				.
       
    46 USERINCLUDE     				../inc
       
    47 
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE   				/epoc32/include/ecom
       
    50 
       
    51 LIBRARY         				euser.lib   // Base
       
    52 LIBRARY         				ecom.lib
       
    53 LIBRARY         				bafl.lib
       
    54 LIBRARY         				charconv.lib
       
    55 
       
    56 LIBRARY         				cone.lib
       
    57 LIBRARY         				eikcore.lib
       
    58 LIBRARY         				apgrfx.lib
       
    59 
       
    60 DEBUGLIBRARY    				flogger.lib // Sending trace data to log file
       
    61 DEBUGLIBRARY    				efsrv.lib   // file server
       
    62 LIBRARY         				apparc.lib
       
    63 
       
    64 // imcvlauncher
       
    65 LIBRARY									imcvlauncher.lib
       
    66 LIBRARY     						serviceprovidersettings.lib
       
    67 
       
    68 // End of file