00001 /* 00002 * ============================================================================== 00003 * Name : HWRMVibraSDKCRKeys.h 00004 * Part of : HW Resource Manager / HWResourceManager 00005 * Interface : SDK 00006 * Description : This file contains SDK central repository key definitions 00007 * for the vibra 00008 * Version : %version: ou1s60rt#6 % 00009 * 00010 * Copyright © 2002-2007 Nokia. All rights reserved. 00011 * This material, including documentation and any related 00012 * computer programs, is protected by copyright controlled by 00013 * Nokia. All rights are reserved. Copying, including 00014 * reproducing, storing, adapting or translating, any 00015 * or all of this material requires the prior written consent of 00016 * Nokia. This material also contains confidential 00017 * information which may not be disclosed to others without the 00018 * prior written consent of Nokia. 00019 * ============================================================================== 00020 */ 00021 00022 #ifndef HWRMVIBRASDKCRKEYS_H 00023 #define HWRMVIBRASDKCRKEYS_H 00024 00025 #include <e32std.h> 00026 00050 const TUid KCRUidVibraCtrl = {0x10200C8B}; 00051 00060 const TUint32 KVibraCtrlProfileVibraEnabled = 0x00000001; 00061 00073 const TUint32 KVibraCtrlMaxTime = 0x00000002; 00074 00087 const TUint32 KVibraMinOffTime = 0x00000003; 00088 00097 const TUint32 KVibraCtrlProfileFeedbackEnabled = 0x00000004; 00098 00108 const TUint32 KVibraCtrlFeedbackIntensity = 0x00000005; 00109 00119 const TUint32 KVibraCtrlFeedbackDuration = 0x00000006; 00120 00121 00122 #endif // HWRMVIBRASDKCRKEYS_H 00123 00124 // End of File