sl@0: /*
sl@0: * Copyright (c) 2004-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: * SisRegistry - shared client/server definitions
sl@0: *
sl@0: */
sl@0: 
sl@0: 
sl@0: /**
sl@0:  @file 
sl@0:  @test
sl@0:  @internalComponent
sl@0: */
sl@0: 
sl@0: #include <e32std.h>
sl@0: 
sl@0: _LIT(KTestUtilServerName,"testutilserver");
sl@0: _LIT(KTestUtilServerImg,"testutilserver");		// DLL/EXE name
sl@0: const TUid KServerUid3={0x101F7295};
sl@0: 
sl@0: const TInt KMaxTestUtilMessage=100;
sl@0: 
sl@0: enum TTestUtilMessages
sl@0: 	{
sl@0: 	ECopy,
sl@0: 	EMove,
sl@0: 	EDelete,
sl@0: 	EMkDirAll,
sl@0: 	ERmDir,
sl@0: 	EFileExists,
sl@0: 	ELock,
sl@0: 	EUnlock,
sl@0: 	EFormat,
sl@0: 	EMount,
sl@0: 	EUnMount,
sl@0: 	ESetReadOnly,
sl@0: 	EGetFileHandle,
sl@0: 	EWatchFile,
sl@0: 	EWatchFileCancel,
sl@0: 	EGetNumFiles,
sl@0: 	ESetSecureClock
sl@0: 	};