45
|
1 |
#
|
|
2 |
# Copyright (c) 2002 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 |
#
|
|
13 |
# Contributors:
|
|
14 |
#
|
|
15 |
# Description:
|
46
|
16 |
# Pro file of devicemgmtdialogsplugin
|
45
|
17 |
#
|
|
18 |
#
|
|
19 |
|
|
20 |
TEMPLATE = lib
|
|
21 |
TARGET = devicemanagementnotifiersplugin
|
|
22 |
CONFIG += hb \
|
|
23 |
plugin
|
|
24 |
INCLUDEPATH += .
|
|
25 |
DEPENDPATH += .
|
46
|
26 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
45
|
27 |
|
|
28 |
DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs
|
|
29 |
|
|
30 |
SOURCES += src/devicemanagementnotifierplugin.cpp
|
|
31 |
SOURCES += src/devicemanagementnotifierwidget.cpp
|
|
32 |
SOURCES += src/devicemanagementnotifierutils.cpp
|
|
33 |
SOURCES += src/syncmlnotifierprivate.cpp
|
|
34 |
SOURCES += src/omacppinquerydialog.cpp
|
|
35 |
SOURCES += src/syncmlconnectnotifier.cpp
|
47
|
36 |
SOURCES += src/fotadevicedialogs.cpp
|
45
|
37 |
|
|
38 |
HEADERS += inc/devicemanagementnotifierplugin_p.h
|
|
39 |
HEADERS += inc/devicemanagementnotifierwidget_p.h
|
|
40 |
HEADERS += inc/devicemanagementnotifierutils.h
|
|
41 |
HEADERS += inc/syncmlnotifierprivate.h
|
|
42 |
HEADERS += inc/omacppinquerydialog.h
|
47
|
43 |
HEADERS += inc/fotadevicedialogs.h
|
|
44 |
|
45
|
45 |
RESOURCES = devicemanagementnotifierdevman.qrc
|
|
46 |
#TRANSLATIONS += deviceupdates_en.ts
|
|
47 |
|
|
48 |
symbian: {
|
|
49 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
50 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
|
51 |
TARGET.UID3 = 0x2002DD20
|
|
52 |
|
|
53 |
hblib.sources = Hb.dll
|
|
54 |
hblib.path = \sys\bin
|
|
55 |
hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}"
|
|
56 |
|
|
57 |
pluginstub.sources = devicemanagementnotifiersplugin.dll
|
|
58 |
pluginstub.path = /resource/plugins/devicedialogs
|
|
59 |
DEPLOYMENT += pluginstub
|
|
60 |
MMP_RULES += "LIBRARY syncmlclientapi.lib centralrepository.lib flogger.lib"
|
46
|
61 |
|
|
62 |
BLD_INF_RULES.prj_exports += \
|
|
63 |
"$${LITERAL_HASH}include <platform_paths.hrh>" \
|
|
64 |
"rom/devicemgmtdialogsplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(devicemgmtdialogsplugin.iby)"
|
45
|
65 |
}
|
|
66 |
!local {
|
|
67 |
target.path = $${HB_PLUGINS_DIR}/devicedialogs
|
|
68 |
INSTALLS += target
|
|
69 |
}
|
|
70 |
|
|
71 |
MOC_DIR = moc
|