• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "product_name": "neptune_iotlink_demo",
3    "ohos_version": "OpenHarmony 3.1",
4    "type":"mini",
5    "version": "3.0",
6    "device_company": "hihope",
7    "board": "neptune100",
8    "kernel_type": "liteos_m",
9    "kernel_version": "3.0.0",
10    "bin_list": [
11      {
12        "elf_name": "hihope",
13        "enable": "true",
14        "force_link_libs": [
15          "bootstrap",
16          "broadcast",
17          "hctest",
18          "module_ActsParameterTest",
19          "module_ActsBootstrapTest",
20          "module_ActsDfxFuncTest",
21          "module_ActsHieventLiteTest",
22          "module_ActsSamgrTest",
23          "module_ActsUtilsFileTest"
24        ]
25      }
26    ],
27    "subsystems": [
28    {
29    "subsystem": "kernel",
30    "components": [
31        { "component": "liteos_m", "features": [] }
32      ]
33    },
34    {
35      "subsystem": "startup",
36      "components": [
37        { "component": "bootstrap_lite", "features":[] },
38        { "component": "syspara_lite", "features":[] },
39        {
40          "component": "init_lite",
41          "features": [
42            "enable_ohos_startup_init_lite_use_posix_file_api = true",
43            "config_ohos_startup_init_lite_data_path = \"/data/\""
44          ]
45        }
46      ]
47    },
48    {
49      "subsystem": "hiviewdfx",
50      "components": [
51        { "component": "hilog_lite", "features":[] },
52        { "component": "hievent_lite", "features":[] }
53      ]
54    },
55    {
56      "subsystem": "systemabilitymgr",
57      "components": [
58        { "component": "samgr_lite", "features":[] }
59      ]
60    },
61      {
62        "subsystem": "communication",
63        "components": [
64          {
65            "component": "wifi_lite",
66            "optional": "true"
67          }
68        ]
69      },
70    {
71      "subsystem": "commonlibrary",
72      "components": [
73        { "component": "file", "features":[] }
74      ]
75    },
76      {
77        "subsystem": "xts",
78        "components": [
79          {
80            "component": "xts_acts",
81            "features":
82            [
83              "config_ohos_xts_acts_utils_lite_kv_store_data_path = \"/data\"",
84              "enable_ohos_test_xts_acts_use_thirdparty_lwip = true"
85            ]
86          },
87          { "component": "xts_tools", "features":[] }
88        ]
89      }
90    ],
91    "vendor_adapter_dir": "//device/soc/winnermicro",
92    "third_party_dir": "//third_party",
93    "product_adapter_dir": "//vendor/hihope/neptune_iotlink_demo/hals"
94}
95