mobilemessaging/unieditor/smsplugin/bld/UniSmsPlugin.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2006,2007 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 the Unified Editor SMS
       
    15 *                Plugin
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          unismsplugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D 0x102072DA
       
    26 VENDORID        VID_DEFAULT
       
    27 VERSION 	10.0
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 PAGED
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          UniSmsPlugin.cpp 
       
    33 SOURCE          UniSMSUtils.cpp
       
    34 
       
    35 SOURCEPATH      ../data
       
    36 START RESOURCE  102072DA.rss
       
    37 TARGET          unismsplugin.rsc
       
    38 END
       
    39 
       
    40 START RESOURCE ../data/UniSmsPluginD.rss
       
    41 TARGETPATH      RESOURCE_FILES_DIR
       
    42 HEADER
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 SYSTEMINCLUDE   ../../../../inc
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 SYSTEMINCLUDE   /epoc32/include/ecom
       
    49 
       
    50 USERINCLUDE     ../inc
       
    51 USERINCLUDE     ../../inc
       
    52 USERINCLUDE     ../../mtm/inc
       
    53 USERINCLUDE     ../../pluginapi/inc
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         cone.lib
       
    57 LIBRARY         avkon.lib  
       
    58 LIBRARY         eikcoctl.lib
       
    59 LIBRARY         eikcore.lib
       
    60 LIBRARY         eikdlg.lib
       
    61 LIBRARY         msgs.lib
       
    62 LIBRARY         unipluginapi.lib
       
    63 LIBRARY         etext.lib
       
    64 LIBRARY         gsmu.lib
       
    65 LIBRARY         muiu.lib
       
    66 LIBRARY         muiu_internal.lib
       
    67 LIBRARY         mmsgenutils.lib
       
    68 LIBRARY         efsrv.lib
       
    69 LIBRARY         estor.lib
       
    70 LIBRARY         smcm.lib
       
    71 LIBRARY         smum.lib                //Service Center dialog
       
    72 LIBRARY         commonengine.lib         
       
    73 LIBRARY         bafl.lib
       
    74 LIBRARY         msgeditormodel.lib
       
    75 LIBRARY         cdlengine.lib // Layout
       
    76 LIBRARY         featmgr.lib
       
    77 DEBUGLIBRARY    flogger.lib