Home
last modified time | relevance | path

Searched refs:COMPONENT (Results 1 – 1 of 1) sorted by relevance

/build/tools/component_tools/
Dparse_kconf.py25 COMPONENT = "component" variable
43 component_name = component.get(COMPONENT)
85 items[COMPONENT] = arr[2].split("=")[0]
94 items[TYPE] = COMPONENT
96 items[COMPONENT] = arr[1].split("=")[0]
112 COMPONENT: None,
134 component = items.get(COMPONENT)
140 elif conf_type == FEATRUE or conf_type == COMPONENT:
159 component_element = {COMPONENT: component, FEATRUES: features}