Runtime for block_shred

This commit is contained in:
Ehmry - 2019-03-31 22:47:22 +02:00
parent bd52c1357f
commit 7d84ca521d
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,9 @@
TARGET_NAME = block_shred
PKG_DEPENDS += \
@(PUBLIC_SRC_BLOCK_SHRED) \
include_rules
: runtime |> !collect_pkg_runtime |>
: |> !pkg |>

View File

@ -0,0 +1,5 @@
<runtime ram="4M" caps="512" binary="block_shred">
<requires> <block/> </requires>
<content> <rom label="block_shred"/> </content>
<config/>
</runtime>