Update contrib.
1 // Copyright (c) 2002-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.
16 #ifndef __BM_T_PROP_LDD_H__
17 #define __BM_T_PROP_LDD_H__
21 #include <e32property.h>
23 _LIT(KPropLddFileName, "t_prop_ldd");
24 _LIT(KPropLdName, "t_prop_dev");
27 * RPropChannel class defines the user-side API to the RPropertyRef test LDD
29 class RPropChannel : public RBusLogicalChannel
42 RProperty::TType iType;
46 #ifndef __KERNEL_MODE__
49 return DoCreate(KPropLdName, TVersion(1,0,1), KNullUnit, NULL, NULL);
51 TInt BasicTests(TUint aCount, TUid aCategory, TUint aKey, RProperty::TType aType)
55 info.iCategory = aCategory;
58 return DoControl(EBasicTests, &info);