mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
fc902b797e
This patch supplements 'runtime' files to several pkg archives, which thereby become deployable by the depot_deploy tool. Issue #2676
14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
<config>
|
|
<libc/>
|
|
<vfs>
|
|
<rom name="genode_logo.png"/>
|
|
<rom name="grid.png"/>
|
|
<rom name="sticks_blue.png"/>
|
|
</vfs>
|
|
<fill color="#223344" />
|
|
<image png="sticks_blue.png" scale="zoom" anchor="bottom_left" alpha="200"/>
|
|
<image png="grid.png" tiled="yes" alpha="200" />
|
|
<image png="genode_logo.png" anchor="bottom_right" alpha="150"
|
|
xpos="-20" ypos="-20" />
|
|
</config>
|