cellular/telephonysettings/xqbindings/psetwrapper/psetwrapper.pro
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     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 = psetwrapper
       
    19 MOC_DIR = moc
       
    20 
       
    21 INCLUDEPATH += ../../../../phonesrv_plat/phone_settings_api/inc
       
    22 SOURCEPATH += src
       
    23 
       
    24 # Input
       
    25 include(psetwrapper.pri)
       
    26     
       
    27 DEFINES += BUILD_PSETWRAPPER
       
    28 
       
    29 symbian: {
       
    30     LIBS += -lsssettings \
       
    31         -lphonesettings \
       
    32         -lcustomapi \
       
    33         -letelmm \
       
    34         -lbafl \
       
    35         -lphoneclient \
       
    36         -lvmbxengine
       
    37 
       
    38     load(data_caging_paths)
       
    39     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    40     TARGET.EPOCALLOWDLLDATA = 1
       
    41     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    42     TARGET.UID3 = 0X20029F20
       
    43     
       
    44     defFiles = \
       
    45     "$${LITERAL_HASH}ifdef WINS" \
       
    46         "DEFFILE bwins/psetwrapper.def" \
       
    47     "$${LITERAL_HASH}else" \
       
    48         "DEFFILE eabi/psetwrapper.def" \
       
    49     "$${LITERAL_HASH}endif"
       
    50     MMP_RULES += defFiles
       
    51     
       
    52     # For sis file
       
    53     dllfile.sources = $${TARGET}.dll
       
    54     dllfile.path = $$SHARED_LIB_DIR
       
    55     DEPLOYMENT += dllfile
       
    56 
       
    57     BLD_INF_RULES.prj_exports +=  \
       
    58      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    59      "./rom/psetwrapper.iby    CORE_MW_LAYER_IBY_EXPORT_PATH(psetwrapper.iby)"
       
    60 
       
    61 } else: {
       
    62     DESTDIR = c:\hb\lib
       
    63     DLLDESTDIR = c:\hb\bin
       
    64 }