summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/test/smartDeviceLink_test.ini
blob: 40aeb5a01909c8d02f29f452fa0b23c06ff15e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
  ; The INI-file consists of different chapters.
; Each chapter begins with the line containing
; the name in square brackets. Syntax:
; [chapter]
; The chapters consists of a set of items with a
; assinged value. The syntax is:
; item=value
; All white spaces an second encounters of chapters
; or items will be ignored.
; Remarks start with semicolon or star as first character.
; It is alowed for names of chapters and items to
; contain semicolon and star. Possible syntax is:
; [ chapter ]       ;Remark
;    item = value   ;Remark

[HMI]
LaunchHMI = false
LinkToWebHMI = "HMI/index.html"
ServerAddress = 127.0.0.1
ServerPort = 8087
VideoStreamingPort = 5050
AudioStreamingPort = 5080

[MAIN]
SDLVersion = 
LogsEnabled = false
; Contains .json/.ini files
AppConfigFolder =
; Contains output files, e.g. .wav
AppStorageFolder = storage
; Contains resourses, e.g. audio8bit.wav
AppResourceFolder =


UseLastState = true


[Resumption]

# Timeout in milliseconds for resumption Application HMILevel
# and resolving conflicts in case if multiple applications initiate resumption
ApplicationResumingTimeout = 3000

# Timeout in milliseconds for periodical saving resumption persistent data
AppSavePersistentDataTimeout = 10000

# Timeout in seconds to store hmi_level for media app before ign_off
ResumptionDelayBeforeIgn = 30;

# Timeout in seconds to restore hmi_level for media app after sdl run
ResumptionDelayAfterIgn = 30;

# Resumption ctrl uses JSON if UseDBForResumption=false for store data otherwise uses DB
UseDBForResumption = false