author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 02:35:35 +0300 | |
changeset 281 | 13fbfa31d2ba |
parent 152 | 657f875b013e |
permissions | -rw-r--r-- |
0 | 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 |
secondary=\Epoc32\Release\##MAIN##\##BUILD##\efile.exe sys\bin\efile.exe FIXED HEAPMAX(0x80000) |
|
18 |
file=\Epoc32\Release\##MAIN##\##BUILD##\efsrv.dll sys\bin\efsrv.dll |
|
19 |
||
20 |
#ifdef WITH_EXFAT |
|
21 |
file=\Epoc32\Release\##MAIN##\##BUILD##\exfat.fsy sys\bin\exfat.fsy |
|
22 |
#endif |
|
23 |
||
24 |
#ifdef WITH_AUTOMOUNTER |
|
25 |
file=\Epoc32\Release\##MAIN##\##BUILD##\automounter.fsy sys\bin\automounter.fsy |
|
26 |
#endif |
|
27 |
||
28 |
||
29 |
#ifndef CUSTOM_ELOCAL |
|
30 |
file=\Epoc32\Release\##MAIN##\##BUILD##\efat32.fsy sys\bin\elocal.fsy |
|
31 |
#endif |
|
32 |
||
33 |
// PREQ2540: Prepare "LFFS" NOR Flash File System TPIP for Symbian Foundation |
|
34 |
// This PREQ removes the LFFS File System component from the rlease codeline. |
|
35 |
// Only define WITH_ELLFS_FSY macro on development branches where the component |
|
36 |
// has been retained. |
|
37 |
#ifdef WITH_ELFFS_FSY |
|
38 |
file=\Epoc32\Release\##MAIN##\##BUILD##\elffs.fsy sys\bin\elffs.fsy |
|
39 |
#endif |
|
40 |
||
41 |
||
42 |
#ifdef WITH_ISO9660 |
|
43 |
file=\epoc32\release\##MAIN##\##BUILD##\iso9660.fsy sys\bin\iso9660.fsy |
|
44 |
#endif |
|
45 |
||
46 |
#ifdef WITH_NTFS |
|
47 |
file=\epoc32\release\##MAIN##\##BUILD##\ntfs.fsy sys\bin\ntfs.fsy |
|
48 |
#endif |
|
49 |
||
50 |
#ifndef SYMBIAN_EXCLUDE_ESHELL |
|
51 |
// Give Root capability to eshell in addition to DiskAdmin to ease debugging (we can't |
|
52 |
// do that in full ROMs because it prevents eshell from being started from eikon) |
|
53 |
file=\Epoc32\Release\##MAIN##\##BUILD##\eshell.exe sys\bin\eshell.exe HEAPMAX(0x20000) capability tcb+diskadmin+allfiles+ProtServ |
|
54 |
#endif |
|
55 |
||
56 |
#ifndef CUSTOM_ESTART |
|
57 |
#ifdef BASE_ROM |
|
58 |
file=\Epoc32\Release\##MAIN##\##BUILD##\e32strt.exe sys\bin\estart.exe HEAPMAX(0x2000) |
|
59 |
#else |
|
60 |
file=\Epoc32\Release\##MAIN##\##BUILD##\estart.exe sys\bin\estart.exe HEAPMAX(0x10000) |
|
61 |
#endif |
|
62 |
#endif |
|
63 |
#ifndef SYMBIAN_EXCLUDE_RUNTESTS |
|
64 |
file=\epoc32\release\##MAIN##\##BUILD##\RUNTESTS.EXE sys\bin\RUNTESTS.EXE HEAPMAX(0x10000) |
|
65 |
#endif |
|
66 |
||
67 |
#ifdef WITH_EXTENSION |
|
68 |
//Add File System extension here if any present, use the line below as an |
|
69 |
//example |
|
70 |
//file=\epoc32\release\##MAIN##\##BUILD##\example.fxt sys\bin\example.fxt |
|
71 |
#endif |
|
72 |
||
73 |
#ifdef WITH_COMP |
|
74 |
file=\Epoc32\Release\##SMAIN##\##BUILD##\ecomp.fsy sys\bin\ecomp.fsy |
|
75 |
#endif |
|
76 |
||
77 |
#if defined(WITH_ROFS) || defined(WITH_COMP) |
|
78 |
file=\Epoc32\Release\##SMAIN##\##BUILD##\erofs.fsy sys\bin\erofs.fsy |
|
79 |
#endif |
|
80 |
||
109
b3a1d9898418
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
81 |
#ifndef __USB |
0 | 82 |
REM Feature USB is not included in this ROM |
83 |
#else |
|
84 |
#ifdef WITH_MASS_STORAGE |
|
85 |
#ifdef USE_MSCDB |
|
86 |
file=\Epoc32\Release\##MAIN##\##BUILD##\msfs_db.fsy sys\bin\msfs.fsy |
|
87 |
#else |
|
88 |
file=\Epoc32\Release\##MAIN##\##BUILD##\msfs.fsy sys\bin\msfs.fsy |
|
89 |
#endif |
|
90 |
#ifdef SYMBIAN_INCLUDE_USB_OTG_HOST |
|
91 |
file=\epoc32\release\##MAIN##\##BUILD##\usbhostms.pxy sys\bin\usbhostms.pxy |
|
92 |
file=\epoc32\release\##MAIN##\##BUILD##\usbhostmsclient.dll sys\bin\usbhostmsclient.dll |
|
93 |
file=\epoc32\release\##MAIN##\##BUILD##\usbhostmssrv.exe sys\bin\usbhostmssrv.exe |
|
94 |
#endif //SYMBIAN_INCLUDE_USB_OTG_HOST |
|
95 |
#endif //WITH_MASS_STORAGE |
|
109
b3a1d9898418
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
96 |
#endif //__USB |