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