equal
deleted
inserted
replaced
|
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 USERINCLUDE ../sfsrv/traces |
|
28 |
|
29 SOURCEPATH ../sfsrv |
|
30 SOURCE cl_cdir.cpp cl_cli.cpp cl_debug.cpp cl_dir.cpp |
|
31 SOURCE cl_drive.cpp cl_entry.cpp cl_file.cpp cl_find.cpp |
|
32 SOURCE cl_fman.cpp cl_fmt.cpp cl_fraw.cpp cl_ftext.cpp |
|
33 SOURCE cl_main.cpp cl_parse.cpp cl_scan.cpp cl_insecure.cpp |
|
34 SOURCE cl_plugin.cpp cl_blockmap.cpp cl_clamp.cpp |
|
35 SOURCE cl_shim.cpp |
|
36 SOURCE cl_notification.cpp |
|
37 SOURCEPATH ../group |
|
38 DOCUMENT release.txt |
|
39 |
|
40 TARGETTYPE dll |
|
41 |
|
42 DEFFILE efsrv.def |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
46 SYSTEMINCLUDE ../inc |
|
47 #endif |
|
48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
49 |
|
50 LIBRARY euser.lib hal.lib |
|
51 |
|
52 START WINS |
|
53 BASEADDRESS 0x66000000 |
|
54 END |
|
55 |
|
56 UID 0x1000008d 0x100039e4 |
|
57 VENDORID 0x70000001 |
|
58 CAPABILITY All |
|
59 |
|
60 unpagedcode |
|
61 |
|
62 SMPSAFE |
|
63 |