41
|
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 |
|
|
12 |
TEMPLATE = lib
|
|
13 |
TARGET = lcvtindicatorcontroller
|
|
14 |
CONFIG += hb dll svg
|
|
15 |
|
|
16 |
QT += core
|
|
17 |
|
|
18 |
INCLUDEPATH += ./inc
|
|
19 |
INCLUDEPATH += ../../inc
|
|
20 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|
21 |
|
|
22 |
DEFINES += LCVTINDICATORCONTROLLER_LIB
|
|
23 |
|
|
24 |
libFiles.sources = lcvtindicatorcontroller.dll
|
|
25 |
libFiles.path = "!:/sys/bin"
|
|
26 |
DEPLOYMENT += libFiles
|
|
27 |
|
|
28 |
symbian: {
|
|
29 |
TARGET.UID2 = 0x1000008d
|
|
30 |
TARGET.UID3 = 0x200315EC
|
|
31 |
|
|
32 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
|
33 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
34 |
LIBS += -lflogger -lxqplugins -lxqservice -lxqserviceutil
|
|
35 |
defFiles = "$${LITERAL_HASH}ifdef WINS" \
|
|
36 |
"DEFFILE bwins/lcvtindicatorcontroller.def" \
|
|
37 |
"$${LITERAL_HASH}else" \
|
|
38 |
"DEFFILE eabi/lcvtindicatorcontroller.def" \
|
|
39 |
"$${LITERAL_HASH}endif"
|
|
40 |
MMP_RULES += defFiles
|
43
|
41 |
:BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
|
41
|
42 |
:BLD_INF_RULES.prj_exports += "rom/lcvtindctr.iby CORE_APP_LAYER_IBY_EXPORT_PATH(lcvtindctr.iby)"
|
|
43 |
}
|
|
44 |
# Input
|
|
45 |
include(lcvtindicatorcontroller.pri) |