mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 05:41:36 +00:00
Add test-audio_out pkg recipe
This commit is contained in:
parent
14d0b72f52
commit
aed3b6c6be
1
repos/os/recipes/pkg/test-audio_out/README
Normal file
1
repos/os/recipes/pkg/test-audio_out/README
Normal file
@ -0,0 +1 @@
|
||||
Test for the Audio_out session
|
2
repos/os/recipes/pkg/test-audio_out/archives
Normal file
2
repos/os/recipes/pkg/test-audio_out/archives
Normal file
@ -0,0 +1,2 @@
|
||||
_/src/test-audio_out
|
||||
cnuke/raw/test-audio_out/2022-11-21
|
1
repos/os/recipes/pkg/test-audio_out/hash
Normal file
1
repos/os/recipes/pkg/test-audio_out/hash
Normal file
@ -0,0 +1 @@
|
||||
2022-11-22-c d3bc04cf7eb9af89a85330427c069faa55422d70
|
16
repos/os/recipes/pkg/test-audio_out/runtime
Normal file
16
repos/os/recipes/pkg/test-audio_out/runtime
Normal file
@ -0,0 +1,16 @@
|
||||
<runtime ram="16M" caps="150" binary="test-audio_out">
|
||||
|
||||
<requires>
|
||||
<audio_out/>
|
||||
<rom label="sample.raw"/>
|
||||
</requires>
|
||||
|
||||
<config>
|
||||
<filename>sample.raw</filename>
|
||||
</config>
|
||||
|
||||
<content>
|
||||
<rom label="test-audio_out"/>
|
||||
</content>
|
||||
|
||||
</runtime>
|
2
repos/os/recipes/src/test-audio_out/content.mk
Normal file
2
repos/os/recipes/src/test-audio_out/content.mk
Normal file
@ -0,0 +1,2 @@
|
||||
SRC_DIR = src/test/audio_out
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
1
repos/os/recipes/src/test-audio_out/hash
Normal file
1
repos/os/recipes/src/test-audio_out/hash
Normal file
@ -0,0 +1 @@
|
||||
2022-11-22-c a739f62ca548c5a6092bc6b6b1309a210afebab0
|
3
repos/os/recipes/src/test-audio_out/used_apis
Normal file
3
repos/os/recipes/src/test-audio_out/used_apis
Normal file
@ -0,0 +1,3 @@
|
||||
base
|
||||
os
|
||||
audio_out_session
|
Loading…
x
Reference in New Issue
Block a user