use CMAKE_INSTALL_LIBDIR instead of "/usr/lib"
[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 ; Contains .json/.ini files
25 AppConfigFolder =
26 ; Contains output files, e.g. .wav
27 AppStorageFolder =
28 ; Contains resourses, e.g. audio8bit.wav
29 AppResourceFolder =
30 ; Standart min stack size
31 ;     in Ubuntu : PTHREAD_STACK_MIN = 16384
32 ;     in QNX : PTHREAD_STACK_MIN = 256
33 ;The value of a variable ThreadStackSize used only if its realy needed, other way stack size will be PTHREAD_STACK_MIN
34 ;
35 AppConfigFolder =
36 AppStorageFolder =
37 ThreadStackSize = 16384
38 MixingAudioSupported = true
39 HMICapabilities = hmi_capabilities.json
40 MaxCmdID = 2000000000
41 DefaultTimeout = 10000
42 AppDirectoryQuota = 104857600
43 AppHMILevelNoneTimeScaleMaxRequests = 100
44 AppHMILevelNoneRequestsTimeScale = 10
45 AppTimeScaleMaxRequests = 100
46 AppRequestsTimeScale = 10
47 PendingRequestsAmount = 1000
48 HeartBeatTimeout = 7
49 SupportedDiagModes = 0x01, 0x02, 0x03, 0x05, 0x06, 0x07, 0x09, 0x0A, 0x18, 0x19, 0x22, 0x3E
50 SystemFilesPath = /tmp/fs/mp/images/ivsu_cache
51 UseLastState = true
52 TimeTestingPort = 8090
53
54 [MEDIA MANAGER]
55 EnableRedecoding = false
56 ;VideoStreamConsumer = socket
57 ;AudioStreamConsumer = socket
58 ;VideoStreamConsumer = file
59 ;AudioStreamConsumer = file
60 VideoStreamConsumer = pipe
61 AudioStreamConsumer = pipe
62 ;Temp solution: if you change NamedPipePath also change path to pipe in src/components/qt_hmi/qml_model_qtXX/views/SDLNavi.qml
63 NamedVideoPipePath = /tmp/video_stream_pipe
64 NamedAudioPipePath = /tmp/audio_stream_pipe
65 VideoStreamFile = video_stream_file
66 AudioStreamFile = audio_stream_file
67 ; Recording file source (used for audio pass thru emulation only)
68 RecordingFileSource = audio.8bit.wav
69 ; Recording file for audio pass thru
70 RecordingFileName = record.wav
71
72
73 ; HelpPromt and TimeOutPrompt is a vector of strings separated by comma
74 [GLOBAL PROPERTIES]
75
76 ; Delimiter, which will be appended to each TTS chunck, e.g. helpPrompt/timeoutPrompt
77 TTSDelimiter = ,
78 ; Default prompt items, separated by comma
79 HelpPromt = Please speak one of the following commands,Please say a command
80 ; Default prompt items, separated by comma
81 TimeOutPromt = Please speak one of the following commands,Please say a command
82 HelpTitle = Available Vr Commands List
83
84 [FILESYSTEM RESTRICTIONS]
85 ; Max allowed number of PutFile requests for one application in NONE
86 PutFileRequest = 5
87 ; Max allowed number of DeleteFile requests for one application in NONE
88 DeleteFileRequest = 5
89 ; Max allowed number of ListFiles requests for one application in NONE
90 ListFilesRequest = 5
91
92 [VR COMMANDS]
93 HelpCommand = Help
94
95
96 [AppInfo]
97 ; The path for applcations info storage.
98 AppInfoStorage = app_info.dat
99
100 [Policy]
101 PolicySwitchOff = false
102 PreloadedPT = sdl_preloaded_pt.json
103 PathToSnapshot = sdl_snapshot.json
104
105 [TransportManager]
106 TCPAdapterPort = 12345