26
|
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 the License "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 |
# Control Panel UI for 802.1x security mode
|
|
16 |
#
|
|
17 |
# %version: 10 %
|
|
18 |
#
|
|
19 |
|
|
20 |
TEMPLATE = lib
|
|
21 |
TARGET = cp802dot1xui
|
|
22 |
|
|
23 |
DEPENDPATH +=
|
|
24 |
|
|
25 |
INCLUDEPATH += \
|
|
26 |
$$MW_LAYER_SYSTEMINCLUDE \
|
|
27 |
$$OS_LAYER_SYSTEMINCLUDE \
|
|
28 |
../inc
|
|
29 |
|
|
30 |
CONFIG += \
|
|
31 |
hb \
|
|
32 |
plugin
|
|
33 |
|
|
34 |
LIBS += \
|
|
35 |
-lcpframework \
|
|
36 |
-lcpwpacmnui \
|
|
37 |
-lconnection_settings_shim \
|
|
38 |
-leapqtconfiginterface
|
|
39 |
|
|
40 |
MOC_DIR = _moc
|
|
41 |
RCC_DIR = _rcc
|
|
42 |
OBJECTS_DIR = _obj
|
|
43 |
|
|
44 |
# Input
|
|
45 |
HEADERS += \
|
|
46 |
traces/OstTraceDefinitions.h \
|
|
47 |
inc/cp802dot1xui.h
|
|
48 |
|
|
49 |
SOURCES += src/cp802dot1xui.cpp
|
|
50 |
|
|
51 |
symbian:
|
|
52 |
{
|
|
53 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
|
54 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
55 |
TARGET.UID3 = 0x2002DC72
|
|
56 |
|
|
57 |
deploy.path = C:
|
|
58 |
qtplugins.path = /resource/qt/plugins/controlpanel/wlansecurity
|
|
59 |
qtplugins.sources += qmakepluginstubs/cp802dot1xui.qtplugin
|
|
60 |
for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
|
|
61 |
|
|
62 |
BLD_INF_RULES.prj_exports += \
|
|
63 |
"rom/cp802dot1xui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cp802dot1xui.iby)"
|
|
64 |
}
|
|
65 |
|
|
66 |
symbian:
|
|
67 |
{
|
|
68 |
MMP_RULES += "USERINCLUDE traces"
|
|
69 |
}
|
|
70 |
|
|
71 |
# common translation file for all plugins
|
|
72 |
TRANSLATIONS = cpwlansecsettingsplugin.ts
|
|
73 |
|
|
74 |
plugin.sources += cp802dot1xui.dll
|
|
75 |
plugin.path = /resource/qt/plugins/controlpanel
|
|
76 |
|
|
77 |
DEPLOYMENT += plugin
|