1 Star 0 Fork 12

zhangxianting/distributed-build

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0021-feat-change-config-json.patch 6.43 KB
一键复制 编辑 原始数据 按行查看 历史
zxstty 提交于 2023-12-06 15:52 +08:00 . change by zjq
From fa9833b5a52e5a69945d7241652e1f0273dc8039 Mon Sep 17 00:00:00 2001
From: zxstty <zhaojiaqi18@huawei.com>
Date: Tue, 14 Nov 2023 10:50:17 +0800
Subject: [PATCH] 1
---
.../vendor/openeuler/openeuler/config.json | 232 ++++++++++--------
1 file changed, 135 insertions(+), 97 deletions(-)
diff --git a/openeuler/vendor/openeuler/openeuler/config.json b/openeuler/vendor/openeuler/openeuler/config.json
index 2dfbb49..1896a16 100644
--- a/openeuler/vendor/openeuler/openeuler/config.json
+++ b/openeuler/vendor/openeuler/openeuler/config.json
@@ -1,115 +1,153 @@
{
- "product_name": "openeuler",
- "device_company": "openeuler",
- "target_os": "linux",
- "type": "standard",
- "version": "3.0",
- "board": "openeuler",
- "api_version": 8,
- "enable_ramdisk": false,
- "build_selinux": false,
- "build_seccomp": false,
- "support_jsapi": false,
- "inherit": [],
- "subsystems": [
- {
- "subsystem": "common",
- "components": [
- {
- "component": "common"
- }
- ]
+ "product_name": "openeuler",
+ "device_company": "openeuler",
+ "target_os": "linux",
+ "type": "standard",
+ "version": "3.0",
+ "board": "openeuler",
+ "api_version": 8,
+ "enable_ramdisk": false,
+ "build_selinux": false,
+ "build_seccomp": false,
+ "support_jsapi": false,
+ "inherit": [],
+ "subsystems": [
+ {
+ "subsystem": "common",
+ "components": [
+ {
+ "component": "common"
+ }
+ ]
+ },
+ {
+ "subsystem": "commonlibrary",
+ "components": [
+ {
+ "component": "c_utils",
+ "features": []
+ }
+ ]
+ },
+ {
+ "subsystem": "hiviewdfx",
+ "components": [
+ {
+ "component": "hilog_native",
+ "features": []
},
{
- "subsystem": "commonlibrary",
- "components": [
- {
- "component": "c_utils",
- "features": []
- }
- ]
+ "component": "hiviewdfx_hilog_native",
+ "features": []
+ }
+ ]
+ },
+ {
+ "subsystem": "notification",
+ "components": [
+ {
+ "component": "eventhandler",
+ "features": []
+ }
+ ]
+ },
+ {
+ "subsystem": "startup",
+ "components": [
+ {
+ "component": "init",
+ "features": [
+ "enable_ohos_startup_init_feature_ab_partition = false",
+ "enable_ohos_startup_init_feature_loader = false"
+ ]
+ }
+ ]
+ },
+ {
+ "subsystem": "security",
+ "components": [
+ {
+ "component": "huks",
+ "features": []
},
{
- "subsystem": "hiviewdfx",
- "components": [
- {
- "component": "hilog_native",
- "features": []
- },
- {
- "component": "hiviewdfx_hilog_native",
- "features": []
- }
- ]
+ "component": "device_auth",
+ "features": []
},
{
- "subsystem": "notification",
- "components": [
- {
- "component": "eventhandler",
- "features": []
- }
- ]
+ "component": "dataclassification",
+ "features": []
},
{
- "subsystem": "startup",
- "components": [
- {
- "component": "init",
- "features": [
- "enable_ohos_startup_init_feature_ab_partition = false",
- "enable_ohos_startup_init_feature_loader = false"
- ]
- }
- ]
+ "component": "device_security_level",
+ "features": []
+ }
+ ]
+ },
+ {
+ "subsystem": "communication",
+ "components": [
+ {
+ "component": "ipc",
+ "features": []
},
{
- "subsystem": "security",
- "components": [
- {
- "component": "huks",
- "features": []
- },
- {
- "component": "device_auth",
- "features": []
- }
- ]
+ "component": "dsoftbus",
+ "features": []
+ }
+ ]
+ },
+ {
+ "subsystem": "systemabilitymgr",
+ "components": [
+ {
+ "component": "safwk",
+ "features": []
},
{
- "subsystem": "communication",
- "components": [
- {
- "component": "ipc",
- "features": []
- },
- {
- "component": "dsoftbus",
- "features": []
- }
- ]
+ "component": "samgr",
+ "features": []
+ }
+ ]
+ },
+ {
+ "subsystem": "distributedhardware",
+ "components": [
+ {
+ "component": "device_manager",
+ "features": []
+ }
+ ]
+ },
+ {
+ "subsystem": "distributeddatamgr",
+ "components": [
+ {
+ "component": "kv_store",
+ "features": []
+ },
+ {
+ "component": "relational_store",
+ "features": []
},
{
- "subsystem": "systemabilitymgr",
- "components": [
- {
- "component": "safwk",
- "features": []
- },
- {
- "component": "samgr",
- "features": []
- }
- ]
+ "component": "datamgr_service",
+ "features": []
},
{
- "subsystem": "distributedhardware",
- "components": [
- {
- "component": "device_manager",
- "features": []
- }
- ]
+ "component": "data_object",
+ "features": []
+ }
+ ]
+ },
+ {
+ "subsystem": "filemanagement",
+ "components": [
+ {
+ "component": "dfs_service",
+ "features": []
}
- ]
-}
+ ]
+ }
+ ]
+}
\ No newline at end of file
--
2.33.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangxianting/distributed-build.git
git@gitee.com:zhangxianting/distributed-build.git
zhangxianting
distributed-build
distributed-build
master

搜索帮助