os/kernelhwsrv/userlibandfileserver/fileserver/rom/f32.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 device[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\d_ftrace.ldd          sys\bin\d_ftrace.ldd
    21 
    22 #ifdef WITH_EXFAT
    23 file=\Epoc32\Release\##MAIN##\##BUILD##\exfat.fsy       sys\bin\exfat.fsy
    24 #endif
    25 
    26 #ifdef WITH_AUTOMOUNTER
    27 file=\Epoc32\Release\##MAIN##\##BUILD##\automounter.fsy sys\bin\automounter.fsy
    28 #endif
    29 
    30 
    31 #ifndef CUSTOM_ELOCAL
    32 file=\Epoc32\Release\##MAIN##\##BUILD##\efat32.fsy      sys\bin\elocal.fsy
    33 #endif
    34 
    35 // PREQ2540: Prepare "LFFS" NOR Flash File System TPIP for Symbian Foundation
    36 // This PREQ removes the LFFS File System component from the rlease codeline.
    37 // Only define WITH_ELLFS_FSY macro on development branches where the component
    38 // has been retained.
    39 #ifdef WITH_ELFFS_FSY
    40 file=\Epoc32\Release\##MAIN##\##BUILD##\elffs.fsy       sys\bin\elffs.fsy
    41 #endif
    42 
    43 
    44 #ifdef WITH_ISO9660
    45 file=\epoc32\release\##MAIN##\##BUILD##\iso9660.fsy     sys\bin\iso9660.fsy
    46 #endif
    47 
    48 #ifdef WITH_NTFS
    49 file=\epoc32\release\##MAIN##\##BUILD##\ntfs.fsy        sys\bin\ntfs.fsy
    50 #endif
    51 
    52 #ifndef SYMBIAN_EXCLUDE_ESHELL
    53 // Give Root capability to eshell in addition to DiskAdmin to ease debugging (we can't
    54 // do that in full ROMs because it prevents eshell from being started from eikon)
    55 file=\Epoc32\Release\##MAIN##\##BUILD##\eshell.exe      sys\bin\eshell.exe HEAPMAX(0x20000) capability tcb+diskadmin+allfiles+ProtServ
    56 #endif
    57 
    58 #ifndef CUSTOM_ESTART
    59 #ifdef BASE_ROM
    60 file=\Epoc32\Release\##MAIN##\##BUILD##\e32strt.exe     sys\bin\estart.exe HEAPMAX(0x2000)
    61 #else
    62 file=\Epoc32\Release\##MAIN##\##BUILD##\estart.exe      sys\bin\estart.exe HEAPMAX(0x10000)
    63 #endif
    64 #endif
    65 #ifndef SYMBIAN_EXCLUDE_RUNTESTS    
    66 file=\epoc32\release\##MAIN##\##BUILD##\RUNTESTS.EXE    sys\bin\RUNTESTS.EXE HEAPMAX(0x10000)
    67 #endif
    68 
    69 #ifdef WITH_EXTENSION
    70 //Add File System extension here if any present, use the line below as an
    71 //example
    72 //file=\epoc32\release\##MAIN##\##BUILD##\example.fxt   sys\bin\example.fxt
    73 #endif
    74 
    75 #ifdef WITH_COMP
    76 file=\Epoc32\Release\##SMAIN##\##BUILD##\ecomp.fsy  sys\bin\ecomp.fsy
    77 #endif
    78 
    79 #if defined(WITH_ROFS) || defined(WITH_COMP)
    80 file=\Epoc32\Release\##SMAIN##\##BUILD##\erofs.fsy  sys\bin\erofs.fsy
    81 #endif
    82 
    83 #ifdef SYMBIAN_EXCLUDE_USB
    84 REM Feature USB is not included in this ROM
    85 #else
    86 #ifdef WITH_MASS_STORAGE
    87 #ifdef USE_MSCDB
    88 file=\Epoc32\Release\##MAIN##\##BUILD##\msfs_db.fsy                 sys\bin\msfs.fsy
    89 #else
    90 file=\Epoc32\Release\##MAIN##\##BUILD##\msfs.fsy                    sys\bin\msfs.fsy
    91 #endif
    92 #ifdef SYMBIAN_INCLUDE_USB_OTG_HOST
    93 file=\epoc32\release\##MAIN##\##BUILD##\usbhostms.pxy   sys\bin\usbhostms.pxy
    94 file=\epoc32\release\##MAIN##\##BUILD##\usbhostmsclient.dll     sys\bin\usbhostmsclient.dll
    95 file=\epoc32\release\##MAIN##\##BUILD##\usbhostmssrv.exe    sys\bin\usbhostmssrv.exe
    96 #endif //SYMBIAN_INCLUDE_USB_OTG_HOST
    97 #endif //WITH_MASS_STORAGE
    98 #endif //SYMBIAN_EXCLUDE_USB