|
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/efat.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|
19 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|
20 //!! |
|
21 //!! WARNING!! DO NOT edit this file !! '\sfat' component is obsolete and is not being used. '\sfat32'replaces it |
|
22 //!! |
|
23 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|
24 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|
25 |
|
26 |
|
27 TARGET efat.fsy |
|
28 |
|
29 TARGETTYPE fsy |
|
30 |
|
31 USERINCLUDE ../sfat |
|
32 USERINCLUDE ../sfat/inc |
|
33 USERINCLUDE ../sfile |
|
34 SOURCEPATH ../sfat |
|
35 SOURCE fat_config.cpp sl_cache.cpp sl_dir.cpp |
|
36 SOURCE sl_disk.cpp sl_drv.cpp sl_file.cpp |
|
37 SOURCE sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp |
|
38 SOURCE sl_utl.cpp sl_vfat.cpp sl_bpb.cpp |
|
39 SOURCE sl_scan.cpp sl_check.cpp |
|
40 SOURCE sl_fat16.cpp sl_mnt16.cpp sl_fatcache.cpp fat_table.cpp ram_fat_table.cpp |
|
41 SOURCE sl_leafdir_cache.cpp |
|
42 SOURCE sl_dir_cache.cpp |
|
43 |
|
44 SOURCEPATH . |
|
45 DOCUMENT ../group/release.txt |
|
46 |
|
47 USERINCLUDE ../inc |
|
48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
49 |
|
50 LIBRARY efile.lib efsrv.lib euser.lib hal.lib |
|
51 |
|
52 START WINS |
|
53 BASEADDRESS 0x61000000 |
|
54 END |
|
55 |
|
56 UID 0 0x100000d6 |
|
57 VENDORID 0x70000001 |
|
58 |
|
59 |
|
60 #include "../group/f32caps.mmh" // Capabilities of File Server process |
|
61 #include "../group/f32.mmh" // Generic definitions for the whole f32 component |
|
62 |
|
63 SMPSAFE |