From 83b2445fb3e0e47bcb19c31d80678b282c3eda92 Mon Sep 17 00:00:00 2001 From: yqy <1348964326@qq.com> Date: Fri, 9 Jul 2021 20:15:00 +0800 Subject: [PATCH] add ohos.build Signed-off-by: yqy <1348964326@qq.com> --- ohos.build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ohos.build diff --git a/ohos.build b/ohos.build new file mode 100644 index 000000000..53e4aec2d --- /dev/null +++ b/ohos.build @@ -0,0 +1,13 @@ +{ + "parts": { + "device_manager_base": { + "variants": ["phone", "wearable", "ivi"], + "inner_kits": [], + "module_list": [], + "system_kits": [] + } + }, + "subsystem": "distributedhardware" +} + + -- Gitee