messagingapp/msgutils/unidatautils/unidatamodelplugins/unimmsdataplugin/unimmsdataplugin.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(unimmsdataplugin)
       
    19 
       
    20 TARGET.CAPABILITY = All -TCB
       
    21 TARGET.EPOCALLOWDLLDATA = 1
       
    22 
       
    23 #UID 3
       
    24 TARGET.UID3 = 0xE01F5465 #need to get a uid 
       
    25 
       
    26 DEPENDPATH += . inc src
       
    27 
       
    28 INCLUDEPATH += ./inc
       
    29 INCLUDEPATH += ../../../../msgutils/s60qconversions/inc
       
    30 INCLUDEPATH += ../../../unieditorutils/unieditorutils/inc
       
    31 INCLUDEPATH += ../../../../../inc
       
    32 INCLUDEPATH += ../../../../mmsengine/mmsmessage/inc 
       
    33 INCLUDEPATH += ../../unidatamodel/inc
       
    34 INCLUDEPATH += ../../../../mmsengine/inc
       
    35 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    38 
       
    39 CONFIG += plugin
       
    40 
       
    41 # Input
       
    42 HEADERS += inc/unimmsdataplugin.h \
       
    43 	inc/unimmsdataplugin_p.h
       
    44 
       
    45 	   	   
       
    46 		   
       
    47 SOURCES += src/unimmsdataplugin.cpp \
       
    48 	src/unimmsdataplugin_p.cpp
       
    49  
       
    50 # Build.inf rules 
       
    51 BLD_INF_RULES.prj_exports += \
       
    52   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    53   "rom/unimmsdataplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(unimmsdataplugin.iby)" \
       
    54 	
       
    55     
       
    56  LIBS += -leuser \
       
    57 	-lbafl \
       
    58 	-lestor \
       
    59 	-lconvergedmessageutils\
       
    60 	-ls60qconversions \
       
    61 	-lmsgs \
       
    62 	-letext \
       
    63 	-lmmscli \
       
    64 	-lefsrv \
       
    65 	-lmmsmessage \
       
    66 	-leditorgenutils \
       
    67 	-lunidatamodel \
       
    68 	-lmmsserversettings \
       
    69 	-lmsgmedia \
       
    70 	-leikctl 
       
    71 	
       
    72 # plugin stub deployment
       
    73 plugin.sources = unimmsdataplugin.dll
       
    74 plugin.path = \resource\qt\plugins\messaging\datamodel
       
    75 DEPLOYMENT += plugin
       
    76 
       
    77