Add backdrop runtime

This commit is contained in:
Ehmry - 2019-03-05 20:00:47 +01:00
parent 9761ae85c9
commit 40efbeafdb
6 changed files with 32 additions and 0 deletions

3
.gitmodules vendored
View File

@ -91,3 +91,6 @@
[submodule "nimble/spry_genode"]
path = nimble/spry_genode
url = git@github.com:ehmry/spry_genode.git
[submodule "nimble/carn"]
path = nimble/carn
url = git@github.com:ehmry/fibonacci.git

1
nimble/carn Submodule

@ -0,0 +1 @@
Subproject commit 1e572f2b9bb5847e62357053b55123bbfb3b09a7

View File

@ -0,0 +1,5 @@
include_rules
: archives |> !archives_to_depot |>
: runtime |> !runtime_to_depot |>
: backdrop.png |> !raw_to_depot |>

2
runtimes/backdrop/archives Executable file
View File

@ -0,0 +1,2 @@
nfeske/pkg/backdrop/2019-02-22
@DEPOT_USER@/raw/backdrop/@DEPOT_VERSION@

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

21
runtimes/backdrop/runtime Executable file
View File

@ -0,0 +1,21 @@
<runtime ram="64M" caps="300" binary="backdrop" >
<requires> <nitpicker/> </requires>
<content>
<rom label="backdrop"/>
<rom label="backdrop.png"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="libpng.lib.so"/>
<rom label="vfs.lib.so"/>
<rom label="zlib.lib.so"/>
</content>
<config>
<libc/>
<vfs> <rom name="backdrop.png"/> </vfs>
<image png="backdrop.png" scale="zoom"/>
</config>
</runtime>