equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * SisRegistry - shared client/server definitions |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 /** |
|
23 @file |
|
24 @test |
|
25 @internalComponent |
|
26 */ |
|
27 |
|
28 #include <e32std.h> |
|
29 |
|
30 _LIT(KTestUtilServerName,"testutilsdpserver"); |
|
31 _LIT(KTestUtilServerImg,"testutilsdpserver"); // DLL/EXE name |
|
32 const TUid KServerUid3={0x101F7295}; |
|
33 |
|
34 const TInt KMaxTestUtilMessage=100; |
|
35 |
|
36 enum TTestUtilMessages |
|
37 { |
|
38 ECopy, |
|
39 EMove, |
|
40 EDelete, |
|
41 EMkDirAll, |
|
42 ERmDir, |
|
43 EFileExists, |
|
44 ELock, |
|
45 EUnlock, |
|
46 EFormat, |
|
47 EMount, |
|
48 EUnMount, |
|
49 ESetReadOnly, |
|
50 EGetFileHandle, |
|
51 EWatchFile, |
|
52 EWatchFileCancel, |
|
53 EGetNumFiles |
|
54 }; |