Home
last modified time | relevance | path

Searched refs:target_type (Results 1 – 25 of 65) sorted by relevance

123

/ohos5.0/build/templates/metadata/
H A Dwrite_meta_data.py62 def all(self, target_type): argument
95 for target_type in ['app_profile']:
97 if root.get(target_type):
98 root.get(target_type).extend(dep[target_type])
101 root[target_type] = dep[target_type]
112 root[target_type] = []
123 if root.get(target_type):
124 root.get(target_type).extend(dep[target_type])
127 root[target_type] = dep[target_type]
134 target_type = 'unresolved_assets'
[all …]
/ohos5.0/build/lite/config/component/
H A Dlite_component.gni17 assert(defined(invoker.target_type), "Library target_type is required.")
19 target_type = invoker.target_type
20 shared_lib = target_type == "shared_library"
39 target(target_type, target_name) {
81 if (!defined(invoker.target_type)) {
82 target_type = "group"
84 target_type = "group"
86 target_type = invoker.target_type
88 assert(target_type != "")
90 target(target_type, target_name) {
[all …]
/ohos5.0/build/ohos/update/
H A Dcheck_abi_and_copy_deps.py66 target_type = get_value_from_file("deps_data", element, "type", False)
67 if target_type == "Unknown":
69 elif target_type == "shared_library" or target_type == "etc":
151 target_type = get_value_from_file("deps_data", element, "type")
152 if target_type == "etc":
166 if target_type == "shared_library":
168 elif target_type == "executable":
185 target_type = get_value_from_file("deps_data", element, "type")
186 if target_type == "etc":
188 elif target_type == "executable":
[all …]
/ohos5.0/build/scripts/
H A Dinterface_mgr.py93 for target_type in target_types:
94 target_type_dir = os.path.join(sdk_base_dir, target_type)
95 if not os.path.isdir(target_type_dir) or target_type.startswith(
99 if target_type == 'java':
102 if target_type not in target_type_allowlist:
105 self._gen_checkfile(check_file_dir, target_type_dir, target_type)
137 def _gen_checkfile(self, check_file_dir: str, target_type_dir: str, target_type: str):
141 if not os.path.isdir(subsystem_dir) or target_type.startswith(
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/
H A DBUILD.gn63 target_type = "static_library"
65 target_type = "shared_library"
102 target_type = "static_library"
104 target_type = "shared_library"
157 target_type = "static_library"
159 target_type = "shared_library"
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/
H A Dhc_gen.gni17 target_type = "action"
19 target_type = "action_foreach"
28 target(target_type, target_name) {
67 if (target_type == "action") {
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/file_source/
H A DBUILD.gn68 target_type = "static_library"
70 target_type = "shared_library"
78 target_type = "static_library"
80 target_type = "shared_library"
/ohos5.0/build/templates/rust/
H A Dohos_cargo_crate.gni79 "target_type",
146 target_type = "ohos_executable"
149 target_type = "rust_proc_macro"
152 target_type = "ohos_rust_library"
291 target_type = "ohos_executable"
/ohos5.0/build/ohos/common/
H A DBUILD.gn18 target_type = "${target_os}-${target_cpu}"
19 dist_dir_name = "component_dist/${target_type}"
21 # dist_build_out_dir = "${root_build_dir}/component_dist/${target_type}"
/ohos5.0/build/ohos/packages/
H A Dkernel_permission.py107 target_type = info.get("type")
110 if target_type == "lib" and target_name.startswith("lib"):
112 elif target_type == "lib" and not target_name.startswith("lib"):
/ohos5.0/build/
H A Dohos_var.gni255 target_type = "${target_os}-${target_cpu}"
265 innersdk_dir_name = "sdk/${target_type}"
280 innersdk_build_out_dir = "innerkits/${target_type}"
282 dist_dir_name = "component_dist/${target_type}"
283 dist_build_out_dir = "${root_build_dir}/component_dist/${target_type}"
/ohos5.0/commonlibrary/utils_lite/kal/timer/
H A DBUILD.gn18 target_type = "static_library"
20 target_type = "shared_library"
/ohos5.0/commonlibrary/utils_lite/js/builtin/common/
H A DBUILD.gn20 target_type = "static_library"
22 target_type = "shared_library"
/ohos5.0/commonlibrary/utils_lite/timer_task/
H A DBUILD.gn18 target_type = "static_library"
20 target_type = "shared_library"
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/
H A DBUILD.gn119 target_type = "static_library"
121 target_type = "shared_library"
167 target_type = "static_library"
169 target_type = "shared_library"
/ohos5.0/base/hiviewdfx/hilog_lite/command/
H A DBUILD.gn21 target_type = "static_library"
34 target_type = "shared_library"
/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/
H A DBUILD.gn21 target_type = "static_library"
23 target_type = "shared_library"
/ohos5.0/commonlibrary/utils_lite/js/builtin/kvstorekit/
H A DBUILD.gn21 target_type = "static_library"
23 target_type = "shared_library"
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
H A DBUILD.gn33 target_type = "static_library"
35 target_type = "shared_library"
/ohos5.0/build/lite/config/component/cJSON/
H A DBUILD.gn37 target_type = "static_library"
43 target_type = "shared_library"
/ohos5.0/build/lite/config/component/openssl/
H A DBUILD.gn40 target_type = "shared_library"
46 target_type = "static_library"
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/
H A DBUILD.gn20 target_type = "static_library"
22 target_type = "shared_library"
/ohos5.0/foundation/multimedia/media_utils_lite/
H A DBUILD.gn18 target_type = "static_library"
20 target_type = "shared_library"
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/
H A DBUILD.gn39 target_type = "static_library"
41 target_type = "shared_library"
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/
H A DBUILD.gn27 target_type = "static_library"
29 target_type = "shared_library"

123