blob: d3ac22cafd769d965cec1a72a4dc7170d19b6142 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
|
# Maintainer: Tizen PM?
# You need ACK (+1) from the maintainer to be reviewed by building-block maintainers.
########################################
### Preset for TIZEN HEADED COMMON ###
########################################
%package sub1-Preset_boards-COMMON
Summary: COMMON Selection for HAL and Feature
Requires: %{name}-sub2-Preset_boards-COMMON-System
Requires: %{name}-sub2-Preset_boards-COMMON-System_Device
Suggests: %{name}-sub2-Preset_boards-COMMON-Audio
Suggests: %{name}-sub2-Preset_boards-COMMON-Audio_Recording
Suggests: %{name}-sub2-Preset_boards-COMMON-GPS
Suggests: %{name}-sub2-Preset_boards-COMMON-Codec
Suggests: %{name}-sub2-Preset_boards-COMMON-Camera_Common
Suggests: %{name}-sub2-Preset_boards-COMMON-Camera
Suggests: %{name}-sub2-Preset_boards-COMMON-Camera_Headless
Suggests: %{name}-sub2-Preset_boards-COMMON-Display
Suggests: %{name}-sub2-Preset_boards-COMMON-Display_Headless
Suggests: %{name}-sub2-Preset_boards-COMMON-Wifi
Suggests: %{name}-sub2-Preset_boards-COMMON-WifiDirect
Suggests: %{name}-sub2-Preset_boards-COMMON-Bluetooth
Suggests: %{name}-sub2-Preset_boards-COMMON-Bluetooth_CallAudio
Suggests: %{name}-sub2-Preset_boards-COMMON-BLE
Suggests: %{name}-sub2-Preset_boards-COMMON-NFC
Suggests: %{name}-sub2-Preset_boards-COMMON-Telephony
Suggests: %{name}-sub2-Preset_boards-COMMON-Feedback
Suggests: %{name}-sub2-Preset_boards-COMMON-Sensor
Suggests: %{name}-sub2-Preset_boards-COMMON-DALi2
Suggests: %{name}-sub2-Preset_boards-COMMON-EFL
Suggests: %{name}-sub2-Preset_boards-COMMON-IM
Suggests: %{name}-sub2-Preset_boards-COMMON-Power
Suggests: %{name}-sub2-Preset_boards-COMMON-UserAwareness
%description sub1-Preset_boards-COMMON
Firstly select HALs and Feature to add to your image.
%files sub1-Preset_boards-COMMON
### COMMON-System ###
%package sub2-Preset_boards-COMMON-System
Summary: COMMON_System
Requires: model-config-default
Requires: system-plugin-feature-session-bind
Requires: system-plugin-feature-namespace
%description sub2-Preset_boards-COMMON-System
Packages for System HAL and Feature. They are mandatory.
%files sub2-Preset_boards-COMMON-System
### COMMON-System_Device ###
%package sub2-Preset_boards-COMMON-System_Device
Summary: COMMON_Deviced Plugin
Requires: %{name}-sub2-domain_API-System-Device
%description sub2-Preset_boards-COMMON-System_Device
Packages for Deviced HAL and Feature.
%files sub2-Preset_boards-COMMON-System_Device
### COMMON-Audio ###
%package sub2-Preset_boards-COMMON-Audio
Summary: COMMON_Audio
Suggests: %{name}-sub2-domain_API-Multimedia-Audio_IO
Suggests: %{name}-sub2-domain_API-Multimedia-Player
Suggests: %{name}-sub2-domain_API-Multimedia-WAV_Player
Suggests: %{name}-sub2-domain_API-Multimedia-Tone_Player
Suggests: %{name}-sub2-domain_API-Multimedia-OpenAL
Suggests: %{name}-sub2-domain_API-Multimedia-Media_Streamer
Suggests: %{name}-sub2-domain_API-Multimedia-Sound_Pool
Suggests: %{name}-sub2-domain_API-Multimedia-Webrtc
%description sub2-Preset_boards-COMMON-Audio
Packages of Audio HAL and Feature.
If you select Bluetooth,dd you can select pulseaudio-modules-bluetooth.
%files sub2-Preset_boards-COMMON-Audio
### COMMON-Audio_Recording ###
%package sub2-Preset_boards-COMMON-Audio_Recording
Summary: COMMON_AudioRecording
Requires: %{name}-sub2-Preset_boards-COMMON-Audio
Suggests: %{name}-sub2-domain_API-Multimedia-Recorder
Suggests: %{name}-sub2-domain_API-Multimedia-Audio_IO
Suggests: %{name}-sub2-domain_API-Multimedia-Media_Streamer
Suggests: %{name}-sub2-domain_API-Multimedia-Webrtc
%description sub2-Preset_boards-COMMON-Audio_Recording
Packages of Audio HAL and Feature.
%files sub2-Preset_boards-COMMON-Audio_Recording
### COMMON-GPS ###
%package sub2-Preset_boards-COMMON-GPS
Summary: COMMON_GPS
Requires: %{name}-sub2-domain_API-Location-Location_Manager
%description sub2-Preset_boards-COMMON-GPS
Packages of GPS HAL and Feature.
%files sub2-Preset_boards-COMMON-GPS
### COMMON-Codec ###
%package sub2-Preset_boards-COMMON-Codec
Summary: COMMON_Codec
Suggests: %{name}-sub2-Preset_boards-COMMON-Display
Suggests: %{name}-sub2-Preset_boards-COMMON-Display_Headless
%ifarch amv7l
Requires: gst-omx
%endif
Suggests: %{name}-sub2-domain_API-Multimedia-Player
Suggests: %{name}-sub2-domain_API-Multimedia-Media_Streamer
Suggests: %{name}-sub2-domain_API-Multimedia-Media_Codec
Suggests: %{name}-sub2-domain_API-Multimedia-Camera
Suggests: %{name}-sub2-domain_API-Multimedia-Recorder
Suggests: %{name}-sub2-domain_API-Multimedia-Screen_Mirroring
Suggests: %{name}-sub2-domain_API-Multimedia-Webrtc
Suggests: %{name}-sub2-domain_API-Multimedia-Media_Editor
%description sub2-Preset_boards-COMMON-Codec
Packages of Codec HAL and Feature.
If you want to use hardware acceleration, select the required feature.
%files sub2-Preset_boards-COMMON-Codec
### COMMON-Camera_Common ###
%package sub2-Preset_boards-COMMON-Camera_Common
Summary: COMMON_Camera(Common)
Requires: %{name}-sub2-domain_API-Multimedia-Camera
Requires: gst-plugins-good
Requires: gst-plugins-tizen
Requires: gst-plugins-tizen-camera
%description sub2-Preset_boards-COMMON-Camera_Common
Packages of Camera HAL and Feature (Common).
(known issue: The preview and capture could be failed with some web cameras.)
%files sub2-Preset_boards-COMMON-Camera_Common
### COMMON-Camera ###
%package sub2-Preset_boards-COMMON-Camera
Summary: COMMON_Camera
Requires: %{name}-sub2-Preset_boards-COMMON-Camera_Common
Requires: %{name}-sub2-Preset_boards-COMMON-Display
Conflicts: %{name}-sub2-Preset_boards-COMMON-Camera_Headless
%description sub2-Preset_boards-COMMON-Camera
Packages of Camera HAL and Feature for COMMON.
(known issue: The preview and capture could be failed with some web cameras.)
%files sub2-Preset_boards-COMMON-Camera
### COMMON-Camera_Headless ###
%package sub2-Preset_boards-COMMON-Camera_Headless
Summary: COMMON_Camera(Headless)
Requires: %{name}-sub2-Preset_boards-COMMON-Camera_Common
Requires: %{name}-sub2-Preset_boards-COMMON-Display_Headless
Conflicts: %{name}-sub2-Preset_boards-COMMON-Camera
%description sub2-Preset_boards-COMMON-Camera_Headless
Packages of Camera HAL and Feature (Headless).
(known issue: camera preview and capture could be failed.)
%files sub2-Preset_boards-COMMON-Camera_Headless
### COMMON-Display ###
%package sub2-Preset_boards-COMMON-Display
Summary: COMMON_Display
Requires: %{name}-sub2-domain_API-UI-Display_Server
Requires: e-tizen-data-profile_common
Requires: coregl
Conflicts: %{name}-sub2-Preset_boards-COMMON-Display_Headless
%description sub2-Preset_boards-COMMON-Display
Packages of Display HAL and Feature.
%files sub2-Preset_boards-COMMON-Display
%posttrans sub2-Preset_boards-COMMON-Display
%tizen_feature tizen.org/feature/graphics.acceleration true
%tizen_feature tizen.org/feature/multi_point_touch.pinch_zoom true
%tizen_feature tizen.org/feature/opengles true
%tizen_feature tizen.org/feature/opengles.version.1_1 true
%tizen_feature tizen.org/feature/opengles.version.2_0 true
%tizen_feature tizen.org/feature/opengles.version.3_0 true
%tizen_feature tizen.org/feature/opengles.version.3_1 true
%tizen_feature tizen.org/feature/opengles.version.3_2 true
%tizen_feature tizen.org/feature/vulkan.version.1_0 true
%tizen_feature tizen.org/feature/screen true
%tizen_feature tizen.org/feature/display true
### COMMON-Display_Headless ###
%package sub2-Preset_boards-COMMON-Display_Headless
Summary: COMMON_Display(Headless)
Requires: %{name}-sub2-domain_API-UI-Display_Server_Headless
Conflicts: %{name}-sub2-Preset_boards-COMMON-Display
%description sub2-Preset_boards-COMMON-Display_Headless
Packages of Display HAL and Feature (Headless).
%files sub2-Preset_boards-COMMON-Display_Headless
%posttrans sub2-Preset_boards-COMMON-Display_Headless
%tizen_feature tizen.org/feature/graphics.acceleration false
%tizen_feature tizen.org/feature/multi_point_touch.pinch_zoom false
%tizen_feature tizen.org/feature/opengles false
%tizen_feature tizen.org/feature/opengles.version.1_1 false
%tizen_feature tizen.org/feature/opengles.version.2_0 false
%tizen_feature tizen.org/feature/opengles.version.3_0 false
%tizen_feature tizen.org/feature/opengles.version.3_1 false
%tizen_feature tizen.org/feature/opengles.version.3_2 false
%tizen_feature tizen.org/feature/vulkan.version.1_0 false
%tizen_feature tizen.org/feature/screen false
%tizen_feature tizen.org/feature/display false
### COMMON-Wifi ###
%package sub2-Preset_boards-COMMON-Wifi
Summary: COMMON_Wifi
Requires: %{name}-sub2-domain_API-Network-WiFi_Manager
Requires: wpa_supplicant-profile_common
Suggests: net-config-plugin-headed
%description sub2-Preset_boards-COMMON-Wifi
Packages of Wifi HAL and Feature.
If you enable the UI, you can select net-config-plugin-headed.
%files sub2-Preset_boards-COMMON-Wifi
### COMMON-WifiDirect ###
%package sub2-Preset_boards-COMMON-WifiDirect
Summary: COMMON_WifiDirect
Requires: %{name}-sub2-domain_API-Network-WiFi_Direct
Requires: %{name}-sub2-Preset_boards-COMMON-Wifi
Requires: wifi-direct-manager-profile_common
%description sub2-Preset_boards-COMMON-WifiDirect
Packages of WifiDirect HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-WifiDirect
### COMMON-Bluetooth ###
%package sub2-Preset_boards-COMMON-Bluetooth
Summary: COMMON_Bluetooth
Requires: %{name}-sub2-domain_API-Network-Bluetooth_BREDR
Requires: bluetooth-frwk-profile_common
Requires: bluez-profile_common
Suggests: bluez-extension-bredr
Suggests: bluetooth-frwk-plugin-headed
Suggests: org.tizen.bt-syspopup
Suggests: org.tizen.bt-syspopup-profile_common
Suggests: bluez-plugin-headless
%description sub2-Preset_boards-COMMON-Bluetooth
Packages of Bluetooth HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-Bluetooth
### COMMON-Bluetooth_CallAudio ###
%package sub2-Preset_boards-COMMON-Bluetooth_CallAudio
Summary: COMMON_Bluetooth Call Audio
Requires: %{name}-sub2-Preset_boards-COMMON-Bluetooth
Requires: %{name}-sub2-domain_API-Network-Bluetooth_Call_Audio
Requires: bluetooth-agent-hfp_ag
%description sub2-Preset_boards-COMMON-Bluetooth_CallAudio
Packages of Bluetooth HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-Bluetooth_CallAudio
### COMMON-BLE ###
%package sub2-Preset_boards-COMMON-BLE
Summary: COMMON_BLE
Requires: %{name}-sub2-domain_API-Network-Bluetooth_LE
Requires: bluetooth-frwk-profile_common
Requires: bluez-profile_common
Suggests: bluetooth-frwk-plugin-headed
Suggests: org.tizen.bt-syspopup
Suggests: org.tizen.bt-syspopup-profile_common
%description sub2-Preset_boards-COMMON-BLE
Packages of BLE HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-BLE
### COMMON-NFC ###
%package sub2-Preset_boards-COMMON-NFC
Summary: COMMON_NFC (Not Implemented)
%description sub2-Preset_boards-COMMON-NFC
Packages of NFC HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-NFC
### COMMON-Telephony ###
%package sub2-Preset_boards-COMMON-Telephony
Summary: COMMON_Telephony (Not Implemented)
%description sub2-Preset_boards-COMMON-Telephony
Packages of Telephony HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-Telephony
### COMMON-Feedback ###
%package sub2-Preset_boards-COMMON-Feedback
Summary: COMMON_Feedback
Requires: %{name}-sub2-domain_API-System-Feedback
Requires: %{name}-sub2-Preset_boards-COMMON-Audio
Requires: svi-data-profile_common
%description sub2-Preset_boards-COMMON-Feedback
Packages of Feedback HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-Feedback
### COMMON-Sensor ###
%package sub2-Preset_boards-COMMON-Sensor
Summary: COMMON_Sensor (Not Implemented)
%description sub2-Preset_boards-COMMON-Sensor
Packages of Sensor HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-Sensor
### COMMON-DALi2 ###
%package sub2-Preset_boards-COMMON-DALi2
Summary: COMMON_DALi2
Requires: %{name}-sub2-domain_API-UI-DALi2
Requires: %{name}-sub2-Preset_boards-COMMON-Display
Requires: dali2-extension-video-player-plugin
Requires: dali2-extension-key-extension
Requires: dali2-extension-rive-animation-view
Requires: dali2-extension-vector-animation-renderer-plugin
Requires: dali2-extension-web-engine-chromium-plugin
Requires: dali2-extension-camera-player-plugin
Requires: dali2-extension
Requires: dali2-toolkit-resources_720x1280
%description sub2-Preset_boards-COMMON-DALi2
Packages of DALi2 HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-DALi2
### COMMON-EFL ###
%package sub2-Preset_boards-COMMON-EFL
Summary: COMMON_EFL
Requires: %{name}-sub2-Preset_boards-COMMON-Display
Requires: %{name}-sub2-domain_API-UI-EFL_NativeUIToolkit
Requires: efl-misc-profile_common
Requires: efl-modules-profile_common
Requires: efl-theme-tizen-common
Requires: elementary-tizen
Suggests: download-fonts-service
%description sub2-Preset_boards-COMMON-EFL
Packages of EFL HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-EFL
### COMMON-IM ###
%package sub2-Preset_boards-COMMON-IM
Summary: COMMON_IM
Requires: %{name}-sub2-domain_API-UIX-Input_Method
Requires: isf-config-common
Requires: ise-default-profile_common
Requires: org.tizen.inputmethod-setting-profile_common
Requires: org.tizen.ise-default-nui
Requires: org.tizen.cssetting-inputmethod
Requires: %{name}-sub2-Preset_boards-COMMON-EFL
%description sub2-Preset_boards-COMMON-IM
Packages of IM HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-IM
### COMMON-Power ###
%package sub2-Preset_boards-COMMON-Power
Summary: COMMON_Power (Not Implemented)
%description sub2-Preset_boards-COMMON-Power
Packages for PASS HAL and Feature for COMMON.
%files sub2-Preset_boards-COMMON-Power
### COMMON-UserAwareness ###
%package sub2-Preset_boards-COMMON-UserAwareness
Summary: COMMON_UserAwareness
Requires: %{name}-sub2-domain_API-Network-UserAwareness
Requires: %{name}-sub2-domain_API-Network-WiFi_Manager
Requires: ua-plugin-wifi-dummy
%description sub2-Preset_boards-COMMON-UserAwareness
Packages of User Awareness and Feature for COMMON
%files sub2-Preset_boards-COMMON-UserAwareness
|