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