From 6097dde9a39270de05a24ca384f9dd615afadb75 Mon Sep 17 00:00:00 2001 From: fanglinxu Date: Thu, 17 Mar 2022 22:10:51 +0800 Subject: [PATCH] add productdefine for build Signed-off-by: fanglinxu --- .../common/base/standard_system.json | 1 + .../common/device/openEuler.json | 8 ++++++++ .../common/products/openEuler.json | 20 +++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100755 dsoftbus/productdefine/common/base/standard_system.json create mode 100755 dsoftbus/productdefine/common/device/openEuler.json create mode 100755 dsoftbus/productdefine/common/products/openEuler.json diff --git a/dsoftbus/productdefine/common/base/standard_system.json b/dsoftbus/productdefine/common/base/standard_system.json new file mode 100755 index 00000000..0967ef42 --- /dev/null +++ b/dsoftbus/productdefine/common/base/standard_system.json @@ -0,0 +1 @@ +{} diff --git a/dsoftbus/productdefine/common/device/openEuler.json b/dsoftbus/productdefine/common/device/openEuler.json new file mode 100755 index 00000000..65141d8e --- /dev/null +++ b/dsoftbus/productdefine/common/device/openEuler.json @@ -0,0 +1,8 @@ +{ + "device_name": "openEuler", + "device_company": "hisilicon", + "target_os": "ohos", + "target_cpu": "arm64", + "kernel_version": "", + "device_build_path": "device/hisilicon/build" +} diff --git a/dsoftbus/productdefine/common/products/openEuler.json b/dsoftbus/productdefine/common/products/openEuler.json new file mode 100755 index 00000000..81a6adca --- /dev/null +++ b/dsoftbus/productdefine/common/products/openEuler.json @@ -0,0 +1,20 @@ +{ + "product_name": "openEuler", + "product_company": "hisilicon", + "product_device": "openEuler", + "version": "2.0", + "type": "standard", + "product_build_path": "device/hisilicon/build", + "parts": { + "communication:dsoftbus_standard": {}, + "depend:hiviewdfx_hilog_native": {}, + "depend:ipc": {}, + "depend:ces_standard": {}, + "depend:aafwk_standard": {}, + "depend:appexecfwk_standard": {}, + "depend:deviceauth_standard": {}, + "depend:permission_standard": {}, + "depend:safwk": {}, + "depend:samgr_L2": {} + } +} -- Gitee