messagingapp/msgutils/unidatautils/unidatamodelplugins/unismsdataplugin/unismsdataplugin.pro
branchRCL_3
changeset 26 ebe688cedc25
equal deleted inserted replaced
25:fa1df4b99609 26:ebe688cedc25
       
     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 += $$APP_LAYER_SYSTEMINCLUDE
       
    30 INCLUDEPATH += ../../../../../inc
       
    31 
       
    32 
       
    33 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    34 
       
    35 CONFIG += plugin
       
    36 
       
    37 # Input
       
    38 HEADERS += inc/unismsdataplugin.h \
       
    39 	inc/unismsdataplugin_p.h
       
    40 		   
       
    41 SOURCES += src/unismsdataplugin.cpp \
       
    42 	src/unismsdataplugin_p.cpp 
       
    43  
       
    44 # Build.inf rules 
       
    45 BLD_INF_RULES.prj_exports += \
       
    46   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    47    "rom/unismsdataplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(unismsdataplugin.iby)" 
       
    48     
       
    49  LIBS += -leuser \
       
    50 	-lconvergedmessageutils\
       
    51 	-lmsgs \
       
    52 	-lSmcm \
       
    53 	-lgsmu \
       
    54 	-letext \
       
    55 	-lQtCore \
       
    56 	-lxqutils
       
    57 	
       
    58 # plugin stub deployment
       
    59 plugin.sources = unismsdataplugin.dll
       
    60 plugin.path = \resource\qt\plugins\messaging\datamodel
       
    61 DEPLOYMENT += plugin
       
    62 
       
    63