appinstaller/AppinstUi/sifuiinstallindicatorplugin/sifuiinstallindicatorplugin.pro
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
--- a/appinstaller/AppinstUi/sifuiinstallindicatorplugin/sifuiinstallindicatorplugin.pro	Tue Aug 31 15:21:33 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-#
-# Copyright (c) 2010 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:  Software install progress indicator
-#
-
-TEMPLATE = lib
-TARGET = sifuiinstallindicatorplugin
-CONFIG += plugin
-CONFIG += hb
-
-INCLUDEPATH += .
-INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
-DEPENDPATH += .
-
-LIBS += -lQtPublishSubscribe
-
-HEADERS += inc/sifuiinstallindicatorplugin.h \
-    inc/sifuiinstallindicator.h \
-    inc/sifuiinstallindicatorparams.h
-
-SOURCES += src/sifuiinstallindicatorplugin.cpp \
-    src/sifuiinstallindicator.cpp
-
-symbian {
-    TARGET.EPOCALLOWDLLDATA = 1
-    TARGET.CAPABILITY = CAP_GENERAL_DLL
-    TARGET.UID3 = 0x2002E690
-
-    pluginstub.sources = sifuiinstallindicatorplugin.dll
-    pluginstub.path = /resource/plugins/indicators
-    DEPLOYMENT += pluginstub
-
-	crmlFiles.sources = sifuiinstallindicatorplugin.qcrml
-	crmlFiles.path = /resource/qt/crml
-	DEPLOYMENT += crmlFiles
-}
-
-BLD_INF_RULES.prj_exports += \
-    "$${LITERAL_HASH}include <platform_paths.hrh>" \
-    "rom/sifuiinstallindicatorplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(sifuiinstallindicatorplugin.iby)"
-