|
1 /* |
|
2 * Copyright (c) 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 "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 * |
|
16 */ |
|
17 |
|
18 /** |
|
19 @file |
|
20 |
|
21 @SYMPurpose Tool for building ROMs |
|
22 */ |
|
23 |
|
24 PRJ_EXPORTS |
|
25 |
|
26 |
|
27 ../include/DEBUG.IBY /epoc32/rom/include/ // |
|
28 ../include/EPOCBASE.IBY /epoc32/rom/include/ // |
|
29 ../include/HEADER.IBY /epoc32/rom/include/ // |
|
30 ../include/MESON.IBY /epoc32/rom/include/ // |
|
31 ../include/OBEYFILE.IBY /epoc32/rom/include/ // |
|
32 ../include/ESHELL.IBY /epoc32/rom/include/ // |
|
33 |
|
34 ../include/bldinfo.hby /epoc32/rom/include/ // |
|
35 |
|
36 ../tools/configpaging/configpaging.cfg /epoc32/rom/configpaging/configpaging.cfg |
|
37 ../tools/configpaging/configpaging_stressed.cfg /epoc32/rom/configpaging/configpaging_stressed.cfg |
|
38 ../tools/configpaging/configpaging_recommended.cfg /epoc32/rom/configpaging/configpaging_recommended.cfg |
|
39 |
|
40 #if defined(SYMBIAN_FEATURE_MANAGER) |
|
41 ../include/featuredatabase.xml /epoc32/rom/include/featuredatabase.xml |
|
42 ../tools/featuredatabase.dtd /epoc32/tools/featuredatabase.dtd |
|
43 #else |
|
44 ../include/feature.iby /epoc32/rom/include/ |
|
45 ../include/featureUIDs.h /epoc32/include/ |
|
46 |
|
47 // file for setting default feature registry configuration |
|
48 ../config/featreg_default.cfg /epoc32/data/config/ // |
|
49 |
|
50 // feature definitions for ROM building tools |
|
51 ../include/featureUIDs.xml /epoc32/rom/include/ // |
|
52 #endif |
|
53 |
|
54 // OBY file that allows you to build a rom with useful kernel tracing enabled |
|
55 ../include/kerneltrace.oby /epoc32/rom/include/ // |
|
56 |
|
57 // OBY(s) for configuring platsec |
|
58 ../include/PlatSecDisabledCapsX.oby /epoc32/rom/include/ // |
|
59 ../include/PlatSec.oby /epoc32/rom/include/ // |
|
60 |
|
61 // OBY(s) for configuring demand paging |
|
62 ../include/pagedrom.oby /epoc32/rom/include/ // |
|
63 ../include/pagedrom_stressed.oby /epoc32/rom/include/ // |
|
64 ../include/pagedrom_functional.oby /epoc32/rom/include/ // |
|
65 |
|
66 // IBY file for setting all removable features |
|
67 ../include/RemovableFeatures.iby /epoc32/rom/include/ // |
|
68 |
|
69 // DTD files |
|
70 ../tools/imageContent.dtd /epoc32/tools/imagecontent.dtd |
|
71 ../tools/cdf.dtd /epoc32/tools/cdf.dtd |
|
72 ../tools/featureuids.dtd /epoc32/tools/featureuids.dtd |
|
73 |
|
74 // OBY file that builds a substantial Text Shell rom with no UI dependency |
|
75 ../include/textshell.oby /epoc32/rom/include/textshell.oby |
|
76 |
|
77 // OBY file that builds a substantial Text Shell rom with no UI dependency and works with the Chassis build for BATS testing |
|
78 ../include/textshell_Chassis_BATS.oby /epoc32/rom/include/textshell_Chassis_BATS.oby |
|
79 ../include/textshell_naviengine_smp.oby /epoc32/rom/include/textshell_naviengine_smp.oby |
|
80 |
|
81 #if defined(SYMBIAN_FEATURE_MANAGER) |
|
82 PRJ_PLATFORMS |
|
83 TOOLS2 |
|
84 |
|
85 // extension makefile for invoking features tool |
|
86 PRJ_EXTENSIONS |
|
87 |
|
88 start extension tools/features |
|
89 |
|
90 option FEAT_DATABASE $(EPOCROOT)epoc32/rom/include/featuredatabase.xml |
|
91 option FEAT_HEADER_PATH $(EPOCROOT)epoc32/include |
|
92 option FEAT_IBY_PATH $(EPOCROOT)epoc32/rom/include |
|
93 option FEAT_DAT_PATH $(EPOCROOT)epoc32/data/config |
|
94 |
|
95 end |
|
96 #endif |