messagingapp/msgui/msguiutils/msguiutils.pro
changeset 31 ebfee66fde93
child 34 84197e66a4bd
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     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 += ../../msgutils/s60qconversions/inc
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 CONFIG += hb
       
    31 
       
    32 TARGET.UID3 = 0x2001FE69
       
    33 
       
    34 
       
    35 TARGET.CAPABILITY = All -TCB
       
    36 TARGET.EPOCALLOWDLLDATA = 1
       
    37 
       
    38 # Platforms
       
    39 SYMBIAN_PLATFORMS = WINSCW \
       
    40     ARMV5
       
    41 
       
    42 # Build.inf rules
       
    43 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    44     "rom/msguiutils.iby CORE_APP_LAYER_IBY_EXPORT_PATH(msguiutils.iby)"
       
    45 
       
    46 # Input
       
    47 HEADERS += msgsendutil.h \
       
    48            mmsconformancecheck.h \
       
    49            msgmediautil.h
       
    50            
       
    51 SOURCES += msgsendutil.cpp \
       
    52            mmsconformancecheck.cpp \
       
    53            msgmediautil.cpp
       
    54     
       
    55 # Libs
       
    56 LIBS += -lxqservice \
       
    57     -lunieditorpluginloader \
       
    58     -leditorgenutils \
       
    59     -lconvergedmessageutils \
       
    60     -lcentralrepository \
       
    61     -ls60qconversions \
       
    62     -lDRMHelper \
       
    63     -lmsgmedia \
       
    64     -lapmime \
       
    65     -lunidatamodelloader \
       
    66     -lxqutils
       
    67 
       
    68