Home
last modified time | relevance | path

Searched refs:product_json (Results 1 - 5 of 5) sorted by relevance

/build/hb/util/
H A Dproduct_util.py156 def get_device_info(product_json: str):
157 info = IoUtil.read_json_file(product_json)
193 raise OHOSException(f'wrong version number in {product_json}')
197 def get_all_components(product_json: str):
198 if not os.path.isfile(product_json):
199 raise OHOSException(f'features {product_json} not found')
204 product_json).get('inherit', [])]
206 files.append(product_json)
225 def get_features(product_json: str):
226 if not os.path.isfile(product_json)
[all...]
/build/hb/resolver/
H A Dset_args_resolver.py53 config.product_json = product_info.get('config')
61 device_info = ProductUtil.get_device_info(config.product_json)
H A Dbuild_args_resolver.py93 features_dict = ProductUtil.get_features_dict(config.product_json)
/build/hb/resources/
H A Dconfig.py123 def product_json(self): member in Config
126 @product_json.setter
127 def product_json(self, value: str): member in Config
129 self.config_update('product_json', self._product_json)
387 self.product_json = config_content.get('product_json', None)
/build/hb/util/preloader/
H A Dpreloader_process_data.py100 self._config_file = config.product_json

Completed in 4 milliseconds