genode/repos/libports/run/qt5_openglwindow.run

63 lines
1.4 KiB
Plaintext
Raw Normal View History

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
#
# Generate config
#
2015-09-17 10:50:42 +00:00
append config {
<config>
<parent-provides>}
append config [qt5_parent_provides]
append config {
</parent-provides>
<default caps="100"/>
<default-route>
2017-11-24 19:23:45 +00:00
<any-service> <parent/> <any-child/> </any-service>
</default-route>}
append config [qt5_start_nodes]
append config {
<start name="openglwindow" caps="200">
<resource name="RAM" quantum="80M"/>
<route>
<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>
<service name="ROM" label="mesa_gpu_drv.lib.so">
<parent label="mesa_gpu-softpipe.lib.so" />
</service>
2017-11-24 19:23:45 +00:00
<any-service> <parent /> <any-child/> </any-service>
</route>
<config>
<vfs>
2018-04-24 10:40:22 +00:00
<dir name="dev">
<log/>
<inline name="rtc">2018-01-01 00:01</inline>
</dir>
<dir name="pipe"> <pipe/> </dir>
2018-04-24 10:40:22 +00:00
<tar name="qt5_dejavusans.tar"/>
<tar name="qt5_libqgenode.tar"/>
</vfs>
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>
</config>
</start>
</config>
}
install_config $config
#
# Boot modules
#
append boot_modules [qt5_boot_modules]
build_boot_image $boot_modules
run_genode_until forever