os/kernelhwsrv/userlibandfileserver/fileserver/automounter/filesystem_automounter.h
Update contrib.
1 // Copyright (c) 1995-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Public header file for "AutoMounter" file system. Contains this file system name and optional file system - specific declarations.
24 #if !defined(__FILESYSTEM_AUTOMOUNTER_H__)
25 #define __FILESYSTEM_AUTOMOUNTER_H__
28 #if !defined(__F32FILE_H__)
35 automounter filesystem name, which shall be provided to RFs::MountFileSystem() and is returned by RFs::FileSystemName() if
36 this file system is mounted on the drive. The literal is case-insensitive.
37 @see RFs::MountFileSystem()
38 @see RFs::FileSystemName()
40 _LIT(KFileSystemName_AutoMounter, "automounter");
43 //------------------------------------------------------------------------------
45 namespace FileSystem_AUTOMOUNTER
47 //-- some file system specific declarations can be placed here
49 }//FileSystem_AUTOMOUNTER
56 #endif //__FILESYSTEM_AUTOMOUNTER_H__