Lines Matching refs:info
49 info = IoUtil.read_json_file(config_path)
50 product_name = info.get('product_name')
51 if info.get('product_path'):
53 config.root_path, info.get('product_path'))
65 'version': info.get('version', '3.0'),
66 'os_level': info.get('type', "mini"),
67 'build_out_path': info.get('build_out_path'),
69 info.get('subsystem_config_json'),
73 'component_type': info.get('component_type', '')
81 'version': info.get('version', '3.0'),
82 'os_level': info.get('type', "mini"),
83 'build_out_path': info.get('build_out_path'),
85 info.get('subsystem_config_json'),
87 'component_type': info.get('component_type', '')
100 info = IoUtil.read_json_file(config_path)
101 product_name = info.get('product_name')
108 'version': info.get('version', '3.0'),
109 'os_level': info.get('type', "mini"),
111 'component_type': info.get('component_type', '')
121 info = IoUtil.read_json_file(config_path)
127 'version': info.get('version', '2.0'),
128 'os_level': info.get('type', 'standard'),
130 'component_type': info.get('component_type', '')
142 info = IoUtil.read_json_file(config_path)
148 'version': info.get('version', '2.0'),
149 'os_level': info.get('type', 'standard'),
151 'component_type': info.get('component_type', '')
157 info = IoUtil.read_json_file(product_json)
159 version = info.get('version', '3.0')
162 device_company = info.get('device_company')
163 board = info.get('board')
164 _board_path = info.get('board_path')
177 if info.get('board_config_path'):
179 info.get('board_config_path'))
182 'board': info.get('board'),
183 'kernel': info.get('kernel_type'),
184 'kernel_version': info.get('kernel_version'),
185 'company': info.get('device_company'),
188 'target_cpu': info.get('target_cpu'),
189 'target_os': info.get('target_os'),
190 'support_cpu': info.get('support_cpu'),