messagingapp/msgutils/unidatautils/unidatamodelplugins/unibiomessagedataplugin/unibiomessagedataplugin.pro
branchRCL_3
changeset 57 ebe688cedc25
equal deleted inserted replaced
54:fa1df4b99609 57: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(unibiomessagedataplugin)
       
    19 
       
    20 TARGET.CAPABILITY = All -TCB
       
    21 TARGET.EPOCALLOWDLLDATA = 1
       
    22 
       
    23 #UID 3
       
    24 TARGET.UID3 = 0x2001FE61
       
    25 
       
    26 DEPENDPATH += . inc src
       
    27 INCLUDEPATH += ./inc
       
    28 INCLUDEPATH += ../../../../../inc
       
    29 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    32 
       
    33 CONFIG += plugin
       
    34 
       
    35 # Input
       
    36 HEADERS += inc/unibiomessagedataplugin.h \
       
    37 	inc/unibiomessagedataplugin_p.h 
       
    38 	   	   		   
       
    39 SOURCES += src/unibiomessagedataplugin.cpp \
       
    40 	src/unibiomessagedataplugin_p.cpp
       
    41  
       
    42 # Build.inf rules 
       
    43 BLD_INF_RULES.prj_exports += \
       
    44   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    45     "rom/unibiomessagedataplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(unibiomessagedataplugin.iby)" 
       
    46  
       
    47     symbian {
       
    48     BLD_INF_RULES.prj_exports += "prov.rsc /epoc32/data/z/resource/messaging/bif/prov.rsc"
       
    49 		}
       
    50      
       
    51  LIBS += -leuser \
       
    52 	-lconvergedmessageutils\
       
    53 	-lmsgs \
       
    54 	-lSmcm \
       
    55 	-lgsmu \
       
    56 	-letext \
       
    57 	-lQtCore \
       
    58 	-lefsrv \
       
    59 	-lbioc \
       
    60 	-lbifu \
       
    61 	-lxqutils
       
    62 
       
    63 
       
    64 # plugin stub deployment
       
    65 plugin.sources = unibiomessagedataplugin.dll
       
    66 plugin.path = \resource\qt\plugins\messaging\datamodel
       
    67 DEPLOYMENT += plugin
       
    68 
       
    69