|
1 # |
1 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
2 # All rights reserved. |
3 # All rights reserved. |
3 # This component and the accompanying materials are made available |
4 # This component and the accompanying materials are made available |
4 # under the terms of the License "Eclipse Public License v1.0" |
5 # under the terms of "Eclipse Public License v1.0" |
5 # which accompanies this distribution, and is available |
6 # which accompanies this distribution, and is available |
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 # |
8 # |
8 # Initial Contributors: |
9 # Initial Contributors: |
9 # Nokia Corporation - initial contribution. |
10 # Nokia Corporation - initial contribution. |
10 # |
11 # |
11 # Contributors: |
12 # Contributors: |
12 # |
13 # |
13 # Description: |
14 # Description: |
14 # Control Panel UI for WEP Security mode |
15 # Control Panel plugin for WEP WLAN security mode |
15 # |
16 |
16 # %version: tr1cfwln#14 % |
17 # %version: tr1cfwln#16 % |
17 # |
18 |
18 |
19 |
19 TEMPLATE = lib |
20 TEMPLATE = lib |
20 TARGET = cpwepui |
21 TARGET = cpwepui |
21 |
22 |
22 DEPENDPATH += |
23 DEPENDPATH += |
23 |
24 |
24 INCLUDEPATH += \ |
25 INCLUDEPATH += |
25 $$MW_LAYER_SYSTEMINCLUDE \ |
|
26 $$OS_LAYER_SYSTEMINCLUDE |
|
27 |
26 |
28 CONFIG += \ |
27 CONFIG += \ |
29 hb \ |
28 hb \ |
30 plugin |
29 plugin |
31 |
30 |
32 LIBS += \ |
31 LIBS += \ |
33 -lcpframework \ |
32 -lcpframework \ |
34 -lconnection_settings_shim |
33 -lconnection_settings_shim |
35 |
34 |
36 MOC_DIR = _moc |
35 MOC_DIR = _build |
37 RCC_DIR = _rcc |
36 RCC_DIR = _build |
38 OBJECTS_DIR = _objects |
37 OBJECTS_DIR = _build |
39 |
38 |
40 # Input |
39 # Input |
41 HEADERS += \ |
40 HEADERS += \ |
42 inc/wepkeyvalidator.h \ |
|
43 traces/OstTraceDefinitions.h \ |
41 traces/OstTraceDefinitions.h \ |
|
42 inc/wepkeyvalidator.h \ |
44 inc/cpwepui.h |
43 inc/cpwepui.h |
45 |
44 |
46 SOURCES += \ |
45 SOURCES += \ |
47 src/wepkeyvalidator.cpp \ |
46 src/wepkeyvalidator.cpp \ |
48 src/cpwepui.cpp |
47 src/cpwepui.cpp |
49 |
48 |
50 symbian: |
49 symbian: |
51 { |
50 { |
52 TARGET.CAPABILITY = CAP_GENERAL_DLL |
51 TARGET.CAPABILITY = CAP_GENERAL_DLL |
53 TARGET.EPOCALLOWDLLDATA = 1 |
52 TARGET.EPOCALLOWDLLDATA = 1 |
54 TARGET.UID3 = 0x2002C2FF |
53 TARGET.UID3 = 0x2002C2FF |
55 |
54 |
56 deploy.path = C: |
55 deploy.path = C: |
57 qtplugins.path = /resource/qt/plugins/controlpanel/wlansecurity |
56 qtplugins.path = /resource/qt/plugins/controlpanel/wlansecurity |
58 qtplugins.sources += qmakepluginstubs/cpwepui.qtplugin |
57 qtplugins.sources += qmakepluginstubs/cpwepui.qtplugin |
59 |
58 |
60 for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)" |
59 for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)" |
61 |
60 |
62 BLD_INF_RULES.prj_exports += \ |
61 BLD_INF_RULES.prj_exports += \ |
63 "rom/cpwepui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpwepui.iby)" |
62 "rom/cpwepui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpwepui.iby)" |
64 } |
63 } |
65 |
64 |
66 symbian: |
65 symbian: |
67 { |
66 { |
68 MMP_RULES += "USERINCLUDE traces" |
67 MMP_RULES += "USERINCLUDE traces" |