epoc32/include/featureuids.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
child 4 837f303aceeb
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.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 
    26 /**
    27  @publishedAll
    28  @released
    29 */
    30 namespace NFeature
    31 	{
    32 	// default present
    33 	const TUid KFax = {0x10279806};
    34 	const TUid KPrint = {0x10279807};
    35 	const TUid KBluetooth = {0x10279808};
    36 	const TUid KInfrared = {0x10279809};
    37 	const TUid KMmc = {0x1027980a};
    38 	const TUid KUsb = {0x1027980b};
    39 	const TUid KObex = {0x1027980c};
    40 	const TUid KRtpRtcp = {0x1027980d};
    41 	const TUid KSip = {0x1027980f};
    42 	const TUid KOmaDataSync	= {0x10279810};
    43 	const TUid KOmaDeviceManagement = {0x10279811};
    44 	const TUid KIPQoS = {0x10279812};
    45 	const TUid KNetworkQoS = {0x10279813};
    46 	const TUid KIPSec = {0x10279814};
    47 	const TUid KDhcp = {0x10279815};
    48 	const TUid KConnectivity = {0x10279816};	// PC Connectivity
    49 	const TUid KMTP = {0x10279817};
    50 
    51 	// default not-present
    52 	const TUid KLocation = {0x10281818};
    53 	const TUid KMobileIP = {0x10281819};
    54 	const TUid KOfflineMode = {0x1028181A};
    55 	const TUid KDRM = {0x1028181B};
    56 	const TUid KOmaDsHostServers = {0x10282663};	
    57 	const TUid KVibra = {0x102835AE};
    58 	const TUid KAmbientLightSensor = {0x102835AF};
    59 	const TUid KCoverDisplay = {0x102835B0};
    60 	const TUid KKeypadNoSlider = {0x102835B1};
    61 	const TUid KCsVideoTelephony = {0x10285A22};
    62 	const TUid KEmergencyCallsEnabledInOfflineMode = {0x10285A23};
    63 	const TUid KDriveModeCanRestrictMtCalls = {0x10285A24}; 
    64 	}