Home
last modified time | relevance | path

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

/ohos5.0/build/hb/util/
H A Dproduct_util.py156 def get_device_info(product_json: str):
197 def get_all_components(product_json: str):
198 if not os.path.isfile(product_json):
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):
232 product_json).get('inherit', [])]
234 files.append(product_json)
270 def get_features_dict(product_json: str):
[all …]
/ohos5.0/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)
/ohos5.0/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
387 self.product_json = config_content.get('product_json', None)
/ohos5.0/build/hb/util/preloader/
H A Dpreloader_process_data.py100 self._config_file = config.product_json
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-cst85f01-combo-demo.md96 "product_json": "/home/openharmony/vendor/chipsea/iotlink_demo/config.json",
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-cst85f01-combo-demo.md94 "product_json": "/home/openharmony/vendor/chipsea/iotlink_demo/config.json",