1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/userlibandfileserver/fileserver/group/efile.mmh Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,106 @@
1.4 +// Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// f32\group\efile.mmp
1.18 +// efile.exe File Server
1.19 +//
1.20 +//
1.21 +
1.22 +/**
1.23 + @file
1.24 +*/
1.25 +
1.26 +
1.27 +SOURCEPATH ../sfsrv
1.28 +USERINCLUDE ../sfsrv
1.29 +USERINCLUDE ../ftrace
1.30 +SOURCE cl_file.cpp
1.31 +SOURCE cl_cli.cpp
1.32 +SOURCE cl_dir.cpp
1.33 +
1.34 +SOURCEPATH ../sfile
1.35 +USERINCLUDE .
1.36 +SOURCE sf_amh.cpp sf_dat.cpp sf_debug.cpp sf_dir.cpp
1.37 +SOURCE sf_drv.cpp sf_file.cpp sf_fmt.cpp
1.38 +SOURCE sf_ldr.cpp sf_main.cpp sf_nbs.cpp sf_ses.cpp
1.39 +SOURCE sf_svr.cpp sf_sys.cpp sf_utl.cpp sf_mnt.cpp
1.40 +SOURCE sf_raw.cpp sf_prel.cpp sf_disk.cpp
1.41 +SOURCE sf_request.cpp sf_ops.cpp sf_notify.cpp
1.42 +SOURCE sf_thread.cpp sf_local.cpp sf_obj.cpp
1.43 +SOURCE sf_ext.cpp sf_hash.cpp
1.44 +SOURCE sf_plugin.cpp sf_plugin_ops.cpp sf_plugin_man.cpp
1.45 +SOURCE Sf_plugin_util.cpp
1.46 +SOURCE sf_cache_man.cpp sf_cache_client.cpp
1.47 +SOURCE sf_file_cache.cpp
1.48 +SOURCE sf_memory_man.cpp sf_memory_client.cpp
1.49 +SOURCE sf_plugin_shim.cpp
1.50 +SOURCE sf_notifier_handlers.cpp
1.51 +#ifdef SYMBIAN_F32_ENHANCED_CHANGE_NOTIFICATION
1.52 +SOURCE sf_pool.cpp sf_notifier.cpp
1.53 +#endif
1.54 +
1.55 +#ifdef WINS
1.56 +SOURCE sf_lwins.cpp
1.57 +
1.58 +library emulator.lib
1.59 +#else
1.60 +SOURCE sf_lepoc.cpp sf_inflate.cpp sf_cache.cpp sf_decomp.cpp
1.61 +SOURCE sf_pgcompr.cpp
1.62 +
1.63 +#ifdef MARM
1.64 +SOURCEPATH ../../../kernel/eka/kernel/arm
1.65 +SOURCE byte_pair.cia
1.66 +#else
1.67 +SOURCEPATH ../../../kernel/eka/kernel
1.68 +SOURCE byte_pair.cpp
1.69 +#endif
1.70 +
1.71 +
1.72 +SOURCEPATH ../srom
1.73 +SOURCE sr_rom.cpp
1.74 +#endif
1.75 +
1.76 +STRICTDEPEND
1.77 +
1.78 +SOURCEPATH .
1.79 +DOCUMENT release.txt
1.80 +
1.81 +TARGETTYPE exexp
1.82 +
1.83 +DEFFILE efile.def
1.84 +
1.85 +USERINCLUDE ../inc
1.86 +#ifdef SYMBIAN_OLD_EXPORT_LOCATION
1.87 +SYSTEMINCLUDE ../inc
1.88 +#endif
1.89 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.90 +USERINCLUDE ../../../kernel/eka/include
1.91 +
1.92 +LIBRARY efsrv.lib euser.lib hal.lib btracec.lib
1.93 +
1.94 +EPOCSTACKSIZE 0x6000
1.95 +EPOCHEAPSIZE 0x00001000 0x800000
1.96 +
1.97 +START WINS
1.98 +BASEADDRESS 0x62000000
1.99 +WIN32_LIBRARY kernel32.lib
1.100 +END
1.101 +UID 0x1000008c 0x100039e3
1.102 +VENDORID 0x70000001
1.103 +
1.104 +unpagedcode
1.105 +unpageddata
1.106 +
1.107 +SMPSAFE
1.108 +
1.109 +