Update contrib.
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 "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\emul\d_guiconfig.h
18 #ifndef __D_GUICONFIG_H__
19 #define __D_GUICONFIG_H__
23 #ifndef __KERNEL_MODE__
27 _LIT(KLddName,"Test");
35 class RGuiConfigTest : public RBusLogicalChannel
45 inline TInt GetConfig();
46 inline TInt GenerateKeyEvent();
47 static inline TInt Unload();
50 #include "d_guiconfig.inl"
52 #endif //__D_GUICONFIG_H__