sl@0: // Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // f32/group/elocal.mmp sl@0: // elocal.fsy FAT file system sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! sl@0: //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! sl@0: //!! sl@0: //!! WARNING!! DO NOT edit this file !! '\sfat' component is obsolete and is not being used. '\sfat32'replaces it sl@0: //!! sl@0: //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! sl@0: //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! sl@0: sl@0: sl@0: TARGET elocal.fsy sl@0: sl@0: TARGETTYPE fsy sl@0: sl@0: sl@0: #if defined(WINS) sl@0: sl@0: SOURCEPATH ../swins sl@0: SOURCE elocal.cpp sl@0: sl@0: USERINCLUDE ../inc sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: library emulator.lib sl@0: START WINS sl@0: WIN32_LIBRARY kernel32.lib sl@0: #if defined(VC32) sl@0: WIN32_LIBRARY chkstk.obj sl@0: #endif sl@0: BASEADDRESS 0x63000000 sl@0: END sl@0: sl@0: #else sl@0: sl@0: sl@0: USERINCLUDE ../sfat sl@0: USERINCLUDE ../sfat/inc sl@0: USERINCLUDE ../sfile sl@0: sl@0: SOURCEPATH ../sfat sl@0: SOURCE fat_config.cpp sl_cache.cpp sl_dir.cpp sl@0: SOURCE sl_disk.cpp sl_drv.cpp sl_file.cpp sl@0: SOURCE sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp sl@0: SOURCE sl_utl.cpp sl_vfat.cpp sl_bpb.cpp sl@0: SOURCE sl_scan.cpp sl_check.cpp sl@0: SOURCE sl_fat16.cpp sl_mnt16.cpp sl_fatcache.cpp fat_table.cpp ram_fat_table.cpp sl@0: SOURCE sl_leafdir_cache.cpp sl@0: SOURCE sl_dir_cache.cpp sl@0: sl@0: USERINCLUDE ../inc sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: LIBRARY hal.lib sl@0: #endif sl@0: sl@0: sl@0: SOURCEPATH . sl@0: DOCUMENT ../group/release.txt sl@0: sl@0: LIBRARY efsrv.lib euser.lib efile.lib sl@0: sl@0: UID 0 0x100000d6 sl@0: VENDORID 0x70000001 sl@0: sl@0: unpagedcode sl@0: sl@0: #include "../group/f32caps.mmh" // Capabilities of File Server process sl@0: #include "../group/f32.mmh" // Generic definitions for the whole f32 component sl@0: sl@0: SMPSAFE