|
1 /* |
|
2 * Copyright (c) 2002 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 * This file provides the information required for building the |
|
16 * whole Logs. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 // macro definitions |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 PRJ_PLATFORMS |
|
25 // The platforms Logs application is built. DEFAULT used. |
|
26 DEFAULT |
|
27 |
|
28 // Logs export files |
|
29 PRJ_EXPORTS |
|
30 |
|
31 // Header files |
|
32 #include "exports.inc" |
|
33 |
|
34 // Help exports |
|
35 #include "../help/group/bld.inf" |
|
36 |
|
37 // Logs IBY file exports |
|
38 ../rom/Logs.iby CORE_APP_LAYER_IBY_EXPORT_PATH(Logs.iby) |
|
39 ../rom/LogsResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(LogsResources.iby) |
|
40 |
|
41 // Logs loc file exports |
|
42 ../loc/logs.loc APP_LAYER_LOC_EXPORT_PATH(logs.loc) |
|
43 ../loc/logseng.loc APP_LAYER_LOC_EXPORT_PATH(logseng.loc) |
|
44 ../loc/aocct.loc APP_LAYER_LOC_EXPORT_PATH(aocct.loc) |
|
45 ../loc/stm.loc APP_LAYER_LOC_EXPORT_PATH(stm.loc) |
|
46 |
|
47 // Logs project files |
|
48 PRJ_MMPFILES |
|
49 // Project components |
|
50 LogsEng.mmp // Logs Engine DLL |
|
51 AocCtView.mmp // Logs Etel dependency |
|
52 Logs.mmp // Logs Application |
|
53 LogsPlugin.mmp // Logs Plugin for GS applications view |
|
54 LogsIndicatorPlugin.mmp // Logs Plugin for universal missed call indicator touch handling |
|
55 |
|
56 #include "../logsserviceextension/group/bld.inf" |
|
57 |
|
58 PRJ_EXTENSIONS |
|
59 |
|
60 START EXTENSION s60/mifconv |
|
61 OPTION TARGETFILE logs.mif |
|
62 OPTION HEADERFILE logs.mbg |
|
63 OPTION SOURCEFILE iconlist.txt |
|
64 END |
|
65 |
|
66 START EXTENSION s60/mifconv |
|
67 OPTION TARGETFILE logs_aif.mif |
|
68 OPTION SOURCES -c8,8 qgn_menu_log |
|
69 END |
|
70 |
|
71 |
|
72 |
|
73 |