equal
deleted
inserted
replaced
|
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 the License "Symbian Foundation License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.symbianfoundation.org/legal/sfl-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__ |