userlibandfileserver/fileserver/group/bld.inf
author Mike Kinghan <mikek@symbian.org>
Tue, 16 Nov 2010 14:39:21 +0000
branchGCC_SURGE
changeset 303 9b85206a602c
parent 152 657f875b013e
child 189 a5496987b1da
permissions -rw-r--r--
We need a way to pass flags to rombuilds in Raptor via extension flm interfaces, so that the CPP pass of the rom input files can be informed what toolchain we are building with and conditionally include or exclude files depending on whether the toolchain could build them.

// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// f32/group/bld.inf
// File server
// 
//

/**
 @file
*/

PRJ_PLATFORMS

BASEDEFAULT

PRJ_EXPORTS
../inc/f32file.h								SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(f32file.h)
../inc/f32file_private.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32file_private.h)
../inc/f32file.inl								SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(f32file.inl)
#ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
../inc/f32file64.h								SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(f32file64.h)
../inc/f32file64.inl							SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(f32file64.inl)
#endif
#ifdef SYMBIAN_F32_ENHANCED_CHANGE_NOTIFICATION
../inc/f32notification.h						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(f32notification.h)
#endif
../inc/f32fsys.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32fsys.h)
../inc/f32fsys.inl								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32fsys.inl)
../inc/f32ver.h									SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32ver.h)
../inc/f32dbg.h									SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32dbg.h)
../inc/f32image.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32image.h)
../inc/rofs.h									SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(rofs.h)
../inc/ftlcontrolio.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ftlcontrolio.h)
../inc/f32pluginUtils.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32pluginutils.h)
../inc/F32plugin.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32plugin.h)
../inc/f32plugin.inl							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(f32plugin.inl)

../rom/f32.iby	 		/epoc32/rom/f32/f32.iby

PRJ_MMPFILES

#if !defined(SMP)
../sfsrv/efsrv
../sfile/efile
runtests
#endif