messagingapp/msgsettings/msgsettingsmw/msgsettingsmw.pro
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
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:  Message settings detail 
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = msgsettingsmw
       
    19 
       
    20 
       
    21 DEFINES += MSGSETTINGENGINE_DLL
       
    22 
       
    23 DEPENDPATH += . \
       
    24     inc \
       
    25     src
       
    26     
       
    27 INCLUDEPATH += .
       
    28 INCLUDEPATH += ../../../inc
       
    29 INCLUDEPATH += ../../msgutils/s60qconversions/inc
       
    30 
       
    31 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 TARGET.UID3 = 0x20026F49
       
    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/msgsettingsmw.iby CORE_APP_LAYER_IBY_EXPORT_PATH(msgsettingsmw.iby)" \
       
    44      "stub_sis/msgsettingsmw_stub.sis   /epoc32/data/z/system/install/msgsettingsmw_stub.sis"
       
    45 
       
    46 
       
    47 
       
    48 HEADERS += msgsettingengine.h \
       
    49 					smssettingsprivate.h \
       
    50 					mmssettingprivate.h \
       
    51 					msgsettingsutil.h
       
    52 					
       
    53 SOURCES += msgsettingengine.cpp \
       
    54 					smssettingsprivate.cpp \
       
    55 					mmssettingsprivate.cpp \
       
    56 					msgsettingsutil.cpp
       
    57 
       
    58 LIBS += -lSmcm \
       
    59 		    -lmsgs \	
       
    60         -ls60qconversions \
       
    61         -lcommdb \
       
    62         -lmmsserversettings \
       
    63 		    -lmmsgenericsettings \
       
    64 		    -lcentralrepository
       
    65