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_textedit \
|
2020-04-20 12:00:57 +00:00
|
|
|
[depot_user]/src/vfs
|
2018-04-24 10:40:22 +00:00
|
|
|
|
2013-08-09 13:04:52 +00:00
|
|
|
#
|
|
|
|
# Generate config
|
|
|
|
#
|
|
|
|
|
2014-05-20 20:52:55 +00:00
|
|
|
append config {
|
2013-08-09 13:04:52 +00:00
|
|
|
<config>
|
2014-05-20 20:52:55 +00:00
|
|
|
<parent-provides>}
|
2019-10-07 13:58:53 +00:00
|
|
|
|
2020-06-28 12:21:09 +00:00
|
|
|
append config [qt5_parent_provides]
|
2019-10-07 13:58:53 +00:00
|
|
|
|
2014-05-20 20:52:55 +00:00
|
|
|
append config {
|
2013-08-09 13:04:52 +00:00
|
|
|
</parent-provides>
|
2017-05-07 20:36:11 +00:00
|
|
|
<default caps="100"/>
|
2013-08-09 13:04:52 +00:00
|
|
|
<default-route>
|
2017-08-17 11:29:32 +00:00
|
|
|
<any-service> <parent/> <any-child/> </any-service>
|
2014-05-20 20:52:55 +00:00
|
|
|
</default-route>}
|
|
|
|
|
2020-06-28 12:21:09 +00:00
|
|
|
append config [qt5_start_nodes]
|
2013-08-09 13:04:52 +00:00
|
|
|
|
2019-10-07 13:58:53 +00:00
|
|
|
append config {
|
2013-08-14 13:24:01 +00:00
|
|
|
<start name="ram_fs">
|
|
|
|
<resource name="RAM" quantum="10M"/>
|
2020-04-20 12:00:57 +00:00
|
|
|
<binary name="vfs"/>
|
2013-08-14 13:24:01 +00:00
|
|
|
<provides><service name="File_system"/></provides>
|
|
|
|
<config>
|
2020-04-20 12:00:57 +00:00
|
|
|
<vfs> <ram/> </vfs>
|
2013-08-14 13:24:01 +00:00
|
|
|
<!-- constrain sessions according to their labels -->
|
2016-11-24 14:28:32 +00:00
|
|
|
<policy label_prefix="textedit" root="/" writeable="yes" />
|
|
|
|
<policy label_prefix="textedit2" root="/" writeable="yes" />
|
2013-08-14 13:24:01 +00:00
|
|
|
</config>
|
|
|
|
</start>}
|
|
|
|
|
2013-08-09 13:04:52 +00:00
|
|
|
append config {
|
2018-10-02 15:45:22 +00:00
|
|
|
<start name="textedit" caps="300">
|
2013-08-09 13:04:52 +00:00
|
|
|
<resource name="RAM" quantum="70M"/>
|
2017-05-24 18:02:19 +00:00
|
|
|
<config>
|
2020-05-12 06:10:00 +00:00
|
|
|
<libc stdout="/dev/log" stderr="/dev/log" pipe="/dev/pipe" rtc="/dev/rtc"/>
|
2017-02-02 17:26:57 +00:00
|
|
|
<vfs>
|
2018-04-24 10:40:22 +00:00
|
|
|
<dir name="dev">
|
2020-05-12 06:10:00 +00:00
|
|
|
<dir name="pipe"> <pipe/> </dir>
|
2018-04-24 10:40:22 +00:00
|
|
|
<log/>
|
|
|
|
<inline name="rtc">2018-01-01 00:01</inline>
|
|
|
|
</dir>
|
2017-02-02 17:26:57 +00:00
|
|
|
<dir name="fs"> <fs/> </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-02-02 17:26:57 +00:00
|
|
|
</vfs>
|
2014-04-14 09:57:22 +00:00
|
|
|
</config>
|
2017-08-17 11:29:32 +00:00
|
|
|
<route>
|
2020-06-11 14:06:21 +00:00
|
|
|
<service name="Gui"> <child name="wm"/> </service>
|
2019-02-18 15:02:29 +00:00
|
|
|
<service name="Report" label="shape"> <child name="wm"/> </service>
|
2017-08-17 11:29:32 +00:00
|
|
|
<service name="ROM" label="egl_drv.lib.so"> <parent label="egl_swrast.lib.so" /> </service>
|
|
|
|
<any-service> <parent /> <any-child/> </any-service>
|
|
|
|
</route>
|
2013-08-09 13:04:52 +00:00
|
|
|
</start>
|
2018-10-02 15:45:22 +00:00
|
|
|
<start name="textedit2" caps="300">
|
2013-08-09 13:04:52 +00:00
|
|
|
<binary name="textedit" />
|
|
|
|
<resource name="RAM" quantum="70M"/>
|
2017-05-24 18:02:19 +00:00
|
|
|
<config>
|
2020-05-12 06:10:00 +00:00
|
|
|
<libc stdout="/dev/log" stderr="/dev/log" pipe="/dev/pipe" rtc="/dev/rtc"/>
|
2017-02-02 17:26:57 +00:00
|
|
|
<vfs>
|
2018-04-24 10:40:22 +00:00
|
|
|
<dir name="dev">
|
2020-05-12 06:10:00 +00:00
|
|
|
<dir name="pipe"> <pipe/> </dir>
|
2018-04-24 10:40:22 +00:00
|
|
|
<log/>
|
|
|
|
<inline name="rtc">2018-01-01 00:01</inline>
|
|
|
|
</dir>
|
2017-02-02 17:26:57 +00:00
|
|
|
<dir name="fs"> <fs/> </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-02-02 17:26:57 +00:00
|
|
|
</vfs>
|
2014-04-14 09:57:22 +00:00
|
|
|
</config>
|
2017-08-17 11:29:32 +00:00
|
|
|
<route>
|
2020-06-11 14:06:21 +00:00
|
|
|
<service name="Gui"> <child name="wm"/> </service>
|
2019-02-18 15:02:29 +00:00
|
|
|
<service name="Report" label="shape"> <child name="wm"/> </service>
|
2017-08-17 11:29:32 +00:00
|
|
|
<service name="ROM" label="egl_drv.lib.so"> <parent label="egl_swrast.lib.so" /> </service>
|
|
|
|
<any-service> <parent /> <any-child/> </any-service>
|
|
|
|
</route>
|
2013-08-09 13:04:52 +00:00
|
|
|
</start>
|
|
|
|
</config>
|
|
|
|
}
|
|
|
|
|
|
|
|
install_config $config
|
|
|
|
|
|
|
|
#
|
|
|
|
# Boot modules
|
|
|
|
#
|
|
|
|
|
2020-06-28 12:21:09 +00:00
|
|
|
append boot_modules [qt5_boot_modules]
|
2014-05-20 20:52:55 +00:00
|
|
|
|
2013-08-09 13:04:52 +00:00
|
|
|
build_boot_image $boot_modules
|
|
|
|
|
|
|
|
run_genode_until forever
|