Update contrib.
1 // Copyright (c) 1997-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 // f32test/group/t_fsys.mmp
23 SOURCEPATH ../fileutils/src
24 SOURCE f32_test_utils.cpp
27 LIBRARY euser.lib efsrv.lib hal.lib
28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
30 USERINCLUDE ../fileutils/inc
32 CAPABILITY TCB DISKADMIN ALLFILES
35 // make test unpaged otherwise it will fail test case "Test cannot dismount on Rom drive"
36 // as dismounting Z: will return KErrInUse rather than the expected KErrAccessDenied
37 // (as the test code itself is being demand paged from Z:)