depot: runtime pkg for rom_reporter

This commit is contained in:
Norman Feske 2018-04-06 15:24:00 +02:00 committed by Christian Helmuth
parent 0f3a507691
commit fcae056c84
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Runtime for deploying the ROM-reporter component from the depot

View File

@ -0,0 +1 @@
_/src/rom_reporter

View File

@ -0,0 +1 @@
2018-04-04 153fafe5c232bd7fcf6f92bb2a8dddfbbde3459a

View File

@ -0,0 +1,12 @@
<runtime ram="1M" caps="100" binary="rom_reporter">
<requires> <rom/> <report/> </requires>
<config/>
<content>
<rom label="ld.lib.so"/>
<rom label="rom_reporter"/>
</content>
</runtime>