0
|
1 |
// Copyright (c) 1998-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/bld.inf
|
|
15 |
// File server
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
PRJ_PLATFORMS
|
|
24 |
|
|
25 |
BASEDEFAULT
|
|
26 |
|
|
27 |
PRJ_EXPORTS
|
|
28 |
../inc/f32file.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(f32file.h)
|
|
29 |
../inc/f32file_private.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32file_private.h)
|
|
30 |
../inc/f32file.inl SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(f32file.inl)
|
|
31 |
#ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
|
|
32 |
../inc/f32file64.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(f32file64.h)
|
|
33 |
../inc/f32file64.inl SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(f32file64.inl)
|
|
34 |
#endif
|
|
35 |
#ifdef SYMBIAN_F32_ENHANCED_CHANGE_NOTIFICATION
|
|
36 |
../inc/f32notification.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(f32notification.h)
|
|
37 |
#endif
|
|
38 |
../inc/f32fsys.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32fsys.h)
|
|
39 |
../inc/f32fsys.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32fsys.inl)
|
|
40 |
../inc/f32ver.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32ver.h)
|
|
41 |
../inc/f32dbg.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32dbg.h)
|
|
42 |
../inc/f32image.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32image.h)
|
|
43 |
../inc/rofs.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(rofs.h)
|
|
44 |
../inc/ftlcontrolio.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ftlcontrolio.h)
|
|
45 |
../inc/f32pluginUtils.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32pluginutils.h)
|
|
46 |
../inc/F32plugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32plugin.h)
|
|
47 |
../inc/f32plugin.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32plugin.inl)
|
|
48 |
|
|
49 |
../inc/f32tracedef.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32tracedef.h)
|
|
50 |
../inc/utraceefsrv.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(utraceefsrv.h)
|
|
51 |
../inc/utraceefile.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(utraceefile.h)
|
|
52 |
../rom/f32.iby /epoc32/rom/f32/f32.iby
|
|
53 |
|
|
54 |
PRJ_MMPFILES
|
|
55 |
|
|
56 |
#if !defined(SMP)
|
|
57 |
efsrv
|
|
58 |
efile
|
|
59 |
runtests
|
|
60 |
#endif
|
|
61 |
|
|
62 |
ftrace
|