Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllFidlLibraries = []FidlLibrary{
{"fuchsia", "cobalt"},
{"fuchsia", "devicesettings"},
{"fuchsia", "hardware", "ethernet"},
{"fuchsia", "io"},
{"fuchsia", "ldsvc"},
{"fuchsia", "mem"},
{"fuchsia", "net"},
{"fuchsia", "process"},
{"fuchsia", "scpi"},
}
AllFidlLibraries lists all FIDL libraries.
Functions ¶
This section is empty.
Types ¶
type FidlLibrary ¶
type FidlLibrary []string
FidlLibrary is the fully-qualified name of a FIDL library.
func (FidlLibrary) PathToCompiledDir ¶
func (fidlLib FidlLibrary) PathToCompiledDir() string
PathToCompiledDir provides the path to compiled headers, relative to the out/<arch> directory.
func (FidlLibrary) PathToJSONIr ¶
func (fidlLib FidlLibrary) PathToJSONIr() string
PathToJSONIr provides the path to the JSON IR, relative to the out/<arch> directory.
Click to show internal directories.
Click to hide internal directories.