88
|
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 = caurlhandlerplugin
|
|
14 |
CONFIG += plugin hb mobility
|
|
15 |
MOBILITY = serviceframework
|
|
16 |
|
|
17 |
PLUGIN_SUBDIR = /hsresources/plugins/commandhandler
|
|
18 |
|
|
19 |
include(../../../common.pri)
|
|
20 |
|
|
21 |
|
|
22 |
DEPENDPATH += ./inc \
|
|
23 |
./src
|
|
24 |
|
|
25 |
INCLUDEPATH += ./inc \
|
|
26 |
../../caclient/inc \
|
|
27 |
../../caclient/s60/inc \
|
|
28 |
../../inc \
|
|
29 |
../../cautils/inc\
|
|
30 |
$$MW_LAYER_SYSTEMINCLUDE
|
|
31 |
|
|
32 |
include(url.pri)
|
|
33 |
|
|
34 |
symbian: {
|
|
35 |
TARGET.UID3 = 0x20022F85
|
|
36 |
|
|
37 |
LIBS += \
|
|
38 |
-leuser \
|
|
39 |
-lecom \
|
|
40 |
-lswinstcli \
|
|
41 |
-lcautils \
|
|
42 |
-lapgrfx \
|
|
43 |
-lws32 \
|
|
44 |
-lapparc \
|
|
45 |
-lsisregistryclient \
|
|
46 |
-leikcore \
|
|
47 |
-lcone \
|
|
48 |
-lefsrv \
|
|
49 |
-lxqutils
|
|
50 |
|
|
51 |
exists($${EPOCROOT}epoc32/include/mw/XQSettingsManager):LIBS += -lxqsettingsmanager
|
|
52 |
}
|
|
53 |
|
|
54 |
|