userlibandfileserver/fileserver/sfile/efile.mmh
changeset 134 95847726fe57
child 299 b5a01337d018
equal deleted inserted replaced
133:2a0ada0a1bf8 134:95847726fe57
       
     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\sfile\efile.mmp
       
    15 // efile.exe File Server
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 SOURCEPATH		../sfsrv
       
    25 USERINCLUDE		../sfsrv
       
    26 
       
    27 USERINCLUDE		../ftrace
       
    28 USERINCLUDE		../sfile/traces
       
    29 
       
    30 SOURCE			 cl_file.cpp
       
    31 SOURCE			 cl_cli.cpp
       
    32 SOURCE			 cl_dir.cpp
       
    33 
       
    34 SOURCEPATH		../sfile
       
    35 USERINCLUDE		.
       
    36 SOURCE			 sf_amh.cpp sf_dat.cpp sf_debug.cpp sf_dir.cpp
       
    37 SOURCE			 sf_drv.cpp sf_file.cpp sf_fmt.cpp
       
    38 SOURCE			 sf_ldr.cpp sf_main.cpp sf_nbs.cpp sf_ses.cpp
       
    39 SOURCE			 sf_svr.cpp sf_sys.cpp sf_utl.cpp sf_mnt.cpp
       
    40 SOURCE			 sf_raw.cpp sf_prel.cpp sf_disk.cpp
       
    41 SOURCE			 sf_request.cpp sf_ops.cpp sf_notify.cpp
       
    42 SOURCE			 sf_thread.cpp sf_local.cpp sf_obj.cpp
       
    43 SOURCE			 sf_ext.cpp sf_hash.cpp
       
    44 SOURCE			 sf_plugin.cpp sf_plugin_ops.cpp sf_plugin_man.cpp
       
    45 SOURCE			 Sf_plugin_util.cpp
       
    46 SOURCE			 sf_cache_man.cpp sf_cache_client.cpp
       
    47 SOURCE			 sf_file_cache.cpp
       
    48 SOURCE			 sf_memory_man.cpp sf_memory_client.cpp
       
    49 SOURCE			 sf_plugin_shim.cpp
       
    50 SOURCE			 sf_notifier_handlers.cpp
       
    51 #ifdef SYMBIAN_F32_ENHANCED_CHANGE_NOTIFICATION
       
    52 SOURCE			 sf_pool.cpp sf_notifier.cpp
       
    53 #endif
       
    54 
       
    55 #ifdef WINS
       
    56 SOURCE			 sf_lwins.cpp
       
    57 
       
    58 library			emulator.lib
       
    59 #else
       
    60 SOURCE			 sf_lepoc.cpp  sf_inflate.cpp sf_cache.cpp sf_decomp.cpp
       
    61 SOURCE			 sf_pgcompr.cpp
       
    62 
       
    63 #ifdef MARM
       
    64 SOURCEPATH	../../../kernel/eka/kernel/arm
       
    65 SOURCE			 byte_pair.cia
       
    66 #else
       
    67 SOURCEPATH	../../../kernel/eka/kernel
       
    68 SOURCE			 byte_pair.cpp
       
    69 #endif
       
    70 
       
    71 
       
    72 SOURCEPATH	../srom
       
    73 SOURCE			 sr_rom.cpp
       
    74 #endif
       
    75 
       
    76 STRICTDEPEND
       
    77 
       
    78 SOURCEPATH	.
       
    79 DOCUMENT		 ../group/release.txt
       
    80 
       
    81 TARGETTYPE		exexp
       
    82 
       
    83 DEFFILE			efile.def
       
    84 
       
    85 USERINCLUDE	../inc ../sfsrv/traces
       
    86 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    87 SYSTEMINCLUDE	../inc
       
    88 #endif
       
    89 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    90 USERINCLUDE	../../../kernel/eka/include
       
    91 
       
    92 LIBRARY			 efsrv.lib euser.lib hal.lib
       
    93 
       
    94 EPOCSTACKSIZE	0x6000
       
    95 EPOCHEAPSIZE	0x00001000	0x800000
       
    96 
       
    97 START WINS
       
    98 BASEADDRESS		0x62000000
       
    99 WIN32_LIBRARY	kernel32.lib
       
   100 END
       
   101 UID		0x1000008c 0x100039e3
       
   102 VENDORID 0x70000001
       
   103 
       
   104 unpagedcode
       
   105 unpageddata
       
   106 
       
   107 SMPSAFE
       
   108 
       
   109