Rename nit_fb to gui_fb

Issue genodelabs/genode#3778
This commit is contained in:
Norman Feske
2020-06-19 14:35:27 +02:00
parent af3ad71d80
commit 4cd8b212b2
6 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ config node. The default is 200 milliseconds.
An example of injecting delay into VirtualBox:
! <start name="nit_fb">
! <start name="gui_fb">
! <resource name="RAM" quantum="8M" />
! <provides>
! <service name="Framebuffer" />
@@ -24,7 +24,7 @@ An example of injecting delay into VirtualBox:
! <config period_ms="150"/>
! <route>
! <any-service>
! <child name="nit_fb"/>
! <child name="gui_fb"/>
! <parent/>
! <any-child/>
! </any-service>
@@ -39,9 +39,9 @@ An example of injecting delay into VirtualBox:
! <route>
! <any-service>
! <child name="input_normalizer"/>
! <child name="nit_fb"/>
! <child name="gui_fb"/>
! <parent/>
! <any-child/>
! </any-service>
! </route>
! </start>
! </start>