diff -r 88e14c3d4c4f -r 137912d1a556 deviceupdatesui/cpqtsp/cpqtsp.pro --- a/deviceupdatesui/cpqtsp/cpqtsp.pro Tue Jul 13 03:42:03 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +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=app -TARGET=Cpqtsp - -symbian: { - TARGET.CAPABILITY = CAP_APPLICATION - TARGET.EPOCALLOWDLLDATA = 1 - TARGET.UID3 = 0x2002DD2B - BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include " - BLD_INF_RULES.prj_exports += "rom/cpqtsp.iby CORE_APP_LAYER_IBY_EXPORT_PATH(cpqtsp.iby)" - BLD_INF_RULES.prj_exports += "rom/cpsqtsp_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cpsqtsp_resources.iby)" -} - -CONFIG += hb service -include(Cpqtsp.pri) -LIBS+=-lxqservice -lxqserviceutil -lflogger -MMP_RULES += "LIBRARY msgs.lib centralrepository.lib provisioningengine.lib featmgr.lib" - -TRANSLATIONS += deviceupdates.ts - -SERVICE.FILE = resources/service_conf.xml -SERVICE.OPTIONS = embeddable -SERVICE.OPTIONS += hidden - -libFiles.sources = xqservice.dll -libFiles.path = "!:\sys\bin" -DEPLOYMENT += libFiles - -MOC_DIR = moc -