Update contrib.
1 // Copyright (c) 1998-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 "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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32test\device\d_ldd.h
18 #if !defined(__D32LDD_H__)
21 #ifndef __KERNEL_MODE__
25 _LIT(KLddName,"Test");
26 _LIT(KKInstallLddName,"TestKInstall");
34 class RLddTest : public RBusLogicalChannel
48 EControlTestKInstall=9,
49 EControlLinkedTest1=10,
50 EControlLinkedTest2=11,
51 EControlLinkedTest3=12,
52 EControlLinkedTest4=13,
53 EControlLinkedTest5=14,
54 EControlLinkedTest6=15,
55 EControlLinkedTest7=16,
56 EControlLinkedTest8=17,
57 EControlLinkedTest9=18,
69 inline TInt Test6(TInt aValue);
70 inline TUint32 Test7();
71 inline void Test8(TUint32 aValue);
73 inline TInt LinkedTest1();
74 inline TInt LinkedTest2();
75 inline TInt LinkedTest3();
76 inline TInt LinkedTest4();
77 inline TInt LinkedTest5();
78 inline TInt LinkedTest6(TInt aValue);
79 inline TUint32 LinkedTest7();
80 inline void LinkedTest8(TUint32 aValue);
81 inline TInt LinkedTest9();
82 inline TInt TestKInstall();
83 static inline TInt UnloadAndWait();
84 static inline TInt Unload();
87 class RKInstallTest : public RBusLogicalChannel