128 lines
3.5 KiB
Diff
128 lines
3.5 KiB
Diff
From aea0f5f7f298a45b287151e1d53d26cdd6db1268 Mon Sep 17 00:00:00 2001
|
|
From: zxstty <zhaojiaqi18@huawei.com>
|
|
Date: Thu, 9 Nov 2023 11:10:52 +0800
|
|
Subject: [PATCH] 0006
|
|
|
|
---
|
|
.../vendor/openeuler/openeuler/config.json | 108 ++++++++++++++++++
|
|
1 file changed, 108 insertions(+)
|
|
create mode 100644 openeuler/vendor/openeuler/openeuler/config.json
|
|
|
|
diff --git a/openeuler/vendor/openeuler/openeuler/config.json b/openeuler/vendor/openeuler/openeuler/config.json
|
|
new file mode 100644
|
|
index 0000000..f20f9c3
|
|
--- /dev/null
|
|
+++ b/openeuler/vendor/openeuler/openeuler/config.json
|
|
@@ -0,0 +1,108 @@
|
|
+{
|
|
+ "product_name": "openeuler",
|
|
+ "device_company": "openeuler",
|
|
+ "device_build_path": "device/board/openeuler/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": "commonlibrary",
|
|
+ "components": [
|
|
+ {
|
|
+ "component": "c_utils",
|
|
+ "features": []
|
|
+ }
|
|
+ ]
|
|
+ },
|
|
+ {
|
|
+ "subsystem": "hiviewdfx",
|
|
+ "components": [
|
|
+ {
|
|
+ "component": "hilog_native",
|
|
+ "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": []
|
|
+ },
|
|
+ {
|
|
+ "component": "device_auth",
|
|
+ "features": []
|
|
+ }
|
|
+ ]
|
|
+ },
|
|
+ {
|
|
+ "subsystem": "communication",
|
|
+ "components": [
|
|
+ {
|
|
+ "component": "ipc",
|
|
+ "features": []
|
|
+ },
|
|
+ {
|
|
+ "component": "dsoftbus",
|
|
+ "features": []
|
|
+ }
|
|
+ ]
|
|
+ },
|
|
+ {
|
|
+ "subsystem": "systemabilitymgr",
|
|
+ "components": [
|
|
+ {
|
|
+ "component": "safwk",
|
|
+ "features": []
|
|
+ },
|
|
+ {
|
|
+ "component": "samgr",
|
|
+ "features": []
|
|
+ }
|
|
+ ]
|
|
+ },
|
|
+ {
|
|
+ "subsystem": "distributedhardware",
|
|
+ "components": [
|
|
+ {
|
|
+ "component": "device_manager",
|
|
+ "features": []
|
|
+ }
|
|
+ ]
|
|
+ }
|
|
+ ]
|
|
+}
|
|
--
|
|
2.33.0
|
|
|