messagingapp/msgappfw/msghistory/msghistory.pro
changeset 23 238255e8b033
child 37 518b245aa84c
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
       
     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: Project for messaging history.
       
    15 #
       
    16 TEMPLATE = lib
       
    17 TARGET = msghistory
       
    18 DEPENDPATH += . inc src
       
    19 INCLUDEPATH += .
       
    20 INCLUDEPATH += ../../msgutils/s60qconversions/inc
       
    21 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    22 
       
    23 DEFINES += MSGHISTORY_DLL
       
    24 
       
    25 # UID3
       
    26 TARGET.UID3 = 0x20026F9E
       
    27 
       
    28 # Capability
       
    29 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    30 TARGET.EPOCALLOWDLLDATA = 1
       
    31 
       
    32 CONFIG += hb
       
    33 
       
    34 # Platforms
       
    35 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    36 
       
    37 # Build.inf rules
       
    38 BLD_INF_RULES.prj_exports += \
       
    39      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    40      "rom/msghistory.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(msghistory.iby)"
       
    41 
       
    42 # Input
       
    43 HEADERS += ../../../msg_plat/messaging_history_api/inc/msghistory.h \
       
    44 				inc/msghistoryimpl.h \
       
    45 				inc/msghistoryprivate.h
       
    46 
       
    47 
       
    48 # Input
       
    49 SOURCES += src/msghistory.cpp \
       
    50 				 src/msghistoryimpl.cpp \
       
    51 				 src/msghistoryprivate.cpp \
       
    52 				 src/msgitem.cpp
       
    53 
       
    54 
       
    55 
       
    56 LIBS += -lcsserverclientapi \
       
    57         -lcsutils \
       
    58         -ls60qconversions