sf_config/rombuild/syborg/F32/F32.iby
branchRCL_3
changeset 16 4a76c5fd669b
equal deleted inserted replaced
10:d9b045c41e83 16:4a76c5fd669b
       
     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 "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __F32_IBY__
       
    19 #define __F32_IBY__
       
    20 
       
    21 #include <bldprivate.hrh>    // TODO //
       
    22 
       
    23 /*########################################################################*/
       
    24 /*#	                          File Server			                           #*/
       
    25 /*#					                                                             #*/
       
    26 /*########################################################################*/
       
    27 
       
    28 
       
    29 secondary=        ABI_DIR\DEBUG_DIR\efile.exe		        sys\bin\efile.exe  FIXED HEAPMAX(0x80000)
       
    30 file=			        ABI_DIR\DEBUG_DIR\efsrv.dll           sys\bin\efsrv.dll
       
    31 file=			        ABI_DIR\DEBUG_DIR\e32strt.exe	        sys\bin\estart.exe HEAPMAX(0x2000)	// Symbian Base Starter 
       
    32 data=			        \epoc32\rom\syborg\ESTART.TXT	        \sys\data\ESTART.TXT			          // Local Drives Definition File 
       
    33 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\ELOCD.LDD	      \sys\bin\ELOCD.LDD			            // Local Media Drives Access Driver
       
    34 
       
    35 device[VARID]=KERNEL_DIR\DEBUG_DIR\d_ftrace.ldd             \sys\bin\d_ftrace.ldd   // FileSystem Trace Driver
       
    36 /* FAT System Filename conversion plugins */
       
    37 #include <fatcharsetconv.iby> 														
       
    38 
       
    39 
       
    40 /* File Systems Supported */
       
    41 
       
    42 #ifdef WITH_EXFAT
       
    43 file=ABI_DIR\DEBUG_DIR\exfat.fsy                            sys\bin\exfat.fsy
       
    44 #endif
       
    45 
       
    46 #ifdef WITH_AUTOMOUNTER
       
    47 file=ABI_DIR\DEBUG_DIR\automounter.fsy                      sys\bin\automounter.fsy
       
    48 #endif
       
    49 
       
    50 
       
    51 #ifndef CUSTOM_ELOCAL
       
    52 file=ABI_DIR\DEBUG_DIR\efat32.fsy			    \sys\bin\ELocal.fsy
       
    53 #endif
       
    54 
       
    55 // PREQ2540: Prepare "LFFS" NOR Flash File System TPIP for Symbian Foundation
       
    56 // This PREQ removes the LFFS File System component from the rlease codeline.
       
    57 // Only define WITH_ELLFS_FSY macro on development branches where the component
       
    58 // has been retained.
       
    59 #ifdef WITH_ELFFS_FSY
       
    60 file=ABI_DIR\DEBUG_DIR\elffs.fsy                            \sys\bin\ELffs.fsy
       
    61 #endif
       
    62 
       
    63 #ifdef WITH_NAND
       
    64 file=ABI_DIR\BUILD_DIR\nandftl.fxt                          \sys\bin\nandftl.fxt
       
    65 file=ABI_DIR\BUILD_DIR\ecomp.fsy                            \sys\bin\ecomp.fsy
       
    66 file=ABI_DIR\BUILD_DIR\erofs.fsy                            \sys\bin\erofs.fsy
       
    67 #endif
       
    68 
       
    69 #if defined(WITH_NAND2) || defined(WITH_ONENAND) || defined (WITH_INTERNAL_MMC)
       
    70 file=ABI_DIR\BUILD_DIR\ecomp.fsy                            \sys\bin\ecomp.fsy
       
    71 file=ABI_DIR\BUILD_DIR\erofs.fsy                            \sys\bin\erofs.fsy
       
    72 #endif
       
    73 
       
    74 #ifdef WITH_ISO9660
       
    75 file=ABI_DIR\DEBUG_DIR\iso9660.fsy                          \sys\bin\Iso9660.fsy
       
    76 #endif
       
    77 
       
    78 #ifdef WITH_NTFS
       
    79 file=ABI_DIR\DEBUG_DIR\ntfs.fsy                             \sys\bin\Ntfs.fsy
       
    80 #endif
       
    81 
       
    82 #if !(defined(INST_X86) || defined(INST_X86GCC))
       
    83 file=ABI_DIR\DEBUG_DIR\USBCSC_bil.dll                       \sys\bin\usbcsc_bil.dll
       
    84 #endif
       
    85 
       
    86 #ifdef WITH_MASS_STORAGE
       
    87 #ifdef USE_MSCDB
       
    88 file=ABI_DIR\DEBUG_DIR\msfs_db.fsy                          \sys\bin\msfs.fsy
       
    89 #else
       
    90 file=ABI_DIR\DEBUG_DIR\msfs.fsy                             \sys\bin\msfs.fsy
       
    91 #endif
       
    92 #endif
       
    93 
       
    94 /*########################################################################*/
       
    95 /*#	                          Symbian Domain Manager                     #*/
       
    96 /*#                                                                      #*/
       
    97 /*########################################################################*/
       
    98 
       
    99 /* Symbian Domain Manager */
       
   100 file=ABI_DIR\DEBUG_DIR\domainSrv.exe                     \sys\bin\domainSrv.exe
       
   101 file=ABI_DIR\DEBUG_DIR\domainCli.dll                     \sys\bin\domainCli.dll
       
   102 file=ABI_DIR\DEBUG_DIR\domainPolicy.dll                  \sys\bin\domainPolicy.dll										
       
   103 #endif /* __F32_IBY__ */