Not a subject for review
[profile/ivi/smartdevicelink.git] / src / appMain / smartDeviceLink.ini
1   ; The INI-file consists of different chapters.
2 ; Each chapter begins with the line containing
3 ; the name in square brackets. Syntax:
4 ; [chapter]
5 ; The chapters consists of a set of items with a
6 ; assinged value. The syntax is:
7 ; item=value
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:
13 ; [ chapter ]       ;Remark
14 ;    item = value   ;Remark
15
16 [HMI]
17 LaunchHMI = true
18 ServerAddress = 127.0.0.1
19 ServerPort = 8087
20 VideoStreamingPort = 5050
21 AudioStreamingPort = 5080
22
23 [MAIN]
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
32 MaxCmdID = 2000000000
33 DefaultTimeout = 10000
34 AppDirectoryQuota = 104857600
35 AppHMILevelNoneTimeScaleMaxRequests = 100
36 AppHMILevelNoneRequestsTimeScale = 10
37 AppTimeScaleMaxRequests = 100
38 AppRequestsTimeScale = 10
39 PendingRequestsAmount = 1000
40 HeartBeatTimeout = 0
41 SupportedDiagModes = 0x01, 0x02, 0x03, 0x05, 0x06, 0x07, 0x09, 0x0A, 0x18, 0x19, 0x22, 0x3E
42 SystemFilesPath = /tmp/fs/mp/images/ivsu_cache
43 UseLastState = true
44
45 [MEDIA MANAGER]
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
58
59
60 ; HelpPromt and TimeOutPrompt is a vector of strings separated by comma
61 [GLOBAL PROPERTIES]
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
65
66 [FILESYSTEM RESTRICTIONS]
67 ; Max allowed number of PutFile requests for one application in NONE
68 PutFileRequest = 5
69 ; Max allowed number of DeleteFile requests for one application in NONE
70 DeleteFileRequest = 5
71 ; Max allowed number of ListFiles requests for one application in NONE
72 ListFilesRequest = 5
73
74 [VR COMMANDS]
75 HelpCommand = Help
76
77
78 [AppInfo]
79 AppInfoStorage = app_info.dat