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
28 ThreadStackSize = 16384
29 MixingAudioSupported = true
30 PoliciesTable = policy_table.json
31 HMICapabilities = hmi_capabilities.json
33 DefaultTimeout = 10000
34 AppDirectoryQuota = 104857600
35 AppHMILevelNoneTimeScaleMaxRequests = 100
36 AppHMILevelNoneRequestsTimeScale = 10
37 AppTimeScaleMaxRequests = 100
38 AppRequestsTimeScale = 10
39 PendingRequestsAmount = 1000
41 SupportedDiagModes = 0x01, 0x02, 0x03, 0x05, 0x06, 0x07, 0x09, 0x0A, 0x18, 0x19, 0x22, 0x3E
42 SystemFilesPath = /tmp/fs/mp/images/ivsu_cache
46 EnableRedecoding = false
47 ;VideoStreamConsumer = socket
48 ;AudioStreamConsumer = socket
49 ;VideoStreamConsumer = file
50 ;AudioStreamConsumer = file
51 VideoStreamConsumer = pipe
52 AudioStreamConsumer = pipe
53 ;Temp solution: if you change NamedPipePath also change path to pipe in src/components/qt_hmi/qml_model_qtXX/views/SDLNavi.qml
54 NamedVideoPipePath = /tmp/video_stream_pipe
55 NamedAudioPipePath = /tmp/audio_stream_pipe
56 VideoStreamFile = video_stream_file
57 AudioStreamFile = audio_stream_file
60 ; HelpPromt and TimeOutPrompt is a vector of strings separated by comma
62 HelpPromt = Please speak one of the following commands, Please say a command
63 TimeOutPromt = Please speak one of the following commands, Please say a command
64 HelpTitle = Available Vr Commands List
66 [FILESYSTEM RESTRICTIONS]
67 ; Max allowed number of PutFile requests for one application in NONE
69 ; Max allowed number of DeleteFile requests for one application in NONE
71 ; Max allowed number of ListFiles requests for one application in NONE
79 AppInfoStorage = app_info.dat