1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/featureuids.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +1,64 @@
1.4 +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// 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
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// Feature UID allocations for all Symbian OS platforms
1.18 +// This file is managed by the System Design Authority (sda@symbian.com)
1.19 +// To allocate a new feature UID, please email the SDA
1.20 +// The following UID ranges are allocated for features
1.21 +// that default to reporting "feature present"
1.22 +// 0x10279806 - 0x10281805
1.23 +// All other UIDs default to reporting "feature not present"
1.24 +//
1.25 +//
1.26 +
1.27 +
1.28 +
1.29 +/**
1.30 + @publishedAll
1.31 + @released
1.32 +*/
1.33 +namespace NFeature
1.34 + {
1.35 + // default present
1.36 + const TUid KFax = {0x10279806};
1.37 + const TUid KPrint = {0x10279807};
1.38 + const TUid KBluetooth = {0x10279808};
1.39 + const TUid KInfrared = {0x10279809};
1.40 + const TUid KMmc = {0x1027980a};
1.41 + const TUid KUsb = {0x1027980b};
1.42 + const TUid KObex = {0x1027980c};
1.43 + const TUid KRtpRtcp = {0x1027980d};
1.44 + const TUid KSip = {0x1027980f};
1.45 + const TUid KOmaDataSync = {0x10279810};
1.46 + const TUid KOmaDeviceManagement = {0x10279811};
1.47 + const TUid KIPQoS = {0x10279812};
1.48 + const TUid KNetworkQoS = {0x10279813};
1.49 + const TUid KIPSec = {0x10279814};
1.50 + const TUid KDhcp = {0x10279815};
1.51 + const TUid KConnectivity = {0x10279816}; // PC Connectivity
1.52 + const TUid KMTP = {0x10279817};
1.53 +
1.54 + // default not-present
1.55 + const TUid KLocation = {0x10281818};
1.56 + const TUid KMobileIP = {0x10281819};
1.57 + const TUid KOfflineMode = {0x1028181A};
1.58 + const TUid KDRM = {0x1028181B};
1.59 + const TUid KOmaDsHostServers = {0x10282663};
1.60 + const TUid KVibra = {0x102835AE};
1.61 + const TUid KAmbientLightSensor = {0x102835AF};
1.62 + const TUid KCoverDisplay = {0x102835B0};
1.63 + const TUid KKeypadNoSlider = {0x102835B1};
1.64 + const TUid KCsVideoTelephony = {0x10285A22};
1.65 + const TUid KEmergencyCallsEnabledInOfflineMode = {0x10285A23};
1.66 + const TUid KDriveModeCanRestrictMtCalls = {0x10285A24};
1.67 + }