imgtools_os/romkiteka2/include/featureUIDs.h
changeset 0 83f4b4db085c
child 1 d4b442d23379
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     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 	{
       
    30 	// default present
       
    31 	const TUid KFax = {0x10279806};
       
    32 	const TUid KPrint = {0x10279807};
       
    33 	const TUid KBluetooth = {0x10279808};
       
    34 	const TUid KInfrared = {0x10279809};
       
    35 	const TUid KMmc = {0x1027980a};
       
    36 	const TUid KUsb = {0x1027980b};
       
    37 	const TUid KObex = {0x1027980c};
       
    38 	const TUid KRtpRtcp = {0x1027980d};
       
    39 	const TUid KSip = {0x1027980f};
       
    40 	const TUid KOmaDataSync	= {0x10279810};
       
    41 	const TUid KOmaDeviceManagement = {0x10279811};
       
    42 	const TUid KIPQoS = {0x10279812};
       
    43 	const TUid KNetworkQoS = {0x10279813};
       
    44 	const TUid KIPSec = {0x10279814};
       
    45 	const TUid KDhcp = {0x10279815};
       
    46 	const TUid KConnectivity = {0x10279816};	// PC Connectivity
       
    47 	const TUid KMTP = {0x10279817};
       
    48 
       
    49 	// default not-present
       
    50 	const TUid KLocation = {0x10281818};
       
    51 	const TUid KMobileIP = {0x10281819};
       
    52 	const TUid KOfflineMode = {0x1028181A};
       
    53 	const TUid KDRM = {0x1028181B};
       
    54 	const TUid KOmaDsHostServers = {0x10282663};	
       
    55 	const TUid KVibra = {0x102835AE};
       
    56 	const TUid KAmbientLightSensor = {0x102835AF};
       
    57 	const TUid KCoverDisplay = {0x102835B0};
       
    58 	const TUid KKeypadNoSlider = {0x102835B1};
       
    59 	const TUid KCsVideoTelephony = {0x10285A22};
       
    60 	const TUid KEmergencyCallsEnabledInOfflineMode = {0x10285A23};
       
    61 	const TUid KDriveModeCanRestrictMtCalls = {0x10285A24}; 
       
    62 	}