diff --git a/dsoftbus/productdefine/common/base/standard_system.json b/dsoftbus/productdefine/common/base/standard_system.json new file mode 100755 index 0000000000000000000000000000000000000000..0967ef424bce6791893e9a57bb952f80fd536e93 --- /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 0000000000000000000000000000000000000000..65141d8e3eae1d03da34193ededb5875167025a6 --- /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 0000000000000000000000000000000000000000..81a6adcaac86547c1774a6baac7611840698dbb2 --- /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": {} + } +}