author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 02 Feb 2010 01:24:03 +0200 | |
changeset 15 | 2d65c2f76d7b |
parent 2 | 4122176ea935 |
permissions | -rw-r--r-- |
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/efat.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
18 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
19 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
20 |
//!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
21 |
//!! WARNING!! DO NOT edit this file !! '\sfat' component is obsolete and is not being used. '\sfat32'replaces it |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
22 |
//!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
23 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
24 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
25 |
|
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
26 |
|
0 | 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 |