libretro-genode/src/server/nic_bus/runtime
Emery Hemingway c5817f347a Finalize binary packages using "include $(BIN_RULES)"
Rather than call a small macro without inputs or outputs,
": |> !bin |>", include a file that will perform some metadata checks
and invoke the !bin macro. In this way checks are extensible across
packages by simply adding them to the common $(BIN_RULES) file.
2019-04-27 20:18:13 +02:00

6 lines
187 B
Plaintext

<runtime ram="4M" caps="96" binary="nic_bus">
<provides> <nic/> </provides>
<content> <rom label="nic_bus"/> </content>
<config ld_verbose="yes"> <default-policy/></config>
</runtime>