equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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: Private Publish&Subscribe definitions of the |
|
15 * Security UIs subsystem |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #ifndef TOUCHSCPRIVATEPSKEYS_H |
|
21 #define TOUCHSCPRIVATEPSKEYS_H |
|
22 |
|
23 // INCLUDES |
|
24 |
|
25 //CONSTANTS |
|
26 |
|
27 // ============================================================================= |
|
28 // Touch Screen Calibration API |
|
29 // ============================================================================= |
|
30 |
|
31 /** |
|
32 * Touchscreen calibration P&S UID |
|
33 */ |
|
34 const TUid KPSUidTouchScreenCalibration = { 0x102828BC }; |
|
35 |
|
36 /** |
|
37 * Wait a touchscreen calibration |
|
38 */ |
|
39 const TUint32 KPSTouchScreenCalibration = 0x00000000; |
|
40 enum TPSTouchScreenCalibration |
|
41 { |
|
42 ETouchScreenCalibrationWait, |
|
43 ETouchScreenCalibrationOk |
|
44 }; |
|
45 |
|
46 #endif//TOUCHSCPRIVATEPSKEYS_H |