APPLINK-6688: SDL related resources location impl
[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
29 AppConfigFolder =
30 AppStorageFolder =
31 ThreadStackSize = 16384
32 MixingAudioSupported = true
33 HMICapabilities = hmi_capabilities.json
34 MaxCmdID = 2000000000
35 DefaultTimeout = 10000
36 AppDirectoryQuota = 104857600
37 AppHMILevelNoneTimeScaleMaxRequests = 100
38 AppHMILevelNoneRequestsTimeScale = 10
39 AppTimeScaleMaxRequests = 100
40 AppRequestsTimeScale = 10
41 PendingRequestsAmount = 1000
42 HeartBeatTimeout = 0
43 SupportedDiagModes = 0x01, 0x02, 0x03, 0x05, 0x06, 0x07, 0x09, 0x0A, 0x18, 0x19, 0x22, 0x3E
44 SystemFilesPath = /tmp/fs/mp/images/ivsu_cache
45 UseLastState = true
46
47
48 [MEDIA MANAGER]
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
61
62
63 ; HelpPromt and TimeOutPrompt is a vector of strings separated by comma
64 [GLOBAL PROPERTIES]
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
68
69 [FILESYSTEM RESTRICTIONS]
70 ; Max allowed number of PutFile requests for one application in NONE
71 PutFileRequest = 5
72 ; Max allowed number of DeleteFile requests for one application in NONE
73 DeleteFileRequest = 5
74 ; Max allowed number of ListFiles requests for one application in NONE
75 ListFilesRequest = 5
76
77 [VR COMMANDS]
78 HelpCommand = Help
79
80
81 [AppInfo]
82 ; The path for applcations info storage.
83 AppInfoStorage = app_info.dat
84
85 [Policy]
86 PoliciesTable = policy_table.json
87 PreloadedPT = sdl_preloaded_pt.json