2017-07-26 12:46:22 +00:00
|
|
|
source ${genode_dir}/repos/libports/run/qt5_common.inc
|
|
|
|
|
2020-06-28 12:21:09 +00:00
|
|
|
import_from_depot [depot_user]/src/qt5_component \
|
|
|
|
[depot_user]/src/qt5_declarative \
|
2019-09-03 17:00:35 +00:00
|
|
|
[depot_user]/src/qt5_quickcontrols2 \
|
2018-08-15 07:22:09 +00:00
|
|
|
[depot_user]/src/qt5_svg \
|
|
|
|
[depot_user]/src/qt5_virtualkeyboard \
|
2019-08-26 20:30:39 +00:00
|
|
|
[depot_user]/src/qt5_virtualkeyboard_example
|
2018-04-24 10:40:22 +00:00
|
|
|
|
2017-07-26 12:46:22 +00:00
|
|
|
#
|
|
|
|
# Generate config
|
|
|
|
#
|
|
|
|
|
|
|
|
append config {
|
|
|
|
<config>
|
|
|
|
<parent-provides>}
|
2020-06-28 12:21:09 +00:00
|
|
|
append config [qt5_parent_provides]
|
2017-07-26 12:46:22 +00:00
|
|
|
append config {
|
|
|
|
</parent-provides>
|
|
|
|
<default caps="300"/>
|
|
|
|
<default-route>
|
|
|
|
<any-service> <parent/> <child name="wm"/> <any-child/> </any-service>
|
|
|
|
</default-route>}
|
|
|
|
|
2020-06-28 12:21:09 +00:00
|
|
|
append config [qt5_start_nodes]
|
2017-07-26 12:46:22 +00:00
|
|
|
|
|
|
|
append config {
|
2022-08-23 09:14:51 +00:00
|
|
|
<start name="basic" caps="450">
|
2017-07-26 12:46:22 +00:00
|
|
|
<resource name="RAM" quantum="100M"/>
|
|
|
|
<config>
|
|
|
|
<vfs>
|
2018-04-24 10:40:22 +00:00
|
|
|
<dir name="dev">
|
|
|
|
<log/>
|
|
|
|
<inline name="rtc">2018-01-01 00:01</inline>
|
|
|
|
</dir>
|
2020-07-23 13:14:54 +00:00
|
|
|
<dir name="pipe"> <pipe/> </dir>
|
2018-04-24 10:40:22 +00:00
|
|
|
<tar name="qt5_dejavusans.tar"/>
|
2020-06-28 12:21:09 +00:00
|
|
|
<tar name="qt5_declarative_qml.tar"/>
|
|
|
|
<tar name="qt5_libqgenode.tar"/>
|
|
|
|
<tar name="qt5_libqsvg.tar"/>
|
|
|
|
<tar name="qt5_libqtvirtualkeyboardplugin.tar"/>
|
|
|
|
<tar name="qt5_quickcontrols2_qml.tar"/>
|
|
|
|
<tar name="qt5_virtualkeyboard_qml.tar"/>
|
2017-07-26 12:46:22 +00:00
|
|
|
</vfs>
|
2020-07-23 13:14:54 +00:00
|
|
|
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>
|
2017-07-26 12:46:22 +00:00
|
|
|
</config>
|
|
|
|
<route>
|
2020-06-11 14:06:21 +00:00
|
|
|
<service name="Gui"> <child name="wm"/> </service>
|
2017-11-24 19:23:45 +00:00
|
|
|
<service name="Report" label="shape">
|
|
|
|
<child name="pointer" label="wm -> basic -> shape"/>
|
|
|
|
</service>
|
2021-09-30 12:08:37 +00:00
|
|
|
<service name="ROM" label="mesa_gpu_drv.lib.so">
|
|
|
|
<parent label="mesa_gpu-softpipe.lib.so" />
|
|
|
|
</service>
|
2017-07-26 12:46:22 +00:00
|
|
|
<any-service> <parent /> <any-child/> </any-service>
|
|
|
|
</route>
|
|
|
|
</start>
|
|
|
|
</config>
|
|
|
|
}
|
|
|
|
|
|
|
|
install_config $config
|
|
|
|
|
|
|
|
#
|
|
|
|
# Boot modules
|
|
|
|
#
|
|
|
|
|
2020-06-28 12:21:09 +00:00
|
|
|
append boot_modules [qt5_boot_modules]
|
2017-07-26 12:46:22 +00:00
|
|
|
|
|
|
|
build_boot_image $boot_modules
|
|
|
|
|
|
|
|
run_genode_until forever
|