Files
genode-world/recipes/pkg/gtotp_report/runtime
Emery Hemingway 6bd43a2df5 Depot package of gtotp_report
This package relies on its configuration to be supplied by a launcher
file or through the deploy configuration. How to protect the secret at
rest is an open issue.
2018-12-04 19:13:19 +01:00

15 lines
304 B
Plaintext

<runtime ram="4M" caps="128" binary="gtotp_report">
<requires> <report/> <rtc/> </requires>
<content>
<rom label="ld.lib.so"/>
<rom label="gtotp_report"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="stdcxx.lib.so"/>
<rom label="vfs.lib.so"/>
</content>
</runtime>