messagingapp/msgutils/unieditorutils/unieditorplugins/unieditormmsplugin/unieditormmsplugin.pro
changeset 25 84d9eb65b26f
child 37 518b245aa84c
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 += ../../editorgenutils/inc
       
    30 INCLUDEPATH += ../../../../../inc
       
    31 INCLUDEPATH += ../../../../../mmsengine/mmsmessage/inc 
       
    32 INCLUDEPATH += ../../../../../mmsengine/inc
       
    33 INCLUDEPATH += ../../../unidatautils/unidatamodel/inc
       
    34 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    37 
       
    38 CONFIG += hb plugin
       
    39 
       
    40 # Input
       
    41 HEADERS += inc/unieditormmsplugin.h \
       
    42 	inc/unieditormmsplugin_p.h 
       
    43 		   	  		   
       
    44 SOURCES += src/unieditormmsplugin.cpp \
       
    45 	src/unieditormmsplugin_p.cpp 
       
    46     
       
    47  LIBS += -leuser \
       
    48 				 -lcone \
       
    49 			   -lmsgs \ 
       
    50 				 -lmmsmessage \ 
       
    51 				 -lmmsserversettings \
       
    52 			   -lmmsgenutils \
       
    53 				 -lcommdb \
       
    54 				 -lefsrv \
       
    55 				 -lbafl \
       
    56 				 -leditorgenutils \
       
    57 				 -lunidatamodelloader \
       
    58 				 -lconvergedmessageutils \
       
    59 				 -ls60qconversions \
       
    60 				 -lunidatamodel \
       
    61 				 -lmsgmedia \
       
    62 				 -leikctl 
       
    63 
       
    64 	
       
    65 # Build.inf rules
       
    66 BLD_INF_RULES.prj_exports += \
       
    67      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    68     "rom/unieditormmsplugin.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(unieditormmsplugin.iby)"
       
    69 	
       
    70 # plugin stub deployment
       
    71 plugin.sources = unieditormmsplugin.dll
       
    72 plugin.path = \resource\qt\plugins\messaging\editorplugins
       
    73 DEPLOYMENT += plugin
       
    74 
       
    75