Package Numpty Physics

This commit is contained in:
Emery Hemingway
2019-02-20 13:39:35 +01:00
parent 97ff910325
commit d4480964de
7 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
<runtime ram="64M" caps="192" binary="numptyphysics">
<requires>
<audio_out/>
<file_system/>
<nitpicker/>
<timer/>
<rtc/>
</requires>
<content>
<rom label="freetype.lib.so"/>
<rom label="jpeg.lib.so"/>
<rom label="ld.lib.so"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="libpng.lib.so"/>
<rom label="numptyphysics"/>
<rom label="numptyphysics_data.tar"/>
<rom label="sdl_image.lib.so"/>
<rom label="sdl.lib.so"/>
<rom label="sdl_ttf.lib.so"/>
<rom label="stdcxx.lib.so"/>
<rom label="vfs.lib.so"/>
<rom label="zlib.lib.so"/>
</content>
<config>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
<vfs>
<ram/>
<tar name="numptyphysics_data.tar" />
<dir name="dev">
<log/> <rtc/>
</dir>
<fs/>
</vfs>
</config>
</runtime>