wlansecuritysettings/wlaneapsettingsui/EapPluginConfig/src/EAPPluginConfiguration.cpp
equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of the License "Eclipse Public License v1.0" |
5 * under the terms of the License "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
14 * Description: Implementation of EAP Plugin Configuration |
14 * Description: Implementation of EAP Plugin Configuration |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 /* |
18 /* |
19 * %version: 23 % |
19 * %version: 24 % |
20 */ |
20 */ |
21 |
21 |
22 // INCLUDE FILES |
22 // INCLUDE FILES |
23 #include "EAPPluginConfiguration.h" |
23 #include "EAPPluginConfiguration.h" |
24 #include "EAPPlugInConfigurationDlg.h" |
24 #include "EAPPlugInConfigurationDlg.h" |
27 #include <EapType.h> |
27 #include <EapType.h> |
28 #include "EAPPluginList.h" |
28 #include "EAPPluginList.h" |
29 |
29 |
30 #include <ecom/ecom.h> |
30 #include <ecom/ecom.h> |
31 #include <data_caging_path_literals.hrh> |
31 #include <data_caging_path_literals.hrh> |
32 #include <EAPPluginConfigRes.rsg> |
32 #include <eappluginconfigres.rsg> |
33 |
33 |
34 // CONSTANTS |
34 // CONSTANTS |
35 _LIT( KDriveZ, "z:" ); // ROM folder |
35 _LIT( KDriveZ, "z:" ); // ROM folder |
36 _LIT( KResourceFileName, "EAPPluginConfigRes.rsc" ); // RSC file name. |
36 _LIT( KResourceFileName, "EAPPluginConfigRes.rsc" ); // RSC file name. |
37 _LIT( KSpace, " " ); |
37 _LIT( KSpace, " " ); |