| 0 |      1 | // Copyright (c) 2007-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 | // 
 | 
|  |     15 | //
 | 
|  |     16 | 
 | 
|  |     17 | /**
 | 
|  |     18 |  @file
 | 
|  |     19 | */
 | 
|  |     20 | 
 | 
|  |     21 | TARGET          automounter.fsy
 | 
|  |     22 | 
 | 
|  |     23 | TARGETTYPE      fsy
 | 
|  |     24 | 
 | 
|  |     25 | USERINCLUDE     ../automounter
 | 
|  |     26 | SOURCEPATH      ../automounter
 | 
|  |     27 | 
 | 
|  |     28 | 
 | 
|  |     29 | SOURCE          automounter.cpp
 | 
|  |     30 | 
 | 
|  |     31 | 
 | 
|  |     32 | SOURCEPATH      .
 | 
|  |     33 | DOCUMENT        ../group/release.txt
 | 
|  |     34 | USERINCLUDE     ../inc 
 | 
|  |     35 | 
 | 
|  |     36 | OS_LAYER_SYSTEMINCLUDE_SYMBIAN
 | 
|  |     37 | 
 | 
|  |     38 | 
 | 
|  |     39 | LIBRARY         efile.lib efsrv.lib euser.lib 
 | 
|  |     40 | 
 | 
|  |     41 | UID				0 0x100000d6
 | 
|  |     42 | VENDORID		0x70000001
 | 
|  |     43 | 
 | 
|  |     44 | unpaged
 | 
|  |     45 | 
 | 
|  |     46 | #include "../group/f32caps.mmh"  // Capabilities of File Server process
 | 
|  |     47 | #include "../group/f32.mmh"      // Generic definitions for the whole f32 component
 | 
|  |     48 | 
 | 
|  |     49 | SMPSAFE
 | 
|  |     50 | 
 | 
|  |     51 | 
 |