Show_input utility for instrumenting Nitpicker input codes

This commit is contained in:
Emery Hemingway
2018-10-09 17:38:02 +02:00
committed by Norman Feske
parent eea19f8386
commit dc2786dfb1
9 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
Utility to instrument key presses

View File

@@ -0,0 +1,3 @@
_/src/libc
_/src/vfs
_/src/show_input

View File

@@ -0,0 +1 @@
-

View 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>

View File

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

View File

@@ -0,0 +1 @@
-

View File

@@ -0,0 +1,9 @@
base
framebuffer_session
gems
input_session
libc
nitpicker_gfx
nitpicker_session
os
vfs