phoneapp/phoneuiutils/inc/phoneconstants.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 45 6b911d05207e
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
    44 // Application UIDs
    44 // Application UIDs
    45 const TUid KUidPhoneApplication = { 0x100058B3 };   // Phone application
    45 const TUid KUidPhoneApplication = { 0x100058B3 };   // Phone application
    46 const TUid KPhoneUidAppPhonebook = { 0x101F4CCE };  // PhoneBook
    46 const TUid KPhoneUidAppPhonebook = { 0x101F4CCE };  // PhoneBook
    47 const TUid KPhoneUidAppPhoneInfo = { 0x101fc0ef };  // Phone Info
    47 const TUid KPhoneUidAppPhoneInfo = { 0x101fc0ef };  // Phone Info
    48 const TUid KPhoneUidAppFTD = { 0x100058F2 };        // Field Test Display
    48 const TUid KPhoneUidAppFTD = { 0x100058F2 };        // Field Test Display
    49 const TUid KDeviceManagerUid = {0x101F6DE5};        // Device manager application  
       
    50 const TUid KUidStartupApplication = { 0x100058F4 }; // Startup application
    49 const TUid KUidStartupApplication = { 0x100058F4 }; // Startup application
    51 const TUid KUidSpdia = { 0x1000590A };              // Speeddial application.
       
    52 const TUid KVtUiAppUidValue = { 0x101F8681 };       // Video Telephony application
    50 const TUid KVtUiAppUidValue = { 0x101F8681 };       // Video Telephony application
    53 
    51 
    54 // Contants below define which view will be activated. 
    52 // Contants below define which view will be activated. 
    55 const TInt KTouchDiallerViewCommand = 1;
    53 const TInt KTouchDiallerViewCommand = 1;
    56 const TInt KTouchCallHandlingVievCommand = 2;
    54 const TInt KTouchCallHandlingVievCommand = 2;
   160 // The character to be used as the 'wait' character, by DTMF code.
   158 // The character to be used as the 'wait' character, by DTMF code.
   161 const TUint KPhoneDtmfWaitCharacter  = 'w';
   159 const TUint KPhoneDtmfWaitCharacter  = 'w';
   162 
   160 
   163 // The character to be used as the 'soft pause' character, by DTMF code.
   161 // The character to be used as the 'soft pause' character, by DTMF code.
   164 const TUint KPhoneDtmfPauseCharacter = 'p';
   162 const TUint KPhoneDtmfPauseCharacter = 'p';
   165 
       
   166 // The character to be used as the 'speed-dial' character, by DTMF code.
       
   167 const TUint KPhoneDtmfSpeedDialCharacter = '+';
       
   168 
       
   169 // The length of the speed dial prefix, used to prevent buffer overflow
       
   170 const TUint KPhoneDtmfSpeedDialPrefixLength = 1;
       
   171 
   163 
   172 // Following, are the standard DTMF characters...
   164 // Following, are the standard DTMF characters...
   173 const TInt KPhoneDtmfHashCharacter    = '#';
   165 const TInt KPhoneDtmfHashCharacter    = '#';
   174 const TInt KPhoneDtmfStarCharacter    = '*';
   166 const TInt KPhoneDtmfStarCharacter    = '*';
   175 const TInt KPhoneDtmf0Character       = '0';
   167 const TInt KPhoneDtmf0Character       = '0';
   306 // Emergency call id
   298 // Emergency call id
   307 const TInt KEmergencyCallId = 7;
   299 const TInt KEmergencyCallId = 7;
   308 
   300 
   309 // Conference call id
   301 // Conference call id
   310 const TInt KConferenceCallId = 8;
   302 const TInt KConferenceCallId = 8;
   311 
       
   312 // LifeTimer const
       
   313 const TInt KPhoneLifeTimerHoursLength   = 6;
       
   314 const TInt KPhoneLifeTimerMinutesLength = 2;
       
   315 const TInt KTimerTextLength             = 64;
       
   316 const TInt KTimerMinuteSeparator        = 2;
       
   317 
   303 
   318 //AudioVolume const
   304 //AudioVolume const
   319 // CONSTANTS
   305 // CONSTANTS
   320 const TInt KPhoneDefaultVolume = 4;
   306 const TInt KPhoneDefaultVolume = 4;
   321 
   307