Searched refs:current_platform (Results 1 – 5 of 5) sorted by relevance
/build/ohos/packages/ |
D | BUILD.gn | 98 current_platform = _platform 99 current_platform_dir = "${product_output_dir}/$current_platform" 104 action_with_pydeps("${current_platform}_parts_list") { 120 current_platform, 132 ohos_sa_install_info("${current_platform}_sa_profile_install_info") { 133 deps = [ ":${current_platform}_parts_list" ] 134 _outputs = get_target_outputs(":${current_platform}_parts_list") 146 ohos_hisysevent_install_info("${current_platform}_hisysevent_install_info") { 147 deps = [ ":${current_platform}_parts_list" ] 148 _outputs = get_target_outputs(":${current_platform}_parts_list") [all …]
|
D | parts_install_info.py | 27 def get_platform_parts(current_platform, platforms_parts_file): argument 31 platform_parts = all_platforms_parts.get(current_platform) 58 current_platform_parts = get_platform_parts(args.current_platform,
|
/build/ohos/sa_profile/ |
D | sa_profile.gni | 91 assert(defined(invoker.current_platform)) 96 "current_platform", 120 action_with_pydeps("sa_profile_src_${current_platform}") { 140 _sa_profile_binary_target = "sa_profile_binary_${current_platform}" 144 deps += [ ":sa_profile_src_${current_platform}" ] 178 ":sa_profile_binary_${current_platform}", 179 ":sa_profile_src_${current_platform}",
|
/build/ohos/images/ |
D | BUILD.gn | 193 current_platform = _platform 194 current_platform_dir = "${product_output_dir}/$current_platform"
|
/build/hb/services/ |
D | loader.py | 741 def _get_real_part_name(self, original_part_name, current_platform, parts_variants): argument 745 if current_platform in part_info and current_platform != 'phone': 746 real_name = '{}_{}'.format(original_part_name, current_platform)
|