hti/HtiFramework/group/hti.cfg
branchRCL_3
changeset 59 8ad140f3dd41
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 # HTIFramework configuration file
       
     2 
       
     3 
       
     4 # Communication plug-in name (the name of ECOM plug-in)
       
     5 # Possible values: SERIAL, BTSERIAL, USBSERIAL, IPCOMM
       
     6 # Default value: USBSERIAL
       
     7 
       
     8 #CommPlugin=SERIAL
       
     9 #CommPlugin=BTSERIAL
       
    10 #CommPlugin=USBSERIAL
       
    11 #CommPlugin=IPCOMM
       
    12 
       
    13 
       
    14 # The maximum size of HTI message, in bytes
       
    15 # Default value: 10240 (10 kilobytes)
       
    16 
       
    17 #MaxMsgSize=10240
       
    18 
       
    19 
       
    20 # The amount of memory that can be used by messages
       
    21 # in the incoming queue, in bytes
       
    22 # Default value: 4194304 (4 megabytes)
       
    23 
       
    24 #MaxQueueSize=4194304
       
    25 
       
    26 
       
    27 # The heap size for HTI Framework, in bytes
       
    28 # Default value: 8388608 (8 megabytes)
       
    29 
       
    30 #MaxHeapSize=8388608
       
    31 
       
    32 
       
    33 # The priority of the HTI process. Bigger number means higher priority.
       
    34 # Default value: 3
       
    35 
       
    36 #Priority=1
       
    37 #Priority=2
       
    38 #Priority=3
       
    39 #Priority=4
       
    40 
       
    41 
       
    42 # The flag indicating whether or not to create the text console for HTI,
       
    43 # when HTI starts up. 0 means no, 1 means yes.
       
    44 # Default value: 0
       
    45 
       
    46 #ShowConsole=0
       
    47 #ShowConsole=1
       
    48 
       
    49 
       
    50 # The maximum time in seconds that HTI waits for hardware or emulator
       
    51 # to reach the normal state. HTI does not try to start up until the
       
    52 # normal state has been reached or maximum wait time has been expired.
       
    53 # This feature is required, because all the necessary servers need to
       
    54 # be up and running before HTI's communication plugin tries to use them.
       
    55 # Default value: 90
       
    56 
       
    57 #MaxWaitTime=90
       
    58 
       
    59 
       
    60 # The delay in seconds that HTI waits after the hardware or emulator
       
    61 # has reached the normal state. This additional delay is required,
       
    62 # because all the necessary servers are still not running, although
       
    63 # the normal state has been reached.
       
    64 # Default value: 5
       
    65 
       
    66 #StartUpDelay=5
       
    67 
       
    68 
       
    69 # The flag indicating whether or not to start HTI watch dog,
       
    70 # when HTI starts up. 0 means no, 1 means yes.
       
    71 # Default value: 0
       
    72 
       
    73 #EnableHtiWatchDog=0
       
    74 #EnableHtiWatchDog=1
       
    75 
       
    76 
       
    77 # The flag indicating whether or not HTI should start automatically when,
       
    78 # device starts. 0 means no, 1 means yes. If automatic start is not enabled,
       
    79 # HTI can be started manually from HtiAdmin application.
       
    80 # Default value: 1 
       
    81 
       
    82 #EnableHtiAutoStart=0
       
    83 #EnableHtiAutoStart=1
       
    84 
       
    85 
       
    86 # The flag indicating whether to show error dialog in case of critical
       
    87 # error or just silently exit. This does not affect error dialogs shown
       
    88 # by communication plugins or possible panic dialogs shown by the OS.
       
    89 # Default value: 1
       
    90 
       
    91 #ShowErrorDialogs=0
       
    92 #ShowErrorDialogs=1
       
    93 
       
    94 # The value in seconds that HTI will delay before reconnecting when connection lost,
       
    95 # If the value is 0, reconnect would not happen.
       
    96 # Default value: 0
       
    97 #ReconnectDelay=0