userlibandfileserver/fileserver/rom/f32.iby
changeset 109 b3a1d9898418
parent 0 a41df078684a
child 134 95847726fe57
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
    78 
    78 
    79 #if defined(WITH_ROFS) || defined(WITH_COMP)
    79 #if defined(WITH_ROFS) || defined(WITH_COMP)
    80 file=\Epoc32\Release\##SMAIN##\##BUILD##\erofs.fsy  sys\bin\erofs.fsy
    80 file=\Epoc32\Release\##SMAIN##\##BUILD##\erofs.fsy  sys\bin\erofs.fsy
    81 #endif
    81 #endif
    82 
    82 
    83 #ifdef SYMBIAN_EXCLUDE_USB
    83 #ifndef __USB
    84 REM Feature USB is not included in this ROM
    84 REM Feature USB is not included in this ROM
    85 #else
    85 #else
    86 #ifdef WITH_MASS_STORAGE
    86 #ifdef WITH_MASS_STORAGE
    87 #ifdef USE_MSCDB
    87 #ifdef USE_MSCDB
    88 file=\Epoc32\Release\##MAIN##\##BUILD##\msfs_db.fsy                 sys\bin\msfs.fsy
    88 file=\Epoc32\Release\##MAIN##\##BUILD##\msfs_db.fsy                 sys\bin\msfs.fsy
    93 file=\epoc32\release\##MAIN##\##BUILD##\usbhostms.pxy   sys\bin\usbhostms.pxy
    93 file=\epoc32\release\##MAIN##\##BUILD##\usbhostms.pxy   sys\bin\usbhostms.pxy
    94 file=\epoc32\release\##MAIN##\##BUILD##\usbhostmsclient.dll     sys\bin\usbhostmsclient.dll
    94 file=\epoc32\release\##MAIN##\##BUILD##\usbhostmsclient.dll     sys\bin\usbhostmsclient.dll
    95 file=\epoc32\release\##MAIN##\##BUILD##\usbhostmssrv.exe    sys\bin\usbhostmssrv.exe
    95 file=\epoc32\release\##MAIN##\##BUILD##\usbhostmssrv.exe    sys\bin\usbhostmssrv.exe
    96 #endif //SYMBIAN_INCLUDE_USB_OTG_HOST
    96 #endif //SYMBIAN_INCLUDE_USB_OTG_HOST
    97 #endif //WITH_MASS_STORAGE
    97 #endif //WITH_MASS_STORAGE
    98 #endif //SYMBIAN_EXCLUDE_USB
    98 #endif //__USB