summaryrefslogtreecommitdiff
path: root/depend-0001-add-productdefine-for-openeuler.patch
blob: 3567e5b06d547c5e9aef37752330da49b6fa0709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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": {}
+    }
+}