|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Feature UID allocations for all Symbian OS platforms |
|
15 // This file is managed by the System Design Authority (sda@symbian.com) |
|
16 // To allocate a new feature UID, please email the SDA |
|
17 // The following UID ranges are allocated for features |
|
18 // that default to reporting "feature present" |
|
19 // 0x10279806 - 0x10281805 |
|
20 // All other UIDs default to reporting "feature not present" |
|
21 // |
|
22 // |
|
23 |
|
24 /** |
|
25 @publishedAll |
|
26 @released |
|
27 */ |
|
28 namespace NFeature { |
|
29 // default present |
|
30 const TUid KBluetooth = {0x10279808}; |
|
31 const TUid KConnectivity = {0x10279816}; |
|
32 const TUid KDhcp = {0x10279815}; |
|
33 const TUid KFax = {0x10279806}; |
|
34 const TUid KInfrared = {0x10279809}; |
|
35 const TUid KIPQoS = {0x10279812}; |
|
36 const TUid KIPSec = {0x10279814}; |
|
37 const TUid KLocationManagement = {0x10279818}; |
|
38 const TUid KMmc = {0x1027980A}; |
|
39 const TUid KMTP = {0x10279817}; |
|
40 const TUid KNetworkQoS = {0x10279813}; |
|
41 const TUid KObex = {0x1027980C}; |
|
42 const TUid KOmaDataSync = {0x10279810}; |
|
43 const TUid KOmaDeviceManagement = {0x10279811}; |
|
44 const TUid KPrint = {0x10279807}; |
|
45 const TUid KRtpRtcp = {0x1027980D}; |
|
46 const TUid KSip = {0x1027980F}; |
|
47 const TUid KUsb = {0x1027980B}; |
|
48 |
|
49 // default not present |
|
50 const TUid KAGPSPositioningPlugin = {0x10286AA2}; |
|
51 const TUid KAmbientLightSensor = {0x102835AF}; |
|
52 const TUid KBluetoothGPSPositioningPlugin = {0x10285D6A}; |
|
53 const TUid KCoverDisplay = {0x102835B0}; |
|
54 const TUid KCsVideoTelephony = {0x10285A22}; |
|
55 const TUid KDefaultPositioningPlugin = {0x10285D6B}; |
|
56 const TUid KDriveModeCanRestrictMtCalls = {0x10285A24}; |
|
57 const TUid KDRM = {0x1028181B}; |
|
58 const TUid KEmergencyCallsEnabledInOfflineMode = {0x10285A23}; |
|
59 const TUid KFmTx = {0x10285DD6}; |
|
60 const TUid KGPSPositioningPlugin = {0x10286AA1}; |
|
61 const TUid KKeypadNoSlider = {0x102835B1}; |
|
62 const TUid KLocation = {0x10281818}; |
|
63 const TUid KLocationAdvancedDialog = {0x102859F3}; |
|
64 const TUid KLocationAPIVariant2 = {0x10285D69}; |
|
65 const TUid KLocationPrivacyRequestAPIs = {0x102859F2}; |
|
66 const TUid KMobileIP = {0x10281819}; |
|
67 const TUid KNetworkPositioningPlugin = {0x10286AA3}; |
|
68 const TUid KOfflineMode = {0x1028181A}; |
|
69 const TUid KOmaDsHostServers = {0x10282663}; |
|
70 const TUid KSimulationPositioningPlugin = {0x10285D6C}; |
|
71 const TUid KVibra = {0x102835AE}; |
|
72 } |