diff -r c4687ff85147 -r 6757f1e2efd2 devicemgmtindicatorsplugin/devicemgmtindicatorsplugin.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devicemgmtindicatorsplugin/devicemgmtindicatorsplugin.pro Tue Aug 31 15:05:55 2010 +0300 @@ -0,0 +1,44 @@ +# 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 = dmindicatorsplugin +CONFIG += plugin +CONFIG += hb +INCLUDEPATH += . +DEPENDPATH += . +INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE +HEADERS += inc/dmpronoteindicators.h \ + inc/dmindicatorsplugin.h \ + inc/dmindicator.h + +SOURCES += src/dmpronoteindicators.cpp \ + src/dmindicatorsplugin.cpp \ + src/dmindicator.cpp \ + src/tarmtrustindicator.cpp + + +symbian { + TARGET.EPOCALLOWDLLDATA=1 + TARGET.CAPABILITY = CAP_GENERAL_DLL + TARGET.UID3 = 0x20030009 + + pluginstub.sources = dmindicatorsplugin.dll + pluginstub.path = /resource/plugins/indicators + DEPLOYMENT += pluginstub + } +BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include " \ + "rom/dmindicatorsplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(dmindicatorsplugin.iby)" \ + "resources/message1.svg /epoc32/winscw/c/resource/devicemanagement/message1.svg" \ + "resources/qtg_small_smiley_kissing.svg /epoc32/winscw/c/resource/devicemanagement/qtg_small_smiley_kissing.svg" +LIBS += -lxqservice \ + -lcsserverclientapi \ + -lapgrfx \ + -lcone