os/kernelhwsrv/userlibandfileserver/fileserver/group/efsrv.mmh
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of the License "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// f32\group\efsrv.mmp
sl@0
    15
// efsrv.dll File Server client-side library
sl@0
    16
// 
sl@0
    17
//
sl@0
    18
sl@0
    19
/**
sl@0
    20
 @file
sl@0
    21
*/
sl@0
    22
sl@0
    23
sl@0
    24
sl@0
    25
USERINCLUDE		../ftrace
sl@0
    26
sl@0
    27
SOURCEPATH		../sfsrv
sl@0
    28
SOURCE			 cl_cdir.cpp cl_cli.cpp cl_debug.cpp cl_dir.cpp
sl@0
    29
SOURCE			 cl_drive.cpp cl_entry.cpp cl_file.cpp cl_find.cpp
sl@0
    30
SOURCE			 cl_fman.cpp cl_fmt.cpp cl_fraw.cpp cl_ftext.cpp
sl@0
    31
SOURCE			 cl_main.cpp cl_parse.cpp cl_scan.cpp cl_insecure.cpp
sl@0
    32
SOURCE			 cl_plugin.cpp cl_blockmap.cpp cl_clamp.cpp
sl@0
    33
SOURCE			 cl_shim.cpp
sl@0
    34
SOURCE			 cl_notification.cpp
sl@0
    35
SOURCEPATH	.
sl@0
    36
DOCUMENT		 release.txt
sl@0
    37
sl@0
    38
TARGETTYPE		dll
sl@0
    39
sl@0
    40
DEFFILE			 efsrv.def
sl@0
    41
sl@0
    42
USERINCLUDE	../inc
sl@0
    43
#ifdef SYMBIAN_OLD_EXPORT_LOCATION
sl@0
    44
SYSTEMINCLUDE	../inc
sl@0
    45
#endif
sl@0
    46
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
    47
sl@0
    48
LIBRARY			 euser.lib hal.lib
sl@0
    49
sl@0
    50
START WINS
sl@0
    51
BASEADDRESS		0x66000000
sl@0
    52
END
sl@0
    53
sl@0
    54
UID		0x1000008d 0x100039e4
sl@0
    55
VENDORID 0x70000001
sl@0
    56
CAPABILITY	All
sl@0
    57
sl@0
    58
unpagedcode
sl@0
    59
sl@0
    60
SMPSAFE
sl@0
    61