hello: condition config for various base platforms

This commit is contained in:
Christian Helmuth 2015-06-17 17:08:06 +02:00
parent ed88d3aa13
commit a844743a2e
2 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,14 @@
<service name="LOG"/> <service name="LOG"/>
<service name="RM"/> <service name="RM"/>
<service name="SIGNAL"/> <service name="SIGNAL"/>
<!-- some timer implementations need kernel info pages -->
<service name="ROM"/>
<!-- hardware-based timers need I/O resources -->
<service name="IO_MEM"/>
<service name="IO_PORT"/>
<service name="IRQ"/>
</parent-provides> </parent-provides>
<default-route> <default-route>
<any-service> <parent/> <any-child/> </any-service> <any-service> <parent/> <any-child/> </any-service>

View File

@ -17,6 +17,14 @@ install_config {
<service name="LOG"/> <service name="LOG"/>
<service name="RM"/> <service name="RM"/>
<service name="SIGNAL"/> <service name="SIGNAL"/>
<!-- some timer implementations need kernel info pages -->
<service name="ROM"/>
<!-- hardware-based timers need I/O resources -->
<service name="IO_MEM"/>
<service name="IO_PORT"/>
<service name="IRQ"/>
</parent-provides> </parent-provides>
<default-route> <default-route>
<any-service> <parent/> <any-child/> </any-service> <any-service> <parent/> <any-child/> </any-service>