Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 37) sorted by relevance

12

/build/tools/component_tools/static_check/bundle_check/
Dbundle_json_check.py305 component = self.__json.get('component')
307 self._check_component_name(component, component_line, bundle_error_component)
308 self._check_component_subsystem(component, component_line, bundle_error_component)
309 self._check_component_syscap(component, bundle_error_component)
310 self._check_component_ast(component, component_line, bundle_error_component)
311 self._check_component_rom(component, component_line, bundle_error_component)
312 self._check_component_ram(component, component_line, bundle_error_component)
313 self._check_component_deps(component, component_line, bundle_error_component)
318 def _check_component_name(self, component, component_line, bundle_error_component): argument
319 if 'name' not in component:
[all …]
Dget_subsystem_with_component.py77 for component in subsystem_v:
78 for key, value in component.items():
Dreadme.md44 |arkui|ace_engine_lite|founation/arkui/ace_engine_lite/bundle.json|规则2.1 部件描述文件中字段须准确|component:nam…
/build/tools/component_tools/static_check/
Dreadme.md44 …m/openharmony/docs/blob/master/zh-cn/device-dev/subsystems/subsys-build-component-building-rules.m…
61 - component:name
66 - component:subsystem
71 - component:syscap
75 - component:features
80 - component:adapted_system_type
85 - component:rom
90 - component:ram
95 - component:deps
115 "component": {
[all …]
/build/lite/
DBUILD.gn54 # Step 5: Check whether the component configured by product is exist.
58 if (product_configed_component.component == part_name) {
65 …"Component \"${product_configed_component.component}\" not found" + ", please check your product c…
71 # Step 6.1: Skip component which not configured by product.
72 if (part_name == product_configed_component.component) {
77 …"Invalid component configed, ${subsystem_name}:${product_configed_component.component} " + "not av…
79 # Step 6.1.2: Add valid component for compiling.
86 product_configed_component.component) {
88 if (product_configed_component.component == "liteos_m") {
93 } else if (product_configed_component.component ==
[all …]
/build/tools/component_tools/
Dparse_kconf.py42 for component in item.get(COMPONENT_LIST):
43 component_name = component.get(COMPONENT)
58 for component, _ in components.items():
59 config_component_list.append(component)
134 component = items.get(COMPONENT)
143 subsys_conf.get(subsys)[component] = features
158 for component, features in components.items():
159 component_element = {COMPONENT: component, FEATRUES: features}
/build/hb/util/
Dcomponent_util.py64 for component in os.listdir(file_path):
65 … if os.path.isdir(os.path.join(file_path, component)) and component == component_name:
67 os.path.join(file_path, component, "BUILD.gn"))
/build/docs/
D部件化编译最佳实践.md44 "component": "partName",
62 "component": {
225 "component": {
240component下加入syscap这一关键字,内部配置相应的系统能力,系统能力若无赋值,则默认为true,若有赋值,则按实际值为准。若值为true,则表示该部件默认开启此系统能力,若值为fals…
253 "component": "wifi",
Dproduct-configuration.md31 …{ "component": "ability", "features":[ "enable_ohos_appexecfwk_feature_ability = true" ] } # 选择的…
Dcmake转gn指导文档.md249 "component": {
296 "component": "hello",
Dhow-to-add-a-build-parameter.md5 2. loader:子系统、部件和模块信息加载。以编译产品名称和preloader的输出作为输入,加载对应的subsystem、component、module/part等配置信息,以文本文件方式输…
/build/lite/config/component/
Dlite_component.gni70 # Defines a component
77 # [list of scopes] Defines all features in the component.
95 # add component deps
100 # add component features
132 # external component build log
136 # external component error log if compile failed
/build/
DREADME_zh.md192 "component": { # 部件属性
212 …bundle.json文件定义了子系统包含的部件。每个部件定义它所包含的模块目标component.build.sub_component,以及部件间交互的接口component.build.in…
213 测试用例component.build.test_list。部件包含的 模块目标component.build.sub_component是必须要说明的。
271 { "component": "ace_engine_lite", "features":[""] }
/build/lite/testfwk/
Dgen_testfwk_info.py63 for component in list_components:
64 component_name = component["component"]
/build/tests/unittest/part_replace/testpart/origin_component_override/feature1/
DBUILD.gn28 # Override component would not be installed, so this target must belong to origin component.
/build/config/gcc/
DBUILD.gn58 # This is required for component builds since the build generates many shared
62 # In non-component builds, certain test binaries may expect to load dynamic
109 # See the rpath_for... config above for why this is necessary for component
/build/lite/config/subsystem/hiviewdfx/
DBUILD.gn14 import("//build/lite/config/component/lite_component.gni")
/build/hb/util/loader/
Dload_ohos_build.py604 for component in components_name:
605 if component['component'] in list(subsystem_compoents_whitelist_info.keys()):
607 overrided_components_name = '{}_{}'.format(component['component'], 'override')
608 if component['component'] in list(part_subsystem_component_info.keys()) \
612 if subsystem_name == component['component']:
617 name = component['component']
618 …message = "find component {} failed, please check it in {}.".format(component['component'], config…
/build/lite/config/component/openssl/
DBUILD.gn16 import("//build/lite/config/component/lite_component.gni")
/build/lite/config/component/cJSON/
DBUILD.gn16 import("//build/lite/config/component/lite_component.gni")
/build/hb/
DREADME.md33 2. **hb build**: Build the product, development board, or component. The process to build the solu…
163 … Default:False. Help:statistics on the actual rom size for each compiled component
172 …--skip-partlist-check Default:False. Help:Skip the subsystem and component check in partlist file
176 …- You can run **hb build** _\{component\}_ to build product components separately based on the…
177 … - You can run **hb build** _\{component_test\}_ to build product component tests separately.
180 …n the component directory, it will detect whether bundle.json exists in the current directory. If …
/build/hb/services/
Dloader.py837 component = read_json_file(build_file).get("component")
839 … if (not component) or (not all(key in component for key in ("subsystem", "name", "override"))):
848 …if self._override_one_component(self._subsystem_info, component, build_file, all_parts, overrided_…
862 …def _override_one_component(self, subsystem_info, component, build_file, all_parts, overrided_comp… argument
867 splits = component["override"].split(":")
910 component_override_map[overrided_component] = component["name"]
/build/config/
Dallocator.gni45 "The allocator shim doesn't work for the component build on Windows.")
/build/lite/config/component/zlib/
DBUILD.gn16 import("//build/lite/config/component/lite_component.gni")
/build/rust/
DBUILD.gn14 #This was originally a compilation entry, but now "default" is added to the component dependency of…

12