userlibandfileserver/fileserver/sfat/elocal.mmp
changeset 0 a41df078684a
child 15 4122176ea935
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // f32/group/elocal.mmp
       
    15 // elocal.fsy FAT file system
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET          elocal.fsy
       
    25 
       
    26 TARGETTYPE      fsy
       
    27 
       
    28 
       
    29 #if defined(WINS)
       
    30 
       
    31 SOURCEPATH  ../swins
       
    32 SOURCE           elocal.cpp
       
    33 
       
    34 USERINCLUDE   ../inc
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 library         emulator.lib
       
    38 START WINS
       
    39 WIN32_LIBRARY   kernel32.lib
       
    40 #if defined(VC32)
       
    41 WIN32_LIBRARY   chkstk.obj
       
    42 #endif
       
    43 BASEADDRESS     0x63000000
       
    44 END
       
    45 
       
    46 #else
       
    47 
       
    48 USERINCLUDE       ../sfat
       
    49 USERINCLUDE       ../sfat/inc
       
    50 USERINCLUDE       ../sfile
       
    51 
       
    52 SOURCEPATH  ../sfat
       
    53 SOURCE           fat_config.cpp sl_cache.cpp sl_dir.cpp
       
    54 SOURCE           sl_disk.cpp sl_drv.cpp sl_file.cpp
       
    55 SOURCE           sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp
       
    56 SOURCE           sl_utl.cpp sl_vfat.cpp sl_bpb.cpp
       
    57 SOURCE           sl_scan.cpp sl_check.cpp
       
    58 SOURCE           sl_fat16.cpp sl_mnt16.cpp sl_fatcache.cpp fat_table.cpp ram_fat_table.cpp
       
    59 SOURCE           sl_leafdir_cache.cpp
       
    60 SOURCE           sl_dir_cache.cpp
       
    61 
       
    62 USERINCLUDE   ../inc
       
    63 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    64 
       
    65 LIBRARY          hal.lib
       
    66 
       
    67 #endif
       
    68 
       
    69 SOURCEPATH  .
       
    70 DOCUMENT         ../group/release.txt
       
    71 
       
    72 LIBRARY          efsrv.lib euser.lib efile.lib
       
    73 
       
    74 UID 0 0x100000d6
       
    75 VENDORID 0x70000001
       
    76 
       
    77 unpagedcode
       
    78 
       
    79 #include "../group/f32caps.mmh"  // Capabilities of File Server process
       
    80 #include "../group/f32.mmh"      // Generic definitions for the whole f32 component
       
    81 
       
    82 SMPSAFE