messagingapp/msgutils/unieditorplugins/unieditormmsplugin/unieditormmsplugin.pro
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     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:
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = $$qtLibraryTarget(unieditormmsplugin)
       
    19 
       
    20 TARGET.CAPABILITY = All -TCB
       
    21 TARGET.EPOCALLOWDLLDATA = 1
       
    22 
       
    23 #UID 3
       
    24 TARGET.UID3 = 0x102072DB #old editor mms plugin uid
       
    25 
       
    26 
       
    27 
       
    28 INCLUDEPATH += ../../s60qconversions/inc
       
    29 INCLUDEPATH += ../../unieditorutils/inc
       
    30 INCLUDEPATH += ../../../../inc
       
    31 INCLUDEPATH += ../../../../mmsengine/mmsmessage/inc 
       
    32 INCLUDEPATH += ../../../../mmsengine/inc
       
    33 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    36 
       
    37 CONFIG += plugin
       
    38 
       
    39 # Input
       
    40 HEADERS += \
       
    41         inc/sessioneventhandler.h \
       
    42 	inc/unieditormmsplugin.h \
       
    43 	inc/unieditormmsplugin_p.h 
       
    44 		   	  		   
       
    45 SOURCES += \
       
    46         src/sessioneventhandler.cpp \
       
    47 	src/unieditormmsplugin.cpp \
       
    48 	src/unieditormmsplugin_p.cpp 
       
    49     
       
    50  LIBS += -leuser \
       
    51 -lcone \
       
    52 -lmsgs \ 
       
    53 -lmmsmessage \ 
       
    54 -lmmsserversettings \
       
    55 -lmmsgenutils \
       
    56 -lcommdb \
       
    57 -lefsrv \
       
    58 -lbafl \
       
    59 -lunieditorutils \
       
    60 -lunidatamodelloader \
       
    61 -lconvergedmessageutils \
       
    62 -ls60qconversions
       
    63 	
       
    64 # Build.inf rules
       
    65 BLD_INF_RULES.prj_exports += \
       
    66      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    67     "rom/unieditormmsplugin.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(unieditormmsplugin.iby)"
       
    68 	
       
    69 # plugin stub deployment
       
    70 plugin.sources = unieditormmsplugin.dll
       
    71 plugin.path = \resource\qt\plugins\messaging\editorplugins
       
    72 DEPLOYMENT += plugin
       
    73 
       
    74