Show_input utility for instrumenting Nitpicker input codes
This commit is contained in:
committed by
Norman Feske
parent
eea19f8386
commit
dc2786dfb1
2
recipes/pkg/show_input/README
Normal file
2
recipes/pkg/show_input/README
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
Utility to instrument key presses
|
||||
3
recipes/pkg/show_input/archives
Normal file
3
recipes/pkg/show_input/archives
Normal file
@@ -0,0 +1,3 @@
|
||||
_/src/libc
|
||||
_/src/vfs
|
||||
_/src/show_input
|
||||
1
recipes/pkg/show_input/hash
Normal file
1
recipes/pkg/show_input/hash
Normal file
@@ -0,0 +1 @@
|
||||
-
|
||||
24
recipes/pkg/show_input/runtime
Normal file
24
recipes/pkg/show_input/runtime
Normal file
@@ -0,0 +1,24 @@
|
||||
<runtime ram="32M" caps="256" binary="show_input">
|
||||
|
||||
<requires>
|
||||
<file_system/>
|
||||
<nitpicker/>
|
||||
</requires>
|
||||
|
||||
<content>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="libc.lib.so"/>
|
||||
<rom label="libm.lib.so"/>
|
||||
<rom label="show_input"/>
|
||||
<rom label="vfs.lib.so"/>
|
||||
</content>
|
||||
|
||||
<config>
|
||||
<vfs>
|
||||
<dir name="fonts">
|
||||
<fs label="fonts"/>
|
||||
</dir>
|
||||
</vfs>
|
||||
</config>
|
||||
|
||||
</runtime>
|
||||
2
recipes/src/show_input/content.mk
Normal file
2
recipes/src/show_input/content.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
SRC_DIR := src/app/show_input
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||
1
recipes/src/show_input/hash
Normal file
1
recipes/src/show_input/hash
Normal file
@@ -0,0 +1 @@
|
||||
-
|
||||
9
recipes/src/show_input/used_apis
Normal file
9
recipes/src/show_input/used_apis
Normal file
@@ -0,0 +1,9 @@
|
||||
base
|
||||
framebuffer_session
|
||||
gems
|
||||
input_session
|
||||
libc
|
||||
nitpicker_gfx
|
||||
nitpicker_session
|
||||
os
|
||||
vfs
|
||||
Reference in New Issue
Block a user