|
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 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 /** |
|
20 @file |
|
21 |
|
22 @SYMPurpose Tool for building ROMs |
|
23 */ |
|
24 |
|
25 PRJ_EXPORTS |
|
26 |
|
27 ../tools/buildrom.pl /epoc32/tools/buildrom.pl |
|
28 ../tools/buildrom.pm /epoc32/tools/buildrom.pm |
|
29 ../tools/buildrom.cmd /epoc32/tools/buildrom.cmd |
|
30 ../tools/cdfparser.pm /epoc32/tools/cdfparser.pm |
|
31 ../tools/datadriveimage.pm /epoc32/tools/datadriveimage.pm |
|
32 ../tools/Dep_Lister.pm /epoc32/tools/dep_lister.pm |
|
33 ../tools/externaltools.pm /epoc32/tools/externaltools.pm |
|
34 ../tools/featureparser.pm /epoc32/tools/featureparser.pm |
|
35 ../tools/GenericParser.pm /epoc32/tools/genericparser.pm |
|
36 ../tools/ImageContentHandler.pm /epoc32/tools/imagecontenthandler.pm |
|
37 ../tools/spitool.pm /epoc32/tools/spitool.pm |
|
38 ../tools/spitool.pl /epoc32/tools/spitool.pl |
|
39 ../tools/CONVERT.PL /epoc32/rom/tools/ |
|
40 ../tools/CODESIZE.PL /epoc32/rom/tools/ |
|
41 ../tools/configpaging.pm /epoc32/tools/configpaging.pm |
|
42 ../tools/efficient_rom_paging.pm /epoc32/tools/efficient_rom_paging.pm |
|
43 |
|
44 // |
|
45 // Files for Enhanced Feature Manager Support |
|
46 // |
|
47 ../tools/featuresutil.pm /epoc32/tools/featuresutil.pm |
|
48 ../tools/featureregistry.pm /epoc32/tools/featureregistry.pm |
|
49 ../tools/featuremanager.pm /epoc32/tools/featuremanager.pm |
|
50 ../tools/featurefile.pm /epoc32/tools/featurefile.pm |
|
51 ../tools/featurecfg.pm /epoc32/tools/featurecfg.pm |
|
52 ../tools/featuresdat.pm /epoc32/tools/featuresdat.pm |
|
53 ../tools/features.cmd /epoc32/tools/features.cmd |
|
54 ../tools/features.pl /epoc32/tools/features.pl |
|
55 ../tools/features.pm /epoc32/tools/features.pm |
|
56 |
|
57 // backwards compatibility for buildrom commandlines... |
|
58 |
|
59 ../tools/buildrom.cmd /epoc32/rom/tools/ |
|
60 |