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