Merge branch 'dev/merge_3.3.1' of ssh://git.projects.genivi.org/smartdevicelink into...
[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 HMICapabilities = hmi_capabilities.json
31 MaxCmdID = 2000000000
32 DefaultTimeout = 10000
33 AppDirectoryQuota = 104857600
34 AppHMILevelNoneTimeScaleMaxRequests = 100
35 AppHMILevelNoneRequestsTimeScale = 10
36 AppTimeScaleMaxRequests = 100
37 AppRequestsTimeScale = 10
38 PendingRequestsAmount = 1000
39 HeartBeatTimeout = 0
40 SupportedDiagModes = 0x01, 0x02, 0x03, 0x05, 0x06, 0x07, 0x09, 0x0A, 0x18, 0x19, 0x22, 0x3E
41 SystemFilesPath = /tmp/fs/mp/images/ivsu_cache
42 UseLastState = true
43
44 [MEDIA MANAGER]
45 EnableRedecoding = false
46 ;VideoStreamConsumer = socket
47 ;AudioStreamConsumer = socket
48 ;VideoStreamConsumer = file
49 ;AudioStreamConsumer = file
50 VideoStreamConsumer = pipe
51 AudioStreamConsumer = pipe
52 ;Temp solution: if you change NamedPipePath also change path to pipe in src/components/qt_hmi/qml_model_qtXX/views/SDLNavi.qml
53 NamedVideoPipePath = /tmp/video_stream_pipe
54 NamedAudioPipePath = /tmp/audio_stream_pipe
55 VideoStreamFile = video_stream_file
56 AudioStreamFile = audio_stream_file
57
58
59 ; HelpPromt and TimeOutPrompt is a vector of strings separated by comma
60 [GLOBAL PROPERTIES]
61 HelpPromt = Please speak one of the following commands, Please say a command
62 TimeOutPromt = Please speak one of the following commands, Please say a command
63 HelpTitle = Available Vr Commands List
64
65 [FILESYSTEM RESTRICTIONS]
66 ; Max allowed number of PutFile requests for one application in NONE
67 PutFileRequest = 5
68 ; Max allowed number of DeleteFile requests for one application in NONE
69 DeleteFileRequest = 5
70 ; Max allowed number of ListFiles requests for one application in NONE
71 ListFilesRequest = 5
72
73 [VR COMMANDS]
74 HelpCommand = Help
75
76
77 [AppInfo]
78 AppInfoStorage = app_info.dat
79
80 [Policy]
81 PoliciesTable = policy_table.json
82 PreloadedPT = sdl_preloaded_pt.json