mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00:00
os: depot recipe for pkg/test-capture
This package allows for experimenting with the capture-session interface.
This commit is contained in:
parent
3d432331b9
commit
d2fc834bfa
2
repos/os/recipes/pkg/test-capture/README
Normal file
2
repos/os/recipes/pkg/test-capture/README
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
Test for the capture session interface
|
1
repos/os/recipes/pkg/test-capture/archives
Normal file
1
repos/os/recipes/pkg/test-capture/archives
Normal file
@ -0,0 +1 @@
|
||||
_/src/test-capture
|
1
repos/os/recipes/pkg/test-capture/hash
Normal file
1
repos/os/recipes/pkg/test-capture/hash
Normal file
@ -0,0 +1 @@
|
||||
2021-03-18 a3444f5e7ca47b5aef0ef9cf0f6e9de16a86a275
|
14
repos/os/recipes/pkg/test-capture/runtime
Normal file
14
repos/os/recipes/pkg/test-capture/runtime
Normal 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>
|
2
repos/os/recipes/src/test-capture/content.mk
Normal file
2
repos/os/recipes/src/test-capture/content.mk
Normal file
@ -0,0 +1,2 @@
|
||||
SRC_DIR = src/test/capture
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
1
repos/os/recipes/src/test-capture/hash
Normal file
1
repos/os/recipes/src/test-capture/hash
Normal file
@ -0,0 +1 @@
|
||||
2021-03-18 219496156325f2a930e2b77327616093677988a2
|
7
repos/os/recipes/src/test-capture/used_apis
Normal file
7
repos/os/recipes/src/test-capture/used_apis
Normal file
@ -0,0 +1,7 @@
|
||||
base
|
||||
os
|
||||
blit
|
||||
gui_session
|
||||
input_session
|
||||
framebuffer_session
|
||||
capture_session
|
Loading…
x
Reference in New Issue
Block a user