devicediagnostics/diagplugins/diagvibrateplugin/inc/diagvibratepluginprivatecrkeys.h
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Vibrate plugin private Central Repository keys. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef __DIAGVIBRATEPLUGINPRIVATECRKEYS_H__ |
|
20 #define __DIAGVIBRATEPLUGINPRIVATECRKEYS_H__ |
|
21 |
|
22 // INCLUDES |
|
23 |
|
24 #include <e32std.h> |
|
25 |
|
26 // ============================================================================= |
|
27 // Vibra Test |
|
28 // ============================================================================= |
|
29 |
|
30 const TUid KCRUidDevDiagVibraTestPlugin = { 0x2000E586 }; |
|
31 |
|
32 |
|
33 /** |
|
34 * |
|
35 * The value assigned to this key is the time in second for the vibra to vibrate |
|
36 * Available options: |
|
37 * Default value: 3 |
|
38 */ |
|
39 const TUint32 KDevDiagVibraTestVibrateTime = 0x00000001; |
|
40 |
|
41 #endif // __DIAGVIBRATEPLUGINPRIVATECRKEYS_H__ |
|
42 |
|
43 // End of File |