os: depot recipe for pkg/test-capture

This package allows for experimenting with the capture-session
interface.
This commit is contained in:
Norman Feske 2021-03-18 15:10:08 +01:00
parent 3d432331b9
commit d2fc834bfa
7 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Test for the capture session interface

View File

@ -0,0 +1 @@
_/src/test-capture

View File

@ -0,0 +1 @@
2021-03-18 a3444f5e7ca47b5aef0ef9cf0f6e9de16a86a275

View File

@ -0,0 +1,14 @@
<runtime ram="8M" caps="200" binary="test-capture">
<requires> <gui/> <capture/> <timer/> </requires>
<config period_ms="20" width="1024" height="768">
<view/>
</config>
<content>
<rom label="ld.lib.so"/>
<rom label="test-capture"/>
</content>
</runtime>

View File

@ -0,0 +1,2 @@
SRC_DIR = src/test/capture
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@ -0,0 +1 @@
2021-03-18 219496156325f2a930e2b77327616093677988a2

View File

@ -0,0 +1,7 @@
base
os
blit
gui_session
input_session
framebuffer_session
capture_session