genode/repos/libports/run/qt5_quicktest.run

78 lines
1.9 KiB
Plaintext
Raw Normal View History

source ${genode_dir}/repos/libports/run/qt5_common.inc
2018-08-15 09:22:09 +02:00
import_from_depot [depot_user]/raw/qt5_qtquick2 \
[depot_user]/src/libcrypto \
[depot_user]/src/libssl \
[depot_user]/src/qt5_component \
[depot_user]/src/qt5_network \
[depot_user]/src/qt5_qml \
[depot_user]/src/qt5_qtquick2 \
[depot_user]/src/qt5_quick \
[depot_user]/src/qt5_widgets \
[depot_user]/src/test-qt_quick
2018-04-24 12:40:22 +02:00
#
# Build
#
2015-09-17 12:50:42 +02:00
append build_components [qt5_build_components feature]
build $build_components
#
# Generate config
#
2015-09-17 12:50:42 +02:00
append config {
<config>
<parent-provides>}
append config [qt5_parent_provides feature]
append config {
</parent-provides>
<default caps="100"/>
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>}
append config [qt5_start_nodes feature]
append config {
2018-04-24 12:40:22 +02:00
<start name="test-qt_quick" caps="250">
<resource name="RAM" quantum="80M"/>
<config>
<vfs>
2018-04-24 12:40:22 +02:00
<dir name="dev">
2020-05-12 08:10:00 +02:00
<dir name="pipe"> <pipe/> </dir>
2018-04-24 12:40:22 +02:00
<log/>
<inline name="rtc">2018-01-01 00:01</inline>
</dir>
<tar name="qt5_dejavusans.tar"/>
<tar name="qt5_qtquick2.tar"/>
<tar name="qt5_qtquick2plugin.tar" />
</vfs>
2020-05-12 08:10:00 +02:00
<libc stdout="/dev/log" stderr="/dev/log" pipe="/dev/pipe" rtc="/dev/rtc"/>
</config>
<route>
<service name="Nitpicker"> <child name="wm"/> </service>
2017-11-24 20:23:45 +01:00
<service name="Report" label="shape">
2018-04-24 12:40:22 +02:00
<child name="pointer" label="wm -> test-qt_quick -> shape"/>
2017-11-24 20:23:45 +01:00
</service>
<service name="ROM" label="egl_drv.lib.so"> <parent label="egl_swrast.lib.so" /> </service>
<any-service> <parent /> <any-child/> </any-service>
</route>
</start>
</config>
}
install_config $config
#
# Boot modules
#
2015-09-17 12:50:42 +02:00
append boot_modules [qt5_boot_modules feature]
build_boot_image $boot_modules
run_genode_until forever