|
1 /* |
|
2 * Copyright (c) 2002-2008 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 "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 * MakMake Project file. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 |
|
28 |
|
29 |
|
30 #include <data_caging_paths.hrh> |
|
31 #include <bldvariant.hrh> |
|
32 #include <platform_paths.hrh> |
|
33 |
|
34 TARGET avkonfep.dll |
|
35 TARGETTYPE plugin |
|
36 |
|
37 UID 0x10009d8d 0x100056de |
|
38 CAPABILITY All -Tcb |
|
39 |
|
40 VENDORID VID_DEFAULT |
|
41 |
|
42 SOURCEPATH ../resource |
|
43 |
|
44 START RESOURCE 100056de.rss |
|
45 TARGET AvkonFep.rsc |
|
46 END |
|
47 |
|
48 START RESOURCE AknFep.rss |
|
49 HEADER |
|
50 TARGETPATH FEP_RESOURCES_DIR |
|
51 LANGUAGE_IDS |
|
52 END |
|
53 |
|
54 USERINCLUDE ../inc . |
|
55 //sort this out when move to 2.0 env |
|
56 |
|
57 |
|
58 // Added APP_LAYER_SYSTEMINCLUDE for header split and relocation activity |
|
59 APP_LAYER_SYSTEMINCLUDE |
|
60 |
|
61 |
|
62 // This is a SYSTEMINCLUDE macro containing the middleware |
|
63 // layer specific include directories |
|
64 MW_LAYER_SYSTEMINCLUDE |
|
65 |
|
66 SYSTEMINCLUDE ../inc |
|
67 SYSTEMINCLUDE ../../../inc |
|
68 //SYSTEMINCLUDE ../../inc |
|
69 |
|
70 SOURCEPATH ../src |
|
71 |
|
72 SOURCE AknFepManager.cpp |
|
73 |
|
74 SOURCE AknFepPlugin.cpp |
|
75 |
|
76 LIBRARY euser.lib |
|
77 LIBRARY fepbase.lib |
|
78 LIBRARY cone.lib |
|
79 LIBRARY ws32.lib |
|
80 LIBRARY eikcoctl.lib |
|
81 LIBRARY eikctl.lib |
|
82 LIBRARY eikcore.lib |
|
83 LIBRARY avkon.lib |
|
84 LIBRARY bafl.lib |
|
85 LIBRARY apparc.lib |
|
86 LIBRARY tagma.lib |
|
87 LIBRARY gdi.lib |
|
88 |
|
89 |
|
90 LIBRARY ecom.lib |
|
91 |
|
92 |
|
93 START WINS |
|
94 BASEADDRESS 0x70500000 |
|
95 END |
|
96 |
|
97 |
|
98 // End of file |