1 Star 0 Fork 12

zxstty/dsoftbus

forked from src-openEuler/dsoftbus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
depend-0001-add-productdefine-for-openeuler.patch 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
beiling.xie 提交于 2022-12-16 17:43 . rename patch for each modules
From: "liheavy" <[email protected]>
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": {}
+ }
+}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zxstty/dsoftbus.git
[email protected]:zxstty/dsoftbus.git
zxstty
dsoftbus
dsoftbus
master

搜索帮助