Searched refs:company (Results 1 – 10 of 10) sorted by relevance
/build/hb/util/ |
D | product_util.py | 39 for company in os.listdir(_ext_scan_path): 40 company_path = os.path.join(_ext_scan_path, company) 61 'company': company, 77 'company': company, 90 for company in os.listdir(config.vendor_path): 91 company_path = os.path.join(config.vendor_path, company) 104 'company': company, 305 def get_product_info(product_name: str, company=None): argument 309 if company: 310 if cur_company == company and cur_product == product_name:
|
/build/docs/ |
D | product-configuration.md | 7 产品配置文件放置在vendor目录下,具体目录为:vendor/${company}/${product_name}/config.json。 9 三方厂商如果需要新加一款产品,直接在vendor/${company}目录下新增产品目录即可。
|
D | 部件化编译最佳实践.md | 242 产品配置系统能力是为了方便某个特定产品是否要打开或关闭特定的系统能力,若无配置,则以部件侧的配置为准,产品配置系统能力的位置在vender/{company}/{product}/config.js…
|
/build/hb/util/preloader/ |
D | parse_vendor_product_config.py | 123 def get_product_config(config_dir, product_name, company): argument 124 company_path = os.path.join(config_dir, company) 151 options.company)
|
/build/tools/ |
D | product_config_version_convert.py | 29 company = data["product_company"] 32 path_str = "../../vendor/" + company + "/" + name
|
/build/hb/services/ |
D | menu.py | 114 company = product_info['company'] 116 if company_separator is None or company_separator != company: 117 company_separator = company 122 company)] = product_info
|
/build/hb/ |
D | README_zh.md | 36 - 调用ninja:调用ninja -C out/company/product启动编译。
|
D | README.md | 36 - **Running Ninja**: Run **ninja -C out/company/product** to start build.
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_C | 1173 # (such as a company or product suite) can be grouped.
|
D | Doxyfile_CPP | 1173 # (such as a company or product suite) can be grouped.
|