|
|
|
@ -15,12 +15,22 @@ in λ(testBinary : Genode.Prelude.Map.Entry Text Text)
|
|
|
|
|
, routes = [ Genode.ServiceRoute.parent "Timer" ] |
|
|
|
|
, config = |
|
|
|
|
Some |
|
|
|
|
( Genode.Prelude.XML.text |
|
|
|
|
'' |
|
|
|
|
<config> |
|
|
|
|
<cmdline>Hello_Solo5</cmdline> |
|
|
|
|
</config> |
|
|
|
|
'' |
|
|
|
|
( Genode.Prelude.XML.element |
|
|
|
|
{ name = "config" |
|
|
|
|
, attributes = |
|
|
|
|
[] : Genode.Prelude.Map.Type Text Text |
|
|
|
|
, content = |
|
|
|
|
[ Genode.Prelude.XML.element |
|
|
|
|
{ name = "cmdline" |
|
|
|
|
, attributes = |
|
|
|
|
[] : Genode.Prelude.Map.Type Text Text |
|
|
|
|
, content = |
|
|
|
|
[ Genode.Prelude.XML.text |
|
|
|
|
"Hello_Solo5" |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|