diff -r 7d48bed6ce0c -r 987c9837762f cellular/telephonysettings/xqbindings/psetwrapper/psetwrapper.pro --- a/cellular/telephonysettings/xqbindings/psetwrapper/psetwrapper.pro Tue Aug 31 15:45:17 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,64 +0,0 @@ -# -# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -# All rights reserved. -# This component and the accompanying materials are made available -# under the terms of "Eclipse Public License v1.0" -# which accompanies this distribution, and is available -# at the URL "http://www.eclipse.org/legal/epl-v10.html". -# -# Initial Contributors: -# Nokia Corporation - initial contribution. -# -# Contributors: -# -# Description: -# - -TEMPLATE = lib -TARGET = psetwrapper -MOC_DIR = moc - -INCLUDEPATH += ../../../../phonesrv_plat/phone_settings_api/inc -SOURCEPATH += src - -# Input -include(psetwrapper.pri) - -DEFINES += BUILD_PSETWRAPPER - -symbian: { - LIBS += -lsssettings \ - -lphonesettings \ - -lcustomapi \ - -letelmm \ - -lbafl \ - -lphoneclient \ - -lvmbxengine - - load(data_caging_paths) - INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE - TARGET.EPOCALLOWDLLDATA = 1 - TARGET.CAPABILITY = CAP_GENERAL_DLL - TARGET.UID3 = 0X20029F20 - - defFiles = \ - "$${LITERAL_HASH}ifdef WINS" \ - "DEFFILE bwins/psetwrapper.def" \ - "$${LITERAL_HASH}else" \ - "DEFFILE eabi/psetwrapper.def" \ - "$${LITERAL_HASH}endif" - MMP_RULES += defFiles - - # For sis file - dllfile.sources = $${TARGET}.dll - dllfile.path = $$SHARED_LIB_DIR - DEPLOYMENT += dllfile - - BLD_INF_RULES.prj_exports += \ - "$${LITERAL_HASH}include " \ - "./rom/psetwrapper.iby CORE_MW_LAYER_IBY_EXPORT_PATH(psetwrapper.iby)" - -} else: { - DESTDIR = c:\hb\lib - DLLDESTDIR = c:\hb\bin -}