author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Sat, 20 Feb 2010 00:10:51 +0200 | |
branch | RCL_3 |
changeset 62 | 4a8fed1c0ef6 |
parent 33 | 0173bcd7697c |
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/elocal.mmp |
|
15 |
// elocal.fsy FAT file system |
|
16 |
// |
|
17 |
// |
|
18 |
||
19 |
/** |
|
20 |
@file |
|
21 |
*/ |
|
15
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 |
//!! 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
|
26 |
//!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
27 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
28 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
0 | 29 |
|
30 |
||
31 |
TARGET elocal.fsy |
|
32 |
||
33 |
TARGETTYPE fsy |
|
34 |
||
35 |
||
36 |
#if defined(WINS) |
|
37 |
||
38 |
SOURCEPATH ../swins |
|
39 |
SOURCE elocal.cpp |
|
40 |
||
41 |
USERINCLUDE ../inc |
|
42 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
43 |
||
44 |
library emulator.lib |
|
45 |
START WINS |
|
46 |
WIN32_LIBRARY kernel32.lib |
|
47 |
#if defined(VC32) |
|
48 |
WIN32_LIBRARY chkstk.obj |
|
49 |
#endif |
|
50 |
BASEADDRESS 0x63000000 |
|
51 |
END |
|
52 |
||
53 |
#else |
|
54 |
||
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
55 |
|
0 | 56 |
USERINCLUDE ../sfat |
57 |
USERINCLUDE ../sfat/inc |
|
58 |
USERINCLUDE ../sfile |
|
59 |
||
60 |
SOURCEPATH ../sfat |
|
61 |
SOURCE fat_config.cpp sl_cache.cpp sl_dir.cpp |
|
62 |
SOURCE sl_disk.cpp sl_drv.cpp sl_file.cpp |
|
63 |
SOURCE sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp |
|
64 |
SOURCE sl_utl.cpp sl_vfat.cpp sl_bpb.cpp |
|
65 |
SOURCE sl_scan.cpp sl_check.cpp |
|
66 |
SOURCE sl_fat16.cpp sl_mnt16.cpp sl_fatcache.cpp fat_table.cpp ram_fat_table.cpp |
|
67 |
SOURCE sl_leafdir_cache.cpp |
|
68 |
SOURCE sl_dir_cache.cpp |
|
69 |
||
70 |
USERINCLUDE ../inc |
|
71 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
72 |
||
73 |
LIBRARY hal.lib |
|
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
74 |
#endif |
0 | 75 |
|
76 |
||
77 |
SOURCEPATH . |
|
78 |
DOCUMENT ../group/release.txt |
|
79 |
||
80 |
LIBRARY efsrv.lib euser.lib efile.lib |
|
81 |
||
82 |
UID 0 0x100000d6 |
|
83 |
VENDORID 0x70000001 |
|
84 |
||
85 |
unpagedcode |
|
86 |
||
87 |
#include "../group/f32caps.mmh" // Capabilities of File Server process |
|
88 |
#include "../group/f32.mmh" // Generic definitions for the whole f32 component |
|
89 |
||
90 |
SMPSAFE |