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.
15 lines
304 B
Plaintext
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>
|