Searched defs:CoreModuleInfoJSON (Results 1 – 1 of 1) sorted by relevance
12 type CoreModuleInfoJSON struct { struct13 RegisterName string `json:"-"`14 …h []string `json:"path,omitempty"` // $(sort $(ALL_MODULES.$(m).PATH))15 …d []string `json:"installed,omitempty"` // $(sort $(ALL_MODULES.$(m).INSTALLED))16 …duleName string `json:"module_name,omitempty"` // $(ALL_MODULES.$(m).MODULE_NAME)17 … []string `json:"supported_variants,omitempty"` // $(sort $(ALL_MODULES.$(m).SUPPORTED_VARIANTS))18 …ing `json:"host_dependencies,omitempty"` // $(sort $(ALL_MODULES.$(m).HOST_REQUIRED_FROM_TARGET))19 …ing `json:"target_dependencies,omitempty"` // $(sort $(ALL_MODULES.$(m).TARGET_REQUIRED_FROM_HOST))20 … []string `json:"data,omitempty"` // $(sort $(ALL_MODULES.$(m).TEST_DATA))21 …[]string `json:"required,omitempty"` // $(sort $(ALL_MODULES.$(m).REQUIRED_FROM_TARGET))[all …]