buildverification/autosmoketest/Utils/Inc/SmokeTestSecureFSclientserver.h
branchRCL_3
changeset 19 4ca382093dae
parent 5 6beaa9cf4752
child 20 493058e57c8c
equal deleted inserted replaced
5:6beaa9cf4752 19:4ca382093dae
     1 // Copyright (c) 2005-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 "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 // clientserver - shared client/server definitions
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __SMOKETEST_SECURE_FS_CLIENT_SERVER_H__
       
    19 #define __SMOKETEST_SECURE_FS_CLIENT_SERVER_H__
       
    20 
       
    21 #include <e32std.h>
       
    22 
       
    23 _LIT(KTestServerName,"SmokeTestSecureFSserver");
       
    24 _LIT(KTestServerImg,"SmokeTestSecureFSserver");		// EXE name
       
    25 const TUid KServerUid3={0x101FF346};
       
    26 
       
    27 const TInt KMaxTestMessage=8;
       
    28 
       
    29 enum TTestIpc
       
    30 	{
       
    31 	ETestIpcSetHomeTime,
       
    32 	ETestIpcDeleteFile,
       
    33 	ETestIpcKillProcess,
       
    34 	ETestIpcChangeLocale,
       
    35 	ETestIpcCheckForFile,
       
    36     ETestIpcCopyFile,
       
    37     ETestIpcSetUpFbs,
       
    38 	};
       
    39 
       
    40 #endif // __SMOKETEST_SECURE_FS_CLIENT_SERVER_H__