• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "product_name": "iotlink",
3  "type": "mini",
4  "version": "3.0",
5  "ohos_version": "OpenHarmony 3.2",
6  "device_company": "openvalley",
7  "board": "niobeu4",
8  "kernel_type": "liteos_m",
9  "kernel_version": "3.0.0",
10  "subsystems": [
11    {
12      "subsystem": "hiviewdfx",
13      "components": [
14        {
15          "component": "hilog_lite",
16          "features": []
17        },
18        {
19          "component": "hievent_lite",
20          "features": []
21        }
22      ]
23    },
24    {
25      "subsystem": "systemabilitymgr",
26      "components": [
27        {
28          "component": "samgr_lite",
29          "features": []
30        }
31      ]
32    },
33    {
34      "subsystem": "startup",
35      "components": [
36        {
37          "component": "bootstrap_lite",
38          "features": []
39        },
40        {
41          "component": "init_lite",
42          "features": [
43            "enable_ohos_startup_init_feature_begetctl_liteos = true"
44          ]
45        },
46        {
47          "component": "syspara_lite",
48          "features": []
49        }
50      ]
51    },
52    {
53      "subsystem": "kernel",
54      "components": [
55        {
56          "component": "liteos_m",
57          "features": [
58            "ohos_kernel_liteos_m_lwip_path = \"//device/board/openvalley/niobeu4/liteos_m/third_party_adapter/lwip-2.1\""
59          ]
60        }
61      ]
62    },
63    {
64      "subsystem": "commonlibrary",
65      "components": [
66        { "component": "utils_lite",
67          "features": [
68            "utils_lite_feature_file = true",
69            "utils_lite_feature_timer_task = true",
70            "utils_lite_feature_kal_timer = true"
71          ]
72        }
73      ]
74    },
75    {
76      "subsystem": "security",
77      "components": [
78        {
79          "component": "huks",
80          "features": [
81            "huks_use_lite_storage = true",
82            "huks_use_hardware_root_key = true",
83            "huks_config_file = \"hks_config_lite.h\"",
84            "huks_key_store_path = \"storage\"",
85            "ohos_security_huks_mbedtls_porting_path = \"//device/board/openvalley/niobeu4/liteos_m/third_party_adapter/mbedtls\""
86          ]
87        }
88      ]
89    },
90    {
91      "subsystem": "updater",
92      "components": [
93        { "component": "sys_installer_lite", "features":[] }
94      ]
95    },
96    {
97      "subsystem": "iothardware",
98      "components": [
99        { "component": "peripheral", "features":[] }
100      ]
101    },
102    {
103      "subsystem": "communication",
104      "components": [
105        {
106          "component": "wifi_lite",
107          "optional": "true"
108        }
109      ]
110    },
111    {
112      "subsystem": "xts",
113      "components": [
114        {
115          "component": "acts",
116          "features": [
117            "config_ohos_xts_acts_utils_lite_kv_store_data_path = \"/openvalley\"",
118            "enable_ohos_test_xts_acts_use_thirdparty_lwip = false"
119          ]
120        },
121        {
122          "component": "tools",
123          "features": []
124        }
125      ]
126    }
127  ],
128  "vendor_adapter_dir": "//device/board/openvalley/niobeu4/liteos_m",
129  "third_party_dir": "//third_party",
130  "product_adapter_dir": "//vendor/openvalley/niobeu4/hals"
131}