mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
8ff75346dd
This patch moves the <content> <rom/> ... </content> declarations that refer to pkg/backdrop to the runtime file of pkg/backdrop. Issue #3981
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
<runtime ram="76M" caps="300" binary="backdrop" config="backdrop.config">
|
|
|
|
<requires> <gui/> </requires>
|
|
|
|
<content>
|
|
<rom label="backdrop.config"/>
|
|
<rom label="sticks_blue.png"/>
|
|
<rom label="grid.png"/>
|
|
<rom label="genode_logo.png"/>
|
|
</content>
|
|
|
|
</runtime>
|