2014-05-20 20:52:55 +00:00
|
|
|
source ${genode_dir}/repos/libports/run/qt5_common.inc
|
|
|
|
|
2013-08-09 13:04:52 +00:00
|
|
|
#
|
|
|
|
# Build
|
|
|
|
#
|
|
|
|
|
2015-09-17 10:50:42 +00:00
|
|
|
append build_components [qt5_build_components feature]
|
2014-05-20 20:52:55 +00:00
|
|
|
|
|
|
|
append build_components {
|
2017-08-17 11:29:32 +00:00
|
|
|
lib/mesa/swrast
|
2013-08-09 13:04:52 +00:00
|
|
|
app/qt5/examples/calculatorform
|
|
|
|
}
|
|
|
|
|
2014-05-20 20:52:55 +00:00
|
|
|
build $build_components
|
|
|
|
|
2013-08-09 13:04:52 +00:00
|
|
|
create_boot_directory
|
|
|
|
|
2014-08-12 16:08:06 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Create Qt tar archive
|
|
|
|
#
|
|
|
|
|
|
|
|
create_qt5_fs_tar_archive "calculatorform" "gui"
|
|
|
|
|
2013-08-09 13:04:52 +00:00
|
|
|
#
|
|
|
|
# Generate config
|
|
|
|
#
|
|
|
|
|
2015-09-17 10:50:42 +00:00
|
|
|
append config {
|
2013-08-09 13:04:52 +00:00
|
|
|
<config>
|
2014-05-20 20:52:55 +00:00
|
|
|
<parent-provides>}
|
|
|
|
append config [qt5_parent_provides feature]
|
|
|
|
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>}
|
|
|
|
|
|
|
|
append config [qt5_start_nodes feature]
|
2013-08-09 13:04:52 +00:00
|
|
|
|
|
|
|
append config {
|
2017-05-22 12:50:09 +00:00
|
|
|
<start name="calculatorform" caps="200">
|
2013-08-09 13:04:52 +00:00
|
|
|
<resource name="RAM" quantum="80M"/>
|
2014-08-12 16:08:06 +00:00
|
|
|
<config>
|
2017-03-20 11:04:55 +00:00
|
|
|
<vfs>
|
|
|
|
<dir name="dev"> <log/> </dir>
|
|
|
|
<tar name="qt5_fs_calculatorform.tar"/>
|
|
|
|
</vfs>
|
|
|
|
<libc stdout="/dev/log" stderr="/dev/log"/>
|
2014-08-12 16:08:06 +00:00
|
|
|
</config>
|
2017-08-17 11:29:32 +00:00
|
|
|
<route>
|
|
|
|
<service name="Nitpicker"> <child name="wm"/> </service>
|
2017-11-24 19:23:45 +00:00
|
|
|
<service name="Report" label="shape">
|
|
|
|
<child name="pointer" label="wm -> calculatorform -> shape"/>
|
|
|
|
</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
|
|
|
|
#
|
|
|
|
|
2015-09-17 10:50:42 +00:00
|
|
|
append boot_modules [qt5_boot_modules feature]
|
2014-05-20 20:52:55 +00:00
|
|
|
|
|
|
|
append boot_modules {
|
2013-08-09 13:04:52 +00:00
|
|
|
calculatorform
|
2017-08-17 11:29:32 +00:00
|
|
|
egl.lib.so
|
|
|
|
egl_swrast.lib.so
|
|
|
|
expat.lib.so
|
2013-08-09 13:04:52 +00:00
|
|
|
freetype.lib.so
|
2017-08-17 11:29:32 +00:00
|
|
|
glapi.lib.so
|
2013-08-09 13:04:52 +00:00
|
|
|
ld.lib.so
|
2018-04-23 08:49:21 +00:00
|
|
|
libc.lib.so vfs.lib.so
|
2016-03-06 14:21:23 +00:00
|
|
|
libc_pipe.lib.so
|
2013-08-09 13:04:52 +00:00
|
|
|
libm.lib.so
|
|
|
|
libpng.lib.so
|
|
|
|
jpeg.lib.so
|
2017-08-17 11:29:32 +00:00
|
|
|
mesa.lib.so
|
2017-05-22 12:50:09 +00:00
|
|
|
pcre16.lib.so
|
2013-08-09 13:04:52 +00:00
|
|
|
pthread.lib.so
|
2017-05-23 12:39:08 +00:00
|
|
|
qt5_component.lib.so
|
2013-08-09 13:04:52 +00:00
|
|
|
qt5_core.lib.so
|
|
|
|
qt5_gui.lib.so
|
|
|
|
qt5_widgets.lib.so
|
|
|
|
qt5_xml.lib.so
|
|
|
|
zlib.lib.so
|
|
|
|
stdcxx.lib.so
|
2014-08-12 16:08:06 +00:00
|
|
|
qt5_fs_calculatorform.tar
|
2013-08-09 13:04:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
build_boot_image $boot_modules
|
|
|
|
|
|
|
|
|
|
|
|
run_genode_until forever
|
2014-05-20 20:52:55 +00:00
|
|
|
|