24
|
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 |
namespace NFeature {
|
|
25 |
// default present
|
|
26 |
const TUid KConnectivity = {0x10279816};
|
|
27 |
const TUid KFax = {0x10279806};
|
|
28 |
const TUid KIPQoS = {0x10279812};
|
|
29 |
const TUid KLocationManagement = {0x10279818};
|
|
30 |
const TUid KNetworkQoS = {0x10279813};
|
|
31 |
const TUid KObex = {0x1027980C};
|
|
32 |
const TUid KRtpRtcp = {0x1027980D};
|
|
33 |
const TUid KSip = {0x1027980F};
|
|
34 |
|
|
35 |
// default not present
|
|
36 |
const TUid KAmbientLightSensor = {0x5F9};
|
|
37 |
const TUid KBluetooth = {0xC};
|
|
38 |
const TUid KBluetoothGPSPositioningPlugin = {0x7A};
|
|
39 |
const TUid KCoverDisplay = {0x3};
|
|
40 |
const TUid KCsVideoTelephony = {0x59};
|
|
41 |
const TUid KDefaultPositioningPlugin = {0x10285D6B};
|
|
42 |
const TUid KDhcp = {0x6B};
|
|
43 |
const TUid KDriveModeCanRestrictMtCalls = {0x584};
|
|
44 |
const TUid KDRM = {0x5B};
|
|
45 |
const TUid KEmergencyCallsEnabledInOfflineMode = {0x126};
|
|
46 |
const TUid KFmTx = {0x6A9};
|
|
47 |
const TUid KInfrared = {0xB};
|
|
48 |
const TUid KIPSec = {0x66};
|
|
49 |
const TUid KKeypadNoSlider = {0x3F5};
|
|
50 |
const TUid KLibxml2 = {0x10286747};
|
|
51 |
const TUid KLibxml2DOMXPathAPI = {0x10286727};
|
|
52 |
const TUid KLibxml2SAXParser = {0x10286707};
|
|
53 |
const TUid KLocation = {0x72};
|
|
54 |
const TUid KLocationAdvancedDialog = {0x102859F3};
|
|
55 |
const TUid KLocationAPIVariant2 = {0x10285D69};
|
|
56 |
const TUid KLocationPrivacyRequestAPIs = {0x102859F2};
|
|
57 |
const TUid KMmc = {0x1};
|
|
58 |
const TUid KMobileIP = {0x10281819};
|
|
59 |
const TUid KMTP = {0x1F8};
|
|
60 |
const TUid KOfflineMode = {0x7};
|
|
61 |
const TUid KPrint = {0x5FF};
|
|
62 |
const TUid KSimulationPositioningPlugin = {0x10285D6C};
|
|
63 |
const TUid KUsb = {0xD};
|
|
64 |
const TUid KVibra = {0x19B};
|
|
65 |
}
|