0
|
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\efsrv.mmp
|
|
15 |
// efsrv.dll File Server client-side library
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
|
|
24 |
|
|
25 |
USERINCLUDE ../ftrace
|
|
26 |
|
|
27 |
SOURCEPATH ../sfsrv
|
|
28 |
SOURCE cl_cdir.cpp cl_cli.cpp cl_debug.cpp cl_dir.cpp
|
|
29 |
SOURCE cl_drive.cpp cl_entry.cpp cl_file.cpp cl_find.cpp
|
|
30 |
SOURCE cl_fman.cpp cl_fmt.cpp cl_fraw.cpp cl_ftext.cpp
|
|
31 |
SOURCE cl_main.cpp cl_parse.cpp cl_scan.cpp cl_insecure.cpp
|
|
32 |
SOURCE cl_plugin.cpp cl_blockmap.cpp cl_clamp.cpp
|
|
33 |
SOURCE cl_shim.cpp
|
|
34 |
SOURCE cl_notification.cpp
|
|
35 |
SOURCEPATH .
|
|
36 |
DOCUMENT release.txt
|
|
37 |
|
|
38 |
TARGETTYPE dll
|
|
39 |
|
|
40 |
DEFFILE efsrv.def
|
|
41 |
|
|
42 |
USERINCLUDE ../inc
|
|
43 |
#ifdef SYMBIAN_OLD_EXPORT_LOCATION
|
|
44 |
SYSTEMINCLUDE ../inc
|
|
45 |
#endif
|
|
46 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
47 |
|
|
48 |
LIBRARY euser.lib hal.lib
|
|
49 |
|
|
50 |
START WINS
|
|
51 |
BASEADDRESS 0x66000000
|
|
52 |
END
|
|
53 |
|
|
54 |
UID 0x1000008d 0x100039e4
|
|
55 |
VENDORID 0x70000001
|
|
56 |
CAPABILITY All
|
|
57 |
|
|
58 |
unpagedcode
|
|
59 |
|
|
60 |
SMPSAFE
|
|
61 |
|