2014-05-20 20:52:55 +00:00
|
|
|
source ${genode_dir}/repos/libports/run/qt5_common.inc
|
|
|
|
|
2018-08-15 07:22:09 +00:00
|
|
|
import_from_depot [depot_user]/src/qt5_component \
|
|
|
|
[depot_user]/src/qt5_openglwindow
|
2018-04-24 10:40:22 +00:00
|
|
|
|
2023-11-17 14:32:39 +00:00
|
|
|
install_config {
|
2013-11-25 18:02:52 +00:00
|
|
|
<config>
|
2023-11-17 14:32:39 +00:00
|
|
|
<parent-provides>
|
|
|
|
} [qt5_parent_provides] {
|
2013-11-25 18:02:52 +00:00
|
|
|
</parent-provides>
|
2017-05-07 20:36:11 +00:00
|
|
|
<default caps="100"/>
|
2013-11-25 18:02:52 +00:00
|
|
|
<default-route>
|
2017-11-24 19:23:45 +00:00
|
|
|
<any-service> <parent/> <any-child/> </any-service>
|
2023-11-17 14:32:39 +00:00
|
|
|
</default-route>
|
|
|
|
} [qt5_start_nodes] {
|
2022-02-21 12:07:52 +00:00
|
|
|
<start name="openglwindow" caps="250">
|
2013-11-25 18:02:52 +00:00
|
|
|
<resource name="RAM" quantum="80M"/>
|
2017-08-17 11:29:32 +00:00
|
|
|
<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 -> openglwindow -> shape"/>
|
|
|
|
</service>
|
2024-05-30 13:46:57 +00:00
|
|
|
<service name="ROM" label="mesa_gpu.lib.so">
|
2021-09-30 12:08:37 +00:00
|
|
|
<parent label="mesa_gpu-softpipe.lib.so" />
|
|
|
|
</service>
|
2017-11-24 19:23:45 +00:00
|
|
|
<any-service> <parent /> <any-child/> </any-service>
|
2017-08-17 11:29:32 +00:00
|
|
|
</route>
|
2014-04-14 09:57:22 +00:00
|
|
|
<config>
|
2017-03-20 11:04:55 +00:00
|
|
|
<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_libqgenode.tar"/>
|
2017-03-20 11:04:55 +00:00
|
|
|
</vfs>
|
2020-07-23 13:14:54 +00:00
|
|
|
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>
|
2014-04-14 09:57:22 +00:00
|
|
|
</config>
|
2013-11-25 18:02:52 +00:00
|
|
|
</start>
|
|
|
|
</config>
|
|
|
|
}
|
|
|
|
|
2023-11-17 14:32:39 +00:00
|
|
|
build_boot_image [qt5_boot_modules]
|
2013-11-25 18:02:52 +00:00
|
|
|
|
|
|
|
run_genode_until forever
|