| digraph { |
| stylesheet = "/frameworks/g3doc/includes/graphviz-style.css" |
| test_realm -> debian_realm [ |
| label="\ |
| f.kernel.VmexResource\n\ |
| f.sysmem.Allocator\n\ |
| f.tracing.provider.Registry" |
| ] |
| test_ui_stack -> debian_realm [ |
| label="\ |
| fui.composition.Allocator\n\ |
| fui.composition.Flatland\n\ |
| fui.display.singleton.Info\n\ |
| f.element.GraphicalPresenter" |
| ] |
| debian_realm -> test_realm [label="f.component.Realm"] |
| debian_container -> debian_realm [label="f.component.Realm"] |
| debian_realm -> starnix_kernel [ |
| label="\ |
| /dev/gpu\n\ |
| f.kernel.Stats\n\ |
| f.kernel.VmexResource\n\ |
| f.sysmem.Allocator\n\ |
| f.sysmem2.Allocator\n\ |
| f.tracing.provider.Registry\n\ |
| f.vulkan.loader.Loader\n\ |
| fui.composition.Allocator\n\ |
| fui.composition.Flatland\n\ |
| fui.display.singleton.Info" |
| ] |
| debian_realm -> debian_container [label="f.element.GraphicalPresenter"] |
| debian_container -> launch_input [label="f.element.GraphicalPresenter"] |
| } |