• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "product_name": "xts_demo",
3  "ohos_version": "OpenHarmony 2.3",
4  "version": "3.0",
5  "device_company": "chipsea",
6  "board": "cst85_wblink",
7  "kernel_type": "liteos_m",
8  "kernel_version": "3.0.0",
9  "subsystems": [
10    {
11      "subsystem": "kernel",
12      "components": [
13        { "component": "liteos_m",
14          "features": [
15            "ohos_kernel_liteos_m_lwip_path = \"//device/soc/chipsea/cst85/liteos_m/sdk/modules/lwip-2.1\""
16          ]
17        }
18      ]
19    },
20    {
21      "subsystem": "startup",
22      "components": [
23        {
24          "component": "bootstrap_lite"
25        },
26        {
27          "component": "init_lite",
28          "features": [
29            "enable_ohos_startup_init_feature_begetctl_liteos = true",
30            "enable_ohos_startup_init_lite_use_posix_file_api = true",
31            "config_ohos_startup_init_lite_data_path = \"/data/\""
32          ]
33        }
34      ]
35    },
36    {
37      "subsystem": "hiviewdfx",
38      "components": [
39        {
40          "component": "hilog_lite",
41          "optional": "true"
42        },
43        {
44          "component": "hievent_lite",
45          "optional": "true"
46        }
47      ]
48    },
49    {
50      "subsystem": "systemabilitymgr",
51      "components": [
52        {
53          "component": "samgr_lite"
54        }
55      ]
56    },
57    {
58      "subsystem": "communication",
59      "components": [
60        {
61          "component": "wifi_lite",
62          "optional": "true"
63        }
64      ]
65    },
66    {
67      "subsystem": "commonlibrary",
68      "components": [
69        {
70          "component": "utils_lite",
71          "features": [
72            "utils_lite_feature_js_builtin = true",
73            "utils_lite_feature_timer_task = true",
74            "utils_lite_feature_kal_timer = true",
75            "enable_histreamer_plugin_ffmpeg_adapter = false",
76            "config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 4096"
77          ]
78        }
79      ]
80    },
81    {
82      "subsystem": "xts",
83      "components": [
84        { "component": "acts",
85          "features":[
86            "config_ohos_xts_acts_utils_lite_kv_store_data_path = \"/data\"",
87            "enable_xts_service = true",
88            "build_xts = true"
89          ]
90        },
91        { "component": "tools", "features":[] }
92      ]
93    }
94  ],
95  "vendor_adapter_dir": "",
96  "third_party_dir": "//third_party",
97  "product_adapter_dir": "//vendor/chipsea/xts_demo/hals"
98}
99