1094332d3Sopenharmony_cideclare_args() {
2094332d3Sopenharmony_ci  drivers_peripheral_motion_feature_community = true
3094332d3Sopenharmony_ci  drivers_peripheral_motion_feature_model = false
4094332d3Sopenharmony_ci
5094332d3Sopenharmony_ci  motion_c_utils_enable = true
6094332d3Sopenharmony_ci  if (defined(global_parts_info) &&
7094332d3Sopenharmony_ci      !defined(global_parts_info.commonlibrary_c_utils)) {
8094332d3Sopenharmony_ci    motion_c_utils_enable = false
9094332d3Sopenharmony_ci  }
10094332d3Sopenharmony_ci}
11