equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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: |
|
15 * Definitions of SWPs (system-wide properties) needed to start up S60. |
|
16 * |
|
17 */ |
|
18 |
|
19 #ifndef SSMSWP_HRH |
|
20 #define SSMSWP_HRH |
|
21 |
|
22 /** |
|
23 * Startup UI phase SWP. |
|
24 * |
|
25 * These identifiers are also used as command list ids to find the correct |
|
26 * command list among all command lists in the system. |
|
27 */ |
|
28 #define SWP_UID_SSM_UI_PHASE 0x20022EB7 |
|
29 enum TSwpStartupUiPhase |
|
30 { |
|
31 ESsmUiPhaseStarted = 0xa1 |
|
32 }; |
|
33 |
|
34 /** |
|
35 * System-wide property for RF status. |
|
36 * |
|
37 * These identifiers are also used as command list ids to find the correct |
|
38 * command list among all command lists in the system. |
|
39 */ |
|
40 #define SWP_UID_SSM_RF_STATUS 0x20022EB6 |
|
41 |
|
42 #endif // SSMSWP_HRH |