mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
cd7150acb0
Signed-off-by: 梁鹏辉 <liangpenghui2@huawei.com>
11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
declare_args() {
|
|
drivers_peripheral_motion_feature_community = true
|
|
drivers_peripheral_motion_feature_model = false
|
|
|
|
motion_c_utils_enable = true
|
|
if (defined(global_parts_info) &&
|
|
!defined(global_parts_info.commonlibrary_c_utils)) {
|
|
motion_c_utils_enable = false
|
|
}
|
|
}
|