author | William Roberts <williamr@symbian.org> |
Tue, 16 Mar 2010 16:12:26 +0000 | |
branch | Symbian2 |
changeset 2 | 2fe1408b6811 |
child 4 | 837f303aceeb |
permissions | -rw-r--r-- |
williamr@2 | 1 |
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
williamr@2 | 2 |
// All rights reserved. |
williamr@2 | 3 |
// This component and the accompanying materials are made available |
williamr@2 | 4 |
// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
williamr@2 | 5 |
// which accompanies this distribution, and is available |
williamr@2 | 6 |
// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
williamr@2 | 7 |
// |
williamr@2 | 8 |
// Initial Contributors: |
williamr@2 | 9 |
// Nokia Corporation - initial contribution. |
williamr@2 | 10 |
// |
williamr@2 | 11 |
// Contributors: |
williamr@2 | 12 |
// |
williamr@2 | 13 |
// Description: |
williamr@2 | 14 |
// Feature UID allocations for all Symbian OS platforms |
williamr@2 | 15 |
// This file is managed by the System Design Authority (sda@symbian.com) |
williamr@2 | 16 |
// To allocate a new feature UID, please email the SDA |
williamr@2 | 17 |
// The following UID ranges are allocated for features |
williamr@2 | 18 |
// that default to reporting "feature present" |
williamr@2 | 19 |
// 0x10279806 - 0x10281805 |
williamr@2 | 20 |
// All other UIDs default to reporting "feature not present" |
williamr@2 | 21 |
// |
williamr@2 | 22 |
// |
williamr@2 | 23 |
|
williamr@2 | 24 |
|
williamr@2 | 25 |
|
williamr@2 | 26 |
/** |
williamr@2 | 27 |
@publishedAll |
williamr@2 | 28 |
@released |
williamr@2 | 29 |
*/ |
williamr@2 | 30 |
namespace NFeature |
williamr@2 | 31 |
{ |
williamr@2 | 32 |
// default present |
williamr@2 | 33 |
const TUid KFax = {0x10279806}; |
williamr@2 | 34 |
const TUid KPrint = {0x10279807}; |
williamr@2 | 35 |
const TUid KBluetooth = {0x10279808}; |
williamr@2 | 36 |
const TUid KInfrared = {0x10279809}; |
williamr@2 | 37 |
const TUid KMmc = {0x1027980a}; |
williamr@2 | 38 |
const TUid KUsb = {0x1027980b}; |
williamr@2 | 39 |
const TUid KObex = {0x1027980c}; |
williamr@2 | 40 |
const TUid KRtpRtcp = {0x1027980d}; |
williamr@2 | 41 |
const TUid KSip = {0x1027980f}; |
williamr@2 | 42 |
const TUid KOmaDataSync = {0x10279810}; |
williamr@2 | 43 |
const TUid KOmaDeviceManagement = {0x10279811}; |
williamr@2 | 44 |
const TUid KIPQoS = {0x10279812}; |
williamr@2 | 45 |
const TUid KNetworkQoS = {0x10279813}; |
williamr@2 | 46 |
const TUid KIPSec = {0x10279814}; |
williamr@2 | 47 |
const TUid KDhcp = {0x10279815}; |
williamr@2 | 48 |
const TUid KConnectivity = {0x10279816}; // PC Connectivity |
williamr@2 | 49 |
const TUid KMTP = {0x10279817}; |
williamr@2 | 50 |
|
williamr@2 | 51 |
// default not-present |
williamr@2 | 52 |
const TUid KLocation = {0x10281818}; |
williamr@2 | 53 |
const TUid KMobileIP = {0x10281819}; |
williamr@2 | 54 |
const TUid KOfflineMode = {0x1028181A}; |
williamr@2 | 55 |
const TUid KDRM = {0x1028181B}; |
williamr@2 | 56 |
const TUid KOmaDsHostServers = {0x10282663}; |
williamr@2 | 57 |
const TUid KVibra = {0x102835AE}; |
williamr@2 | 58 |
const TUid KAmbientLightSensor = {0x102835AF}; |
williamr@2 | 59 |
const TUid KCoverDisplay = {0x102835B0}; |
williamr@2 | 60 |
const TUid KKeypadNoSlider = {0x102835B1}; |
williamr@2 | 61 |
const TUid KCsVideoTelephony = {0x10285A22}; |
williamr@2 | 62 |
const TUid KEmergencyCallsEnabledInOfflineMode = {0x10285A23}; |
williamr@2 | 63 |
const TUid KDriveModeCanRestrictMtCalls = {0x10285A24}; |
williamr@2 | 64 |
} |