voiceui/voiceuivoicerecognition/data/vuivoicerecognition.rss
branchRCL_3
changeset 15 33b357311f14
parent 7 f096c31e006a
--- a/voiceui/voiceuivoicerecognition/data/vuivoicerecognition.rss	Wed Jun 09 09:43:17 2010 +0300
+++ b/voiceui/voiceuivoicerecognition/data/vuivoicerecognition.rss	Mon Jun 21 15:41:55 2010 +0300
@@ -35,6 +35,7 @@
 // CONSTANTS
 #define KVoiceStartSoundFile           "z:\\system\\sounds\\digital\\namediallerstarttone.wav"
 #define KVoiceConfirmationSoundFile    "z:\\system\\sounds\\digital\\namediallerconfirmtone.wav"
+#define KVoiceBTStartSoundFile         "z:\\system\\sounds\\digital\\btnamediallerstarttone.wav"
 
 RESOURCE RSS_SIGNATURE { }
 
@@ -375,6 +376,18 @@
     {
     buf = KVoiceStartSoundFile;
     }
+
+//----------------------------------------------------
+//   
+//    r_voice_bt_start_sound_path
+//    Path to a sound file to play when starting voice dialing from bluetooth accessory
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_voice_bt_start_sound_path
+    {
+    buf = KVoiceBTStartSoundFile;
+    }
     
 //----------------------------------------------------
 //