internetradio2.0/include/irinternalcrkeys.h
changeset 3 ee64f059b8e1
parent 0 09774dfdd46b
--- a/internetradio2.0/include/irinternalcrkeys.h	Mon May 03 12:25:23 2010 +0300
+++ b/internetradio2.0/include/irinternalcrkeys.h	Fri May 14 15:43:29 2010 +0300
@@ -24,18 +24,8 @@
 /** The UID of the category we use. Must be the same as Visual Radio's UID3 (SID). */
 const TUid KCRUidInternetRadio = { 0x2000B499};
 
-
-const TUint32 KIRGprsBitRate = { 0x00000001};
-const TUint32 KIR3GBitRate = { 0x00000002};
-const TUint32 KIRWifiBitRate = { 0x00000003};
-const TUint32 KIRDefaultAccessPoint = { 0x00000004 };
-const TUint32 KIRUserDefinedAccessPoint = { 0x00000005 };
-const TUint32 KIRUserDefinedBearerID = { 0x00000006	};
-const TUint32 KIRUserDefinedNetworkID = { 0x00000007 };
 const TUint32 KIRDefaultMaxPresetCount = { 0x00000008 };
-const TUint32 KIRStereoMode = { 0x00000009 };
 const TUint32 KIRDefaultPlayVolume = { 0x00000010 };
-const TUint32 KIRCostWarningFlag = { 0x00000011 };
 const TUint32 KIRTermsAndConditionsFlag = { 0x00000012 };
 const TUint32 KIRUpdateAvailablity = { 0x00000013 };
 const TUint32 KIRTimeOutDuration = { 0x00000014 };
@@ -45,19 +35,11 @@
 const TUint32 KIRDefaultIrId = { 0x00000018 };
 const TUint32 KIRIrappVer = { 0x00000019 };
 const TUint32 KIRDefaultTimeCorrection = { 0x00000020 };
-const TUint32 KIRUserDefinedSubscriberId = { 0x00000021 };
 const TUint32 KIRUserDefinedLogRunningNumber = { 0x00000022 };
-const TUint32 KIRUserDefinedRunningChannelId = { 0x00000023 };
-//added for ALR/SNAP
-const TUint32 KIRUserDefinedSelection = { 0x00000024 };
-const TUint32 KIRUserDefinedDestinationId = {0x00000025 };
-
-const TUint32 KIRIfAnyFavFlag = {0x00000026 };
 
 //added for starting view
 const TUint32 KIRStartingViewId = {0x00000027};
-const TUint32 KIRStartingViewParameter = {0x00000028};
-const TUint32 KIRStickyViewFlag = {0x00000029};
+
 const TUint32 KIRPreferredQuality = {0x00000030};
 
 //added for songhistory show enable
@@ -65,4 +47,8 @@
 
 //added for global advertisement
 const TUint32 KIRGlobalAdvFlag = {0x00000032};
+
+//added for Go to station view
+const TUint32 KIRStationUrl = { 0x00000033 };
+const TUint32 KIRStationName = { 0x00000034 };
 #endif