47
|
1 |
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
# All rights reserved.
|
|
3 |
# This component and the accompanying materials are made available
|
|
4 |
# under the terms of "Eclipse Public License v1.0"
|
|
5 |
# which accompanies this distribution, and is available
|
|
6 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
# Initial Contributors:
|
|
8 |
# Nokia Corporation - initial contribution.
|
|
9 |
# Contributors:
|
|
10 |
# Description:
|
|
11 |
TEMPLATE = lib
|
|
12 |
TARGET = dmindicatorsplugin
|
|
13 |
CONFIG += plugin
|
|
14 |
CONFIG += hb
|
|
15 |
INCLUDEPATH += .
|
|
16 |
DEPENDPATH += .
|
|
17 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|
18 |
HEADERS += inc/dmpronoteindicators.h \
|
|
19 |
inc/dmindicatorsplugin.h \
|
|
20 |
inc/dmindicator.h
|
|
21 |
|
|
22 |
SOURCES += src/dmpronoteindicators.cpp \
|
|
23 |
src/dmindicatorsplugin.cpp \
|
|
24 |
src/dmindicator.cpp \
|
|
25 |
src/tarmtrustindicator.cpp
|
|
26 |
|
|
27 |
|
|
28 |
symbian {
|
|
29 |
TARGET.EPOCALLOWDLLDATA=1
|
|
30 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
|
31 |
TARGET.UID3 = 0x20030009
|
|
32 |
|
|
33 |
pluginstub.sources = dmindicatorsplugin.dll
|
|
34 |
pluginstub.path = /resource/plugins/indicators
|
|
35 |
DEPLOYMENT += pluginstub
|
|
36 |
}
|
|
37 |
BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
|
|
38 |
"rom/dmindicatorsplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(dmindicatorsplugin.iby)" \
|
|
39 |
"resources/message1.svg /epoc32/winscw/c/resource/devicemanagement/message1.svg" \
|
|
40 |
"resources/qtg_small_smiley_kissing.svg /epoc32/winscw/c/resource/devicemanagement/qtg_small_smiley_kissing.svg"
|
|
41 |
LIBS += -lxqservice \
|
|
42 |
-lcsserverclientapi \
|
|
43 |
-lapgrfx \
|
|
44 |
-lcone
|