messagingapp/msgutils/unidatautils/unidatamodelplugins/unibiomessagedataplugin/unibiomessagedataplugin.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(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 += ../../../../msgutils/s60qconversions/inc
       
    29 INCLUDEPATH += ../../../../../inc
       
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    33 
       
    34 CONFIG += plugin
       
    35 
       
    36 # Input
       
    37 HEADERS += inc/unibiomessagedataplugin.h \
       
    38 	inc/unibiomessagedataplugin_p.h 
       
    39 	   	   		   
       
    40 SOURCES += src/unibiomessagedataplugin.cpp \
       
    41 	src/unibiomessagedataplugin_p.cpp
       
    42  
       
    43 # Build.inf rules 
       
    44 BLD_INF_RULES.prj_exports += \
       
    45   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    46     "rom/unibiomessagedataplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(unibiomessagedataplugin.iby)" 
       
    47  
       
    48     symbian {
       
    49     BLD_INF_RULES.prj_exports += "prov.rsc /epoc32/data/z/resource/messaging/bif/prov.rsc"
       
    50 		}
       
    51      
       
    52  LIBS += -leuser \
       
    53 	-lconvergedmessageutils\
       
    54 	-ls60qconversions \
       
    55 	-lmsgs \
       
    56 	-lSmcm \
       
    57 	-lgsmu \
       
    58 	-letext \
       
    59 	-lQtCore \
       
    60 	-lefsrv \
       
    61 	-lbioc \
       
    62 	-lbifu
       
    63 
       
    64 
       
    65 # plugin stub deployment
       
    66 plugin.sources = unibiomessagedataplugin.dll
       
    67 plugin.path = \resource\qt\plugins\messaging\datamodel
       
    68 DEPLOYMENT += plugin
       
    69 
       
    70