[bootsvc] Add fuchsia.boot.RootJob service
This allows processes further down the job-hierarchy to be able to get access to the RootJob. This is useful for processes such as the devcoordinator (once component_manager is in place) and utilities like ps. Eventually, we will want to further limit or entirely get rid of this interface. That will happen once component_manager is in place. ZX-4002 ZX-4072 Change-Id: I4b1e75a7841a04ea2cc7da374e42257d4802e619
Showing
- zircon/system/core/bootsvc/TESTING 3 additions, 3 deletionszircon/system/core/bootsvc/TESTING
- zircon/system/core/bootsvc/integration-test.cpp 23 additions, 0 deletionszircon/system/core/bootsvc/integration-test.cpp
- zircon/system/core/bootsvc/main.cpp 2 additions, 0 deletionszircon/system/core/bootsvc/main.cpp
- zircon/system/core/bootsvc/svcfs-service.cpp 22 additions, 0 deletionszircon/system/core/bootsvc/svcfs-service.cpp
- zircon/system/core/bootsvc/svcfs-service.h 3 additions, 0 deletionszircon/system/core/bootsvc/svcfs-service.h
- zircon/system/fidl/fuchsia-boot/BUILD.gn 1 addition, 0 deletionszircon/system/fidl/fuchsia-boot/BUILD.gn
- zircon/system/fidl/fuchsia-boot/root-job.fidl 14 additions, 0 deletionszircon/system/fidl/fuchsia-boot/root-job.fidl
Loading
Please register or sign in to comment