os/kernelhwsrv/userlibandfileserver/fileserver/rom/f32.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/userlibandfileserver/fileserver/rom/f32.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,98 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:
    1.18 +*
    1.19 +*/
    1.20 +secondary=\Epoc32\Release\##MAIN##\##BUILD##\efile.exe  sys\bin\efile.exe  FIXED HEAPMAX(0x80000)
    1.21 +file=\Epoc32\Release\##MAIN##\##BUILD##\efsrv.dll       sys\bin\efsrv.dll
    1.22 +
    1.23 +device[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\d_ftrace.ldd          sys\bin\d_ftrace.ldd
    1.24 +
    1.25 +#ifdef WITH_EXFAT
    1.26 +file=\Epoc32\Release\##MAIN##\##BUILD##\exfat.fsy       sys\bin\exfat.fsy
    1.27 +#endif
    1.28 +
    1.29 +#ifdef WITH_AUTOMOUNTER
    1.30 +file=\Epoc32\Release\##MAIN##\##BUILD##\automounter.fsy sys\bin\automounter.fsy
    1.31 +#endif
    1.32 +
    1.33 +
    1.34 +#ifndef CUSTOM_ELOCAL
    1.35 +file=\Epoc32\Release\##MAIN##\##BUILD##\efat32.fsy      sys\bin\elocal.fsy
    1.36 +#endif
    1.37 +
    1.38 +// PREQ2540: Prepare "LFFS" NOR Flash File System TPIP for Symbian Foundation
    1.39 +// This PREQ removes the LFFS File System component from the rlease codeline.
    1.40 +// Only define WITH_ELLFS_FSY macro on development branches where the component
    1.41 +// has been retained.
    1.42 +#ifdef WITH_ELFFS_FSY
    1.43 +file=\Epoc32\Release\##MAIN##\##BUILD##\elffs.fsy       sys\bin\elffs.fsy
    1.44 +#endif
    1.45 +
    1.46 +
    1.47 +#ifdef WITH_ISO9660
    1.48 +file=\epoc32\release\##MAIN##\##BUILD##\iso9660.fsy     sys\bin\iso9660.fsy
    1.49 +#endif
    1.50 +
    1.51 +#ifdef WITH_NTFS
    1.52 +file=\epoc32\release\##MAIN##\##BUILD##\ntfs.fsy        sys\bin\ntfs.fsy
    1.53 +#endif
    1.54 +
    1.55 +#ifndef SYMBIAN_EXCLUDE_ESHELL
    1.56 +// Give Root capability to eshell in addition to DiskAdmin to ease debugging (we can't
    1.57 +// do that in full ROMs because it prevents eshell from being started from eikon)
    1.58 +file=\Epoc32\Release\##MAIN##\##BUILD##\eshell.exe      sys\bin\eshell.exe HEAPMAX(0x20000) capability tcb+diskadmin+allfiles+ProtServ
    1.59 +#endif
    1.60 +
    1.61 +#ifndef CUSTOM_ESTART
    1.62 +#ifdef BASE_ROM
    1.63 +file=\Epoc32\Release\##MAIN##\##BUILD##\e32strt.exe     sys\bin\estart.exe HEAPMAX(0x2000)
    1.64 +#else
    1.65 +file=\Epoc32\Release\##MAIN##\##BUILD##\estart.exe      sys\bin\estart.exe HEAPMAX(0x10000)
    1.66 +#endif
    1.67 +#endif
    1.68 +#ifndef SYMBIAN_EXCLUDE_RUNTESTS    
    1.69 +file=\epoc32\release\##MAIN##\##BUILD##\RUNTESTS.EXE    sys\bin\RUNTESTS.EXE HEAPMAX(0x10000)
    1.70 +#endif
    1.71 +
    1.72 +#ifdef WITH_EXTENSION
    1.73 +//Add File System extension here if any present, use the line below as an
    1.74 +//example
    1.75 +//file=\epoc32\release\##MAIN##\##BUILD##\example.fxt   sys\bin\example.fxt
    1.76 +#endif
    1.77 +
    1.78 +#ifdef WITH_COMP
    1.79 +file=\Epoc32\Release\##SMAIN##\##BUILD##\ecomp.fsy  sys\bin\ecomp.fsy
    1.80 +#endif
    1.81 +
    1.82 +#if defined(WITH_ROFS) || defined(WITH_COMP)
    1.83 +file=\Epoc32\Release\##SMAIN##\##BUILD##\erofs.fsy  sys\bin\erofs.fsy
    1.84 +#endif
    1.85 +
    1.86 +#ifdef SYMBIAN_EXCLUDE_USB
    1.87 +REM Feature USB is not included in this ROM
    1.88 +#else
    1.89 +#ifdef WITH_MASS_STORAGE
    1.90 +#ifdef USE_MSCDB
    1.91 +file=\Epoc32\Release\##MAIN##\##BUILD##\msfs_db.fsy                 sys\bin\msfs.fsy
    1.92 +#else
    1.93 +file=\Epoc32\Release\##MAIN##\##BUILD##\msfs.fsy                    sys\bin\msfs.fsy
    1.94 +#endif
    1.95 +#ifdef SYMBIAN_INCLUDE_USB_OTG_HOST
    1.96 +file=\epoc32\release\##MAIN##\##BUILD##\usbhostms.pxy   sys\bin\usbhostms.pxy
    1.97 +file=\epoc32\release\##MAIN##\##BUILD##\usbhostmsclient.dll     sys\bin\usbhostmsclient.dll
    1.98 +file=\epoc32\release\##MAIN##\##BUILD##\usbhostmssrv.exe    sys\bin\usbhostmssrv.exe
    1.99 +#endif //SYMBIAN_INCLUDE_USB_OTG_HOST
   1.100 +#endif //WITH_MASS_STORAGE
   1.101 +#endif //SYMBIAN_EXCLUDE_USB