qthighway/xqservice/src/xqaiwdeclplat.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 8 71781823f776
--- a/qthighway/xqservice/src/xqaiwdeclplat.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qthighway/xqservice/src/xqaiwdeclplat.h	Mon May 03 13:18:40 2010 +0300
@@ -29,6 +29,21 @@
 // All declations shall have XQ prefix
 //
 
+/*!
+ FM Radio controlling interface and related operations
+ Operation: command( int commandId )
+  commandId: defined in radioserviceconst.h
+  
+*/
+#define XQI_RADIO_CONTROL QLatin1String("com.nokia.symbian.IRadioControl")
+#define XQOP_RADIO_CONTROL QLatin1String("command(int)")
+
+/*!
+ FM Radio monitoring interface and related operations
+*/
+#define XQI_RADIO_MONITOR QLatin1String("com.nokia.symbian.IRadioMonitor")
+#define XQOP_RADIO_MONITOR QLatin1String("requestNotifications(void)")
+
 // Platform service related constants
 
 #endif