userlibandfileserver/fileserver/sfat32/efat32.mmp
changeset 9 96e5fb8b040d
child 11 329ab0095843
equal deleted inserted replaced
-1:000000000000 9:96e5fb8b040d
       
     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/efat32.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET          efat32.fsy
       
    19 
       
    20 TARGETTYPE      fsy
       
    21 
       
    22 USERINCLUDE     ../sfile
       
    23 USERINCLUDE     ../inc
       
    24 USERINCLUDE     ../sfat32
       
    25 USERINCLUDE     ../sfat32/inc
       
    26 
       
    27 SOURCEPATH      ../sfat32
       
    28 
       
    29 SOURCE          fat_config.cpp sl_dir.cpp
       
    30 SOURCE          sl_disk.cpp sl_drv.cpp sl_file.cpp
       
    31 SOURCE          sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp
       
    32 SOURCE          sl_utl.cpp sl_vfat.cpp sl_cache.cpp sl_fatcache.cpp
       
    33 SOURCE          sl_leafdir_cache.cpp sl_dir_cache.cpp
       
    34 
       
    35 SOURCE          sl_fatmisc32.cpp sl_bpb32.cpp fat_table32.cpp ram_fat_table32.cpp
       
    36 SOURCE          sl_scan32.cpp sl_mnt32.cpp
       
    37 SOURCE          sl_fatcache32.cpp
       
    38 
       
    39 SOURCEPATH      .
       
    40 DOCUMENT        ../group/release.txt
       
    41 
       
    42 
       
    43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    44 
       
    45 LIBRARY         efile.lib efsrv.lib euser.lib hal.lib
       
    46 
       
    47 START WINS
       
    48 BASEADDRESS     0x61000000
       
    49 END
       
    50 
       
    51 UID         0 0x100000d6
       
    52 VENDORID    0x70000001
       
    53 
       
    54 unpagedcode
       
    55 
       
    56 #include "../group/f32caps.mmh"  // Capabilities of File Server process
       
    57 #include "../group/f32.mmh"      // Generic definitions for the whole f32 component
       
    58 
       
    59 SMPSAFE