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