cellular/sssettings/xqbindings/sssettingswrapper/sssettingswrapper.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 = 
       
    19 MOC_DIR = moc
       
    20 
       
    21 INCLUDEPATH += ../../../../phonesrv_plat/ss_settings_api/inc
       
    22 SOURCEPATH += src
       
    23 
       
    24 # Input
       
    25 include(sssettingswrapper.pri)
       
    26 
       
    27 DEFINES += BUILD_SSSETTINGSWRAPPER
       
    28 
       
    29 symbian: {
       
    30     LIBS += -lsssettings
       
    31     load(data_caging_paths)
       
    32     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34     TARGET.EPOCALLOWDLLDATA = 1 
       
    35     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    36     TARGET.UID3 = 0X20029F22
       
    37 
       
    38     defFiles = \
       
    39     "$${LITERAL_HASH}ifdef WINS" \
       
    40         "DEFFILE bwins/sssettingswrapper.def" \
       
    41     "$${LITERAL_HASH}else" \
       
    42         "DEFFILE eabi/sssettingswrapper.def" \
       
    43     "$${LITERAL_HASH}endif"
       
    44     MMP_RULES += defFiles
       
    45     
       
    46     # For sis file
       
    47     dllfile.sources = $${TARGET}.dll
       
    48     dllfile.path = $$SHARED_LIB_DIR
       
    49     DEPLOYMENT += dllfile
       
    50 
       
    51     BLD_INF_RULES.prj_exports +=  \
       
    52      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    53      "./rom/sssettingswrapper.iby    CORE_MW_LAYER_IBY_EXPORT_PATH(sssettingswrapper.iby)"
       
    54 } else: {
       
    55     DESTDIR = c:\hb\lib
       
    56     DLLDESTDIR = c:\hb\bin
       
    57 }