diff options
Diffstat (limited to 'depend-0001-add-productdefine-for-openeuler.patch')
-rw-r--r-- | depend-0001-add-productdefine-for-openeuler.patch | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/depend-0001-add-productdefine-for-openeuler.patch b/depend-0001-add-productdefine-for-openeuler.patch new file mode 100644 index 0000000..3567e5b --- /dev/null +++ b/depend-0001-add-productdefine-for-openeuler.patch @@ -0,0 +1,49 @@ +From: "liheavy" <lihaiwei8@huawei.com> +Date: Fir, 26 Nov 2022 09:45:38 +0800 +Subject: [PATCH] Adaptation for productdefine of dsoftbus + +--- +diff -Nur a/common/base/standard_system.json b/common/base/standard_system.json +--- a/common/base/standard_system.json 1970-01-01 08:00:00.000000000 +0800 ++++ b/common/base/standard_system.json 2022-09-28 10:28:40.000000000 +0800 +@@ -0,0 +1 @@ ++{} +diff -Nur a/common/device/openEuler.json b/common/device/openEuler.json +--- a/common/device/openEuler.json 1970-01-01 08:00:00.000000000 +0800 ++++ b/common/device/openEuler.json 2022-09-28 10:28:40.000000000 +0800 +@@ -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 -Nur a/common/products/openEuler.json b/common/products/openEuler.json +--- a/common/products/openEuler.json 1970-01-01 08:00:00.000000000 +0800 ++++ b/common/products/openEuler.json 2022-09-28 10:28:40.000000000 +0800 +@@ -0,0 +1,23 @@ ++{ ++ "product_name": "openEuler", ++ "product_company": "hisilicon", ++ "product_device": "openEuler", ++ "version": "2.0", ++ "type": "standard", ++ "product_build_path": "device/hisilicon/build", ++ "parts": { ++ "communication:dsoftbus_standard": {}, ++ "security:huks_standard": {}, ++ "security:deviceauth_standard": {}, ++ "depend:hiviewdfx_hilog_native": {}, ++ "depend:ipc": {}, ++ "depend:ces_standard": {}, ++ "depend:aafwk_standard": {}, ++ "depend:appexecfwk_standard": {}, ++ "depend:permission_standard": {}, ++ "depend:safwk": {}, ++ "depend:samgr_L2": {}, ++ "depend:samgr_standard": {}, ++ "depend:access_token": {} ++ } ++} |