author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 09 Jun 2010 11:10:19 +0300 | |
branch | RCL_3 |
changeset 36 | bbf8bed59bcb |
parent 8 | 538db54a451d |
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/efat32.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
TARGET efat32.fsy |
|
19 |
||
20 |
TARGETTYPE fsy |
|
21 |
||
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
22 |
USERINCLUDE ../sfile |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
23 |
USERINCLUDE ../inc |
8
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
2
diff
changeset
|
24 |
USERINCLUDE ../fs_utils |
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
2
diff
changeset
|
25 |
|
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
26 |
USERINCLUDE ../sfat32 |
0 | 27 |
USERINCLUDE ../sfat32/inc |
28 |
||
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
29 |
SOURCEPATH ../sfat32 |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
30 |
|
0 | 31 |
SOURCE fat_config.cpp sl_dir.cpp |
32 |
SOURCE sl_disk.cpp sl_drv.cpp sl_file.cpp |
|
33 |
SOURCE sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp |
|
34 |
SOURCE sl_utl.cpp sl_vfat.cpp sl_cache.cpp sl_fatcache.cpp |
|
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
35 |
SOURCE sl_leafdir_cache.cpp sl_dir_cache.cpp |
0 | 36 |
|
37 |
SOURCE sl_fatmisc32.cpp sl_bpb32.cpp fat_table32.cpp ram_fat_table32.cpp |
|
38 |
SOURCE sl_scan32.cpp sl_mnt32.cpp |
|
39 |
SOURCE sl_fatcache32.cpp |
|
40 |
||
8
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
2
diff
changeset
|
41 |
SOURCEPATH ../fs_utils |
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
2
diff
changeset
|
42 |
SOURCE filesystem_utils.cpp bit_vector.cpp |
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
2
diff
changeset
|
43 |
|
0 | 44 |
SOURCEPATH . |
45 |
DOCUMENT ../group/release.txt |
|
46 |
||
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
47 |
|
0 | 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 |
unpagedcode |
|
60 |
||
61 |
#include "../group/f32caps.mmh" // Capabilities of File Server process |
|
62 |
#include "../group/f32.mmh" // Generic definitions for the whole f32 component |
|
63 |
||
64 |
SMPSAFE |