os/kernelhwsrv/userlibandfileserver/fileserver/sfat/elocal.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 //!!
    25 //!! WARNING!! DO NOT edit this file !! '\sfat' component is obsolete and is not being used. '\sfat32'replaces it
    26 //!!
    27 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    28 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    29 
    30 
    31 TARGET          elocal.fsy
    32 
    33 TARGETTYPE      fsy
    34 
    35 
    36 #if defined(WINS)
    37 
    38 SOURCEPATH  ../swins
    39 SOURCE           elocal.cpp
    40 
    41 USERINCLUDE   ../inc
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    43 
    44 library         emulator.lib
    45 START WINS
    46 WIN32_LIBRARY   kernel32.lib
    47 #if defined(VC32)
    48 WIN32_LIBRARY   chkstk.obj
    49 #endif
    50 BASEADDRESS     0x63000000
    51 END
    52 
    53 #else
    54 
    55 
    56 USERINCLUDE       ../sfat
    57 USERINCLUDE       ../sfat/inc
    58 USERINCLUDE       ../sfile
    59 
    60 SOURCEPATH  ../sfat
    61 SOURCE           fat_config.cpp sl_cache.cpp sl_dir.cpp
    62 SOURCE           sl_disk.cpp sl_drv.cpp sl_file.cpp
    63 SOURCE           sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp
    64 SOURCE           sl_utl.cpp sl_vfat.cpp sl_bpb.cpp
    65 SOURCE           sl_scan.cpp sl_check.cpp
    66 SOURCE           sl_fat16.cpp sl_mnt16.cpp sl_fatcache.cpp fat_table.cpp ram_fat_table.cpp
    67 SOURCE           sl_leafdir_cache.cpp
    68 SOURCE           sl_dir_cache.cpp
    69 
    70 USERINCLUDE   ../inc
    71 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    72 
    73 LIBRARY          hal.lib
    74 #endif
    75 
    76 
    77 SOURCEPATH  .
    78 DOCUMENT         ../group/release.txt
    79 
    80 LIBRARY          efsrv.lib euser.lib efile.lib
    81 
    82 UID 0 0x100000d6
    83 VENDORID 0x70000001
    84 
    85 unpagedcode
    86 
    87 #include "../group/f32caps.mmh"  // Capabilities of File Server process
    88 #include "../group/f32.mmh"      // Generic definitions for the whole f32 component
    89 
    90 SMPSAFE