telephonyserverplugins/simtsy/inc/SimTsy.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
--- a/telephonyserverplugins/simtsy/inc/SimTsy.h	Fri Mar 19 09:55:57 2010 +0200
+++ b/telephonyserverplugins/simtsy/inc/SimTsy.h	Fri Apr 16 16:12:37 2010 +0300
@@ -229,5 +229,8 @@
 _LIT(KPhoneName,"SimulatorPhone");       //< The name of the phone supported by the Simulator TSY.
 _LIT(KVoiceLineName,"Voice");            //< The name of the voice line supported by the Simulator TSY.
 _LIT(KDataLineName,"Data");              //< The name of the data line supported by the Simulator TSY.
+_LIT8(KSIMTSYSubSystem, "SIMTSY");       ///< The name of the sub-system used by Comms Debug Utility.
+_LIT8(KSubscriberIdDefault,"01234567890123");   /// < Default Subscriber ID for the Simulator TSY (used if no Subscriber ID tag is present)
+_LIT8(KIccIdDefault, "01234567890123456789");   /// < Default ICC ID for the Simulator TSY (used if no ICC ID tag is present)
 
 #endif // __SIMTSY_H__