2
0
Fork 0
genodepkgs/tests/solo5/time.dhall

16 lines
304 B
Plaintext
Raw Normal View History

2019-10-22 19:20:26 +02:00
let Genode = env:DHALL_GENODE
2020-04-13 20:26:01 +02:00
let Init = Genode.Init
2020-01-17 19:27:04 +01:00
2020-04-13 20:26:01 +02:00
let Child = Init.Child
let solo5 =
Child.flat
Child.Attributes::{
, binary = "solo5-test_time"
, exitPropagate = True
, resources = Init.Resources::{ caps = 256, ram = Genode.units.MiB 3 }
}
2020-04-13 20:26:01 +02:00
in solo5