messagingapp/msgui/msguiutils/msguiutils.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 = msguiutils
       
    19 DEFINES += BUILD_MSGUI_UTILS_DLL
       
    20 
       
    21 DEPENDPATH += . \
       
    22     inc \
       
    23     src
       
    24 
       
    25 INCLUDEPATH += ../../../inc
       
    26 INCLUDEPATH += ../../msgutils/unieditorutils/editorgenutils/inc
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    28 
       
    29 CONFIG += hb
       
    30 
       
    31 TARGET.UID3 = 0x2001FE69
       
    32 
       
    33 
       
    34 TARGET.CAPABILITY = All -TCB
       
    35 TARGET.EPOCALLOWDLLDATA = 1
       
    36 
       
    37 # Platforms
       
    38 SYMBIAN_PLATFORMS = WINSCW \
       
    39     ARMV5
       
    40 
       
    41 # Build.inf rules
       
    42 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    43     "rom/msguiutils.iby CORE_APP_LAYER_IBY_EXPORT_PATH(msguiutils.iby)"
       
    44 
       
    45 
       
    46 defBlock = \      
       
    47 	  "$${LITERAL_HASH}if defined(EABI)" \
       
    48 	  "DEFFILE  ../eabi/msguiutils.def" \
       
    49              "$${LITERAL_HASH}else" \
       
    50              "DEFFILE  ../bwins/msguiutils.def" \
       
    51              "$${LITERAL_HASH}endif"
       
    52 	
       
    53 MMP_RULES += defBlock
       
    54 
       
    55 # Input
       
    56 HEADERS += msgsendutil.h \
       
    57            mmsconformancecheck.h \
       
    58            msgmediautil.h \
       
    59            msgcontactsutil.h
       
    60            
       
    61 SOURCES += msgsendutil.cpp \
       
    62            mmsconformancecheck.cpp \
       
    63            msgmediautil.cpp \
       
    64            msgcontactsutil.cpp
       
    65     
       
    66 # Libs
       
    67 LIBS += -lxqservice \
       
    68     -lunieditorpluginloader \
       
    69     -leditorgenutils \
       
    70     -lconvergedmessageutils \
       
    71     -lcentralrepository \
       
    72     -lDRMHelper \
       
    73     -lmsgmedia \
       
    74     -lapmime \
       
    75     -lunidatamodelloader \
       
    76     -lxqutils \
       
    77     -lefsrv
       
    78     
       
    79