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
|
34
|
5 |
# under the terms of "Eclipse Public License v1.0"
|
26
|
6 |
# which accompanies this distribution, and is available
|
|
7 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
#
|
|
9 |
# Initial Contributors:
|
34
|
10 |
# Nokia Corporation - initial contribution.
|
26
|
11 |
#
|
|
12 |
# Contributors:
|
|
13 |
#
|
|
14 |
# Description:
|
34
|
15 |
# Control Panel plugin for 802.1X WLAN security mode
|
26
|
16 |
#
|
34
|
17 |
# %version: tr1cfwln#12 %
|
26
|
18 |
#
|
|
19 |
|
|
20 |
TEMPLATE = lib
|
|
21 |
TARGET = cp802dot1xui
|
|
22 |
|
|
23 |
DEPENDPATH +=
|
|
24 |
|
|
25 |
INCLUDEPATH += \
|
|
26 |
../inc
|
|
27 |
|
|
28 |
CONFIG += \
|
34
|
29 |
hb \
|
26
|
30 |
plugin
|
|
31 |
|
|
32 |
LIBS += \
|
34
|
33 |
-lcpframework \
|
26
|
34 |
-lcpwpacmnui \
|
|
35 |
-lconnection_settings_shim \
|
|
36 |
-leapqtconfiginterface
|
34
|
37 |
|
|
38 |
MOC_DIR = _build
|
|
39 |
RCC_DIR = _build
|
|
40 |
OBJECTS_DIR = _build
|
26
|
41 |
|
|
42 |
# Input
|
|
43 |
HEADERS += \
|
34
|
44 |
traces/OstTraceDefinitions.h \
|
26
|
45 |
inc/cp802dot1xui.h
|
|
46 |
|
|
47 |
SOURCES += src/cp802dot1xui.cpp
|
|
48 |
|
|
49 |
symbian:
|
|
50 |
{
|
34
|
51 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
26
|
52 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
53 |
TARGET.UID3 = 0x2002DC72
|
|
54 |
|
|
55 |
deploy.path = C:
|
|
56 |
qtplugins.path = /resource/qt/plugins/controlpanel/wlansecurity
|
|
57 |
qtplugins.sources += qmakepluginstubs/cp802dot1xui.qtplugin
|
|
58 |
for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
|
|
59 |
|
|
60 |
BLD_INF_RULES.prj_exports += \
|
34
|
61 |
"rom/cp802dot1xui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cp802dot1xui.iby)"
|
26
|
62 |
}
|
|
63 |
|
|
64 |
symbian:
|
|
65 |
{
|
|
66 |
MMP_RULES += "USERINCLUDE traces"
|
|
67 |
}
|
|
68 |
|
|
69 |
# common translation file for all plugins
|
|
70 |
TRANSLATIONS = cpwlansecsettingsplugin.ts
|
|
71 |
|
|
72 |
plugin.sources += cp802dot1xui.dll
|
|
73 |
plugin.path = /resource/qt/plugins/controlpanel
|
|
74 |
|
|
75 |
DEPLOYMENT += plugin
|