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