adaptationlayer/tsy/simatktsy_dll/inc/terminalprofileconf.h
changeset 0 63b37f68c1ce
equal deleted inserted replaced
-1:000000000000 0:63b37f68c1ce
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef _TERMINAL_PROFILE_CONF_H_
       
    21 #define _TERMINAL_PROFILE_CONF_H_
       
    22 
       
    23 //first byte
       
    24 #define TERM_PROFILE_PROFILE_DOWNLOAD                       0x01
       
    25 #define TERM_PROFILE_SMS_PP_DD                              0x02
       
    26 #define TERM_PROFILE_CB_DD                                  0x04
       
    27 #define TERM_PROFILE_MENU_SELECTION                         0x08
       
    28 #define TERM_PROFILE_SMS_PP_DD_9EXX                         0x10
       
    29 #define TERM_PROFILE_TIMER_MANAGEMENT_EXPIRATION            0x20
       
    30 #define TERM_PROFILE_CC_USSD_STRING                         0x40
       
    31 #define TERM_PROFILE_CC_ENVELOPE_DURING_REDIAL              0x80
       
    32 
       
    33 //second byte
       
    34 #define TERM_PROFILE_COMMAND_RESULT                         0x01
       
    35 #define TERM_PROFILE_CC_BY_SIM                              0x02
       
    36 #define TERM_PROFILE_CC_CELL_ID                             0x04
       
    37 #define TERM_PROFILE_MO_SMS_CONTROL                         0x08
       
    38 #define TERM_PROFILE_CC_ALPHA_ID                            0x10
       
    39 #define TERM_PROFILE_UCS2_ENTRY_SUPP                        0x20
       
    40 #define TERM_PROFILE_UCS2_DISP_SUPP                         0x40
       
    41 #define TERM_PROFILE_DISP_TEXT_EXTENSION                    0x80
       
    42 
       
    43 //third byte
       
    44 #define TERM_PROFILE_DISP_TEXT                              0x01
       
    45 #define TERM_PROFILE_GET_INKEY                              0x02
       
    46 #define TERM_PROFILE_GET_INPUT                              0x04
       
    47 #define TERM_PROFILE_MORE_TIME                              0x08
       
    48 #define TERM_PROFILE_PLAY_TONE                              0x10
       
    49 #define TERM_PROFILE_POLL_INTERVAL                          0x20
       
    50 #define TERM_PROFILE_POLLING_OFF                            0x40
       
    51 #define TERM_PROFILE_REFRESH                                0x80
       
    52 
       
    53 //fourth byte
       
    54 #define TERM_PROFILE_SELECT_ITEM                            0x01
       
    55 #define TERM_PROFILE_SEND_SMS                               0x02
       
    56 #define TERM_PROFILE_SEND_SS                                0x04
       
    57 #define TERM_PROFILE_SEND_USSD                              0x08
       
    58 #define TERM_PROFILE_SETUP_CALL                             0x10
       
    59 #define TERM_PROFILE_SETUP_MENU                             0x20
       
    60 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_IMEI                0x40
       
    61 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_NMR                 0x80
       
    62 
       
    63 //fifth byte
       
    64 #define TERM_PROFILE_SET_UP_EVENT_LIST                      0x01
       
    65 #define TERM_PROFILE_MT_CALL                                0x02
       
    66 #define TERM_PROFILE_CALL_CONNECTED                         0x04
       
    67 #define TERM_PROFILE_CALL_DISCONNECTED                      0x08
       
    68 #define TERM_PROFILE_LOCATION_STATUS                        0x10
       
    69 #define TERM_PROFILE_USER_ACTIVITY                          0x20
       
    70 #define TERM_PROFILE_IDLE_SCREEN_AVAIL                      0x40
       
    71 #define TERM_PROFILE_CARD_READER_STATUS                     0x00
       
    72 
       
    73 //sixth byte
       
    74 #define TERM_PROFILE_LANGUAGE_SELECTION                     0x01
       
    75 #define TERM_PROFILE_BROWSER_TERMINATION                    0x02
       
    76 #define TERM_PROFILE_DATA_AVAILABLE                         0x04
       
    77 #define TERM_PROFILE_CHANNEL_STATUS                         0x08
       
    78 #define TERM_PROFILE_ACCESS_TECHNOLOGY                      0x00
       
    79 #define TERM_PROFILE_DISPLAY_PARAMETERS_CHANGED             0x00
       
    80 #define TERM_PROFILE_LOCAL_CONNECTION                       0x00
       
    81 #define TERM_PROFILE_NETWORK_SEARCH_MODE                    0x00
       
    82 
       
    83 //seventh byte
       
    84 #define TERM_PROFILE_POWER_ON_CARD                          0x00
       
    85 #define TERM_PROFILE_POWER_OFF_CARD                         0x00
       
    86 #define TERM_PROFILE_PERFORM_CARD_APDU                      0x00
       
    87 #define TERM_PROFILE_GET_READER_STATUS                      0x00
       
    88 #define TERM_PROFILE_GET_READER_STATUS_ID                   0x00
       
    89 
       
    90 //eighth byte
       
    91 #define TERM_PROFILE_TIMER_MANAGEMENT_START_STOP            0x01
       
    92 #define TERM_PROFILE_TIMER_MANAGEMENT_GET_VALUE             0x02
       
    93 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_DATE_TIME           0x04
       
    94 #define TERM_PROFILE_GET_INKEY_BINARY                       0x08
       
    95 #define TERM_PROFILE_IDLE_MODE_TEXT                         0x10
       
    96 #define TERM_PROFILE_RUN_AT_COMMAND                         0x00
       
    97 #define TERM_PROFILE_SETUP_CALL_SECOND_ALPHA                0x40
       
    98 #define TERM_PROFILE_CC_SECOND_CCP                          0x80
       
    99 
       
   100 //ninth byte
       
   101 #define TERM_PROFILE_SUSTAINED_DISPLAY_TEXT                 0x01
       
   102 #define TERM_PROFILE_SEND_DTMF                              0x02
       
   103 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_BCCH                0x04
       
   104 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_LANGUAGE            0x08
       
   105 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_TIMING_ADVANCE      0x10
       
   106 #define TERM_PROFILE_LANGUAGE_NOTIFICATION                  0x20
       
   107 #define TERM_PROFILE_LAUNCH_BROWSER                         0x40
       
   108 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_ACCESS_TECHNOLOGY   0x00
       
   109 
       
   110 //tenth byte
       
   111 #define TERM_PROFILE_SELECT_ITEM_SOFT_KEYS                  0x00
       
   112 #define TERM_PROFILE_SETUP_MENU_SOFT_KEYS                   0x00
       
   113 
       
   114 //eleventh byte
       
   115 #define TERM_PROFILE_MAX_NO_SOFT_KEYS                       0x00
       
   116 
       
   117 //twelfth byte
       
   118 #define TERM_PROFILE_OPEN_CHANNEL                           0x01
       
   119 #define TERM_PROFILE_CLOSE_CHANNEL                          0x02
       
   120 #define TERM_PROFILE_RECEIVE_DATA                           0x04
       
   121 #define TERM_PROFILE_SEND_DATA                              0x08
       
   122 #define TERM_PROFILE_GET_CHANNEL_STATUS                     0x10
       
   123 #define TERM_PROFILE_SERVICE_SEARCH                         0x00
       
   124 #define TERM_PROFILE_GET_SERVICE_INFORMAION                 0x00
       
   125 #define TERM_PROFILE_DECLARE_SERVICE                        0x00
       
   126 
       
   127 //thirteenth byte
       
   128 #define TERM_PROFILE_CSD_SUPPORT                            0x00
       
   129 #define TERM_PROFILE_GPRS_SUPPORT                           0x02
       
   130 #define TERM_PROFILE_BLUETOOTH_SUPPORT                      0x00
       
   131 #define TERM_PROFILE_IRDA_SUPPORT                           0x00
       
   132 #define TERM_PROFILE_RS232_SUPPORT                          0x00
       
   133 #define TERM_PROFILE_NO_CHANNELS                            0x07
       
   134 
       
   135 //fourteenth byte
       
   136 #define TERM_PROFILE_NO_CHARS_DOWN                          0x05
       
   137 #define TERM_PROFILE_SCREEN_SIZE_PARAM                      0x80
       
   138 
       
   139 //fifteenth byte
       
   140 #define TERM_PROFILE_NO_CHARS_ACROSS                        0x0F
       
   141 #define TERM_PROFILE_VAR_SIZE_FONTS                         0x00
       
   142 
       
   143 //sixteenth byte
       
   144 #define TERM_PROFILE_DISPLAY_RESIZE                         0x00
       
   145 #define TERM_PROFILE_TEXT_WRAPPING                          0x00
       
   146 #define TERM_PROFILE_TEXT_SCROLLING                         0x00
       
   147 #define TERM_PROFILE_WIDTH_REDUCTION_IN_MENU                0x00
       
   148 
       
   149 //seventeenth byte
       
   150 #define TERM_PROFILE_TCP                                    0x01
       
   151 #define TERM_PROFILE_UDP                                    0x02
       
   152 
       
   153 //eighteenth byte
       
   154 #define TERM_PROFILE_DISPLAY_TXT_TIMEOUT                    0x00
       
   155 #define TERM_PROFILE_GET_INKEY_TIMEOUT_HELP                 0x00
       
   156 #define TERM_PROFILE_USB_SUPPORT                            0x00
       
   157 #define TERM_PROFILE_GET_INKEY_TIMEOUT                      0x00
       
   158 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_ESN_OF_ME           0x00
       
   159 #define TERM_PROFILE_CALL_CONTROL_ON_GPRS                   0x00
       
   160 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_IMEISV              0x00
       
   161 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_SEARCH_MODE_CHANGE  0x00
       
   162 
       
   163 //nineteenth byte
       
   164 #define TERM_PROFILE_PROTOCOL_VERSION                       0x00
       
   165 
       
   166 //twenty-first byte
       
   167 #define TERM_PROFILE_WML                                    0x00
       
   168 #define TERM_PROFILE_XHTML                                  0x00
       
   169 #define TERM_PROFILE_HTML                                   0x00
       
   170 #define TERM_PROFILE_CHTML                                  0x00
       
   171 
       
   172 //twenty-second byte
       
   173 #define TERM_PROFILE_UTRAN_PS_EXTENDED                      0x00
       
   174 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_BATTERY_STATE       0x00
       
   175 #define TERM_PROFILE_PLAY_TONE_MELODY_TONES                 0x00
       
   176 #define TERM_PROFILE_SETUP_CALL_MULITI_MEDIA                0x00
       
   177 #define TERM_PROFILE_TOOLKIT_GBA                            0x00
       
   178 #define TERM_PROFILE_MULTI_MEDIA_MESSAGE                    0x00
       
   179 #define TERM_PROFILE_SUBMIT_MULTI_MEDIA_MESSAGE             0x00
       
   180 #define TERM_PROFILE_DISPLAY_MULTI_MEDIA_MESSAGE            0x00
       
   181 
       
   182 //twenty-third byte
       
   183 #define TERM_PROFILE_SET_FRAMES                             0x00
       
   184 #define TERM_PROFILE_GET_FRAMES_STATUS                      0x00
       
   185 #define TERM_PROFILE_MMS_NOTIFICATION_DOWNLOAD              0x00
       
   186 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_MEID                0x00
       
   187 #define TERM_PROFILE_PROVIDE_LOCAL_INFO_UTRAN_NMR           0x00
       
   188 #define TERM_PROFILE_USSD_DOWNLOAD                          0x00
       
   189 
       
   190 #endif
       
   191 
       
   192 // End of file