1 ; The INI-file consists of different chapters.
2 ; Each chapter begins with the line containing
3 ; the name in square brackets. Syntax:
5 ; The chapters consists of a set of items with a
6 ; assinged value. The syntax is:
8 ; All white spaces an second encounters of chapters
9 ; or items will be ignored.
10 ; Remarks start with semicolon or star as first character.
11 ; It is alowed for names of chapters and items to
12 ; contain semicolon and star. Possible syntax is:
14 ; item = value ;Remark
18 ServerAddress = 127.0.0.1
20 VideoStreamingPort = 5050
21 AudioStreamingPort = 5080
24 ; Stanrart min stack size
25 ; in Ubuntu : PTHREAD_STACK_MIN = 16384
26 ; in QNX : PTHREAD_STACK_MIN = 256
27 ;The value of a variable ThreadStackSize used only if its realy needed, other way stack size will be PTHREAD_STACK_MIN
31 ThreadStackSize = 16384
32 MixingAudioSupported = true
33 HMICapabilities = hmi_capabilities.json
35 DefaultTimeout = 10000
36 AppDirectoryQuota = 104857600
37 AppHMILevelNoneTimeScaleMaxRequests = 100
38 AppHMILevelNoneRequestsTimeScale = 10
39 AppTimeScaleMaxRequests = 100
40 AppRequestsTimeScale = 10
41 PendingRequestsAmount = 1000
43 SupportedDiagModes = 0x01, 0x02, 0x03, 0x05, 0x06, 0x07, 0x09, 0x0A, 0x18, 0x19, 0x22, 0x3E
44 SystemFilesPath = /tmp/fs/mp/images/ivsu_cache
49 EnableRedecoding = false
50 ;VideoStreamConsumer = socket
51 ;AudioStreamConsumer = socket
52 ;VideoStreamConsumer = file
53 ;AudioStreamConsumer = file
54 VideoStreamConsumer = pipe
55 AudioStreamConsumer = pipe
56 ;Temp solution: if you change NamedPipePath also change path to pipe in src/components/qt_hmi/qml_model_qtXX/views/SDLNavi.qml
57 NamedVideoPipePath = /tmp/video_stream_pipe
58 NamedAudioPipePath = /tmp/audio_stream_pipe
59 VideoStreamFile = video_stream_file
60 AudioStreamFile = audio_stream_file
63 ; HelpPromt and TimeOutPrompt is a vector of strings separated by comma
65 HelpPromt = Please speak one of the following commands, Please say a command
66 TimeOutPromt = Please speak one of the following commands, Please say a command
67 HelpTitle = Available Vr Commands List
69 [FILESYSTEM RESTRICTIONS]
70 ; Max allowed number of PutFile requests for one application in NONE
72 ; Max allowed number of DeleteFile requests for one application in NONE
74 ; Max allowed number of ListFiles requests for one application in NONE
82 ; The path for applcations info storage.
83 AppInfoStorage = app_info.dat
86 PoliciesTable = policy_table.json
87 PreloadedPT = sdl_preloaded_pt.json