messagingapp/msgutils/unidatamodel/unismsdataplugin/unismsdataplugin.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(unismsdataplugin)
       
    19 
       
    20 TARGET.CAPABILITY = All -TCB
       
    21 TARGET.EPOCALLOWDLLDATA = 1
       
    22 
       
    23 #UID 3
       
    24 TARGET.UID3 = 0x2001FE60
       
    25 
       
    26 DEPENDPATH += . inc src
       
    27 
       
    28 INCLUDEPATH += ./inc
       
    29 INCLUDEPATH += ../../../msgutils/s60qconversions/inc
       
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    31 INCLUDEPATH += ../../../../inc
       
    32 
       
    33 
       
    34 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    35 
       
    36 CONFIG += plugin
       
    37 
       
    38 # Input
       
    39 HEADERS += inc/sessioneventhandler.h \
       
    40 	inc/unismsdataplugin.h \
       
    41 	inc/unismsdataplugin_p.h
       
    42 		   
       
    43 SOURCES += src/sessioneventhandler.cpp \
       
    44 	src/unismsdataplugin.cpp \
       
    45 	src/unismsdataplugin_p.cpp 
       
    46  
       
    47 # Build.inf rules 
       
    48 BLD_INF_RULES.prj_exports += \
       
    49   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    50    "rom/unismsdataplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(unismsdataplugin.iby)" 
       
    51     
       
    52  LIBS += -leuser \
       
    53 	-lconvergedmessageutils\
       
    54 	-ls60qconversions \
       
    55 	-lmsgs \
       
    56 	-lSmcm \
       
    57 	-lgsmu \
       
    58 	-letext \
       
    59 	-lQtCore
       
    60 	
       
    61 # plugin stub deployment
       
    62 plugin.sources = unismsdataplugin.dll
       
    63 plugin.path = \resource\qt\plugins\messaging\datamodel
       
    64 DEPLOYMENT += plugin
       
    65 
       
    66