sl@0: // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // f32test\server\t_chlffs.h sl@0: // sl@0: // sl@0: sl@0: #if !defined(__T_CHLFFS_H__) sl@0: #define __T_CHLFFS_H__ sl@0: sl@0: #include <f32file.h> sl@0: #include <d32locd.h> sl@0: sl@0: #if defined(__WINS__) sl@0: // #define __TEST_LFFS_ONLY__ sl@0: #endif sl@0: sl@0: GLREF_D RTest test; sl@0: sl@0: GLREF_C TInt CheckLFFSDriveForPlatform(); sl@0: GLREF_C TBool CheckMountLFFS(RFs &anFsSession,TChar aDriveLetter); sl@0: GLREF_C TBool IsTestingLFFS(); sl@0: GLREF_C void TestingLFFS(TBool aSetting); sl@0: GLREF_C TInt GetDriveLFFS(); sl@0: GLREF_C TBool IsDefaultDriveLFFS(); sl@0: GLDEF_C TBool IsSessionDriveLFFS(RFs& aFs,TChar& aDriveLetter); sl@0: GLREF_C TBool IsNamedDriveLFFS(RFs &anFsSession,TText aDrv); sl@0: GLREF_C TBool IsFileSystemLFFS(RFs &aFsSession,TInt aDrive); sl@0: GLREF_C TInt GetLFFSControlModeSize(); sl@0: sl@0: #endif