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