omadm/lawmo/lawmoplugins/messagingplugin/group/messagingplugin.mmp
branchRCL_3
changeset 70 5d5344402085
parent 65 450d1facd418
child 73 5042b6604f6f
equal deleted inserted replaced
65:450d1facd418 70:5d5344402085
     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:  Messaging plug-in for LAWMO
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19  
       
    20 TARGET lawmomessagingplugin.dll
       
    21 TARGETTYPE PLUGIN
       
    22 
       
    23 // ECom Dll recognition UID followed by the unique UID for this dll
       
    24 UID 0x10009D8D 0x2002EA26
       
    25 VENDORID VID_DEFAULT
       
    26 CAPABILITY  CAP_ECOM_PLUGIN
       
    27 
       
    28 APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 SYSTEMINCLUDE 		/epoc32/include/ecom
       
    31 SYSTEMINCLUDE     /epoc32/include
       
    32 
       
    33 USERINCLUDE 			../inc 
       
    34 USERINCLUDE 			../../../inc 
       
    35 
       
    36 SOURCEPATH				../src
       
    37 SOURCE					messagingplugin.cpp
       
    38 SOURCE 					lawmomessagingasyncwipe.cpp
       
    39 SOURCE 					messagingpluginproxy.cpp
       
    40 
       
    41 SOURCEPATH				../data
       
    42 start resource messagingplugin.rss
       
    43 TARGET lawmomessagingplugin.rsc
       
    44 LANGUAGE_IDS
       
    45 end
       
    46 
       
    47 LIBRARY 			euser.lib ecom.lib efsrv.lib 
       
    48 LIBRARY       centralrepository.lib
       
    49 LIBRARY       platformenv.lib
       
    50 
       
    51 LIBRARY		ws32.lib // Closing Apps
       
    52 LIBRARY		apgrfx.lib // TApaTaskList
       
    53 
       
    54 LIBRARY msgs.lib cntmodel.lib gsmu.lib smcm.lib 
       
    55 //DEBUGLIBRARY flogger.lib
       
    56 LIBRARY flogger.lib
       
    57