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) used by clayer. |
|
16 * |
|
17 */ |
|
18 |
|
19 #ifndef CLAYERSWP_HRH |
|
20 #define CLAYERSWP_HRH |
|
21 |
|
22 /** |
|
23 * System-wide property for RF status. |
|
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 |
|
29 enum TSwpSsmRfStatus |
|
30 { |
|
31 ESsmRfOn = 0xb1, |
|
32 ESsmRfOff, |
|
33 ESsmBtSap |
|
34 }; |
|
35 |
|
36 #endif // CLAYERSWP_HRH |