cellular/SSSettings/xqbindings/sssettingswrapper/sssettingswrapper.pro
changeset 12 ae8abd0db65c
child 31 a2467631ae02
equal deleted inserted replaced
0:ff3b6d0fd310 12:ae8abd0db65c
       
     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     # For sis file
       
    39     dllfile.sources = $${TARGET}.dll
       
    40     dllfile.path = $$SHARED_LIB_DIR
       
    41     DEPLOYMENT += dllfile
       
    42 
       
    43     BLD_INF_RULES.prj_exports +=  \
       
    44      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    45      "./rom/sssettingswrapper.iby    CORE_MW_LAYER_IBY_EXPORT_PATH(sssettingswrapper.iby)"
       
    46 } else: {
       
    47     DESTDIR = c:\hb\lib
       
    48     DLLDESTDIR = c:\hb\bin
       
    49 }