cellular/psuinotes/psuinotes.pro
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 TEMPLATE = lib
       
    12 TARGET = psuinotes
       
    13 CONFIG += hb
       
    14 MOC_DIR = moc
       
    15 TRANSLATIONS = telephone_cp.ts
       
    16 INCLUDEPATH += inc
       
    17 SOURCEPATH += src
       
    18 
       
    19 # Input
       
    20 HEADERS += ../../phonesrv_plat/phone_settings_ui_notes_api/inc/psuidivertnotehandler.h \
       
    21 	../../phonesrv_plat/phone_settings_ui_notes_api/inc/psuiwaitingnotehandler.h \
       
    22     ../../phonesrv_plat/phone_settings_ui_notes_api/inc/psuinotes.h \
       
    23     ../../phonesrv_plat/phone_settings_ui_notes_api/inc/psuilocalisation.h \
       
    24     inc/psuiutils.h 
       
    25 SOURCES += src/psuidivertnotehandler.cpp \
       
    26 	src/psuiwaitingnotehandler.cpp \
       
    27     src/psuinotes.cpp \
       
    28     src/psuilocalisation.cpp \
       
    29     src/psuiutils.cpp 
       
    30 DEFINES += BUILD_PSUINOTES
       
    31 symbian: { 
       
    32     load(data_caging_paths)
       
    33     
       
    34      LIBS += -lxqsysinfo \
       
    35     -lxqsettingsmanager \
       
    36     
       
    37     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    38     TARGET.EPOCALLOWDLLDATA = 1
       
    39     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    40     TARGET.UID3 = 0X200315B9
       
    41     
       
    42     defFiles = \
       
    43     "$${LITERAL_HASH}ifdef WINS" \
       
    44         "DEFFILE bwins/psuinotes.def" \
       
    45     "$${LITERAL_HASH}else" \
       
    46         "DEFFILE eabi/psuinotes.def" \
       
    47     "$${LITERAL_HASH}endif"
       
    48     MMP_RULES += defFiles
       
    49      
       
    50     # For sis file
       
    51     dllfile.sources = $${TARGET}.dll
       
    52     dllfile.path = $$SHARED_LIB_DIR
       
    53     DEPLOYMENT += dllfile
       
    54     
       
    55     BLD_INF_RULES.prj_exports +=  \
       
    56     "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    57     "./rom/psuinotes.iby    CORE_MW_LAYER_IBY_EXPORT_PATH(psuinotes.iby)"   
       
    58 } else: { 
       
    59 	INCLUDEPATH += ../../../../../mw/phonesrv/phonesrv_plat/phone_settings_api/inc
       
    60     INCLUDEPATH += ../../../../../mw/gsprofilesrv/controlpanel/controlpanel_plat/inc
       
    61     DESTDIR = c:\hb\lib
       
    62     DLLDESTDIR = c:\hb\bin
       
    63 }