equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2001-2009 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: EAP PEAP UI Project mmp file |
|
15 * |
|
16 */ |
|
17 |
|
18 /* |
|
19 * %version: 22 % |
|
20 */ |
|
21 |
|
22 #include <data_caging_paths.hrh> |
|
23 #include <platform_paths.hrh> |
|
24 |
|
25 TARGET eappeapui.lib |
|
26 TARGETTYPE lib |
|
27 UID 0x1000008d 0x102072AA |
|
28 |
|
29 |
|
30 SOURCEPATH ../EapPeap/ConfigUi/src |
|
31 |
|
32 SOURCE EapPeapUi.cpp |
|
33 SOURCE EapPeapUiView.cpp |
|
34 SOURCE EapPeapUiSettingArray.cpp |
|
35 |
|
36 |
|
37 USERINCLUDE ../EapPeap/ConfigUi/inc |
|
38 |
|
39 //Macro to /epoc32 headers |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 APP_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 // Resource files |
|
44 START RESOURCE ../data/EapPeapUi.rss |
|
45 |
|
46 HEADER |
|
47 TARGETPATH RESOURCE_FILES_DIR |
|
48 LANGUAGE_IDS |
|
49 |
|
50 END |
|
51 |
|
52 |
|
53 // End of File |