• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "product_name": "lingpi",
3    "type": "mini",
4    "version": "3.0",
5    "device_company": "lockzhiner",
6    "board": "lingpi",
7    "kernel_type": "liteos_m",
8    "kernel_version": "3.0.0",
9    "subsystems": [
10        {
11          "subsystem": "kernel",
12          "components": [
13            { "component": "liteos_m" }
14          ]
15        },
16        {
17          "subsystem": "iothardware",
18          "components": [
19            { "component": "peripheral", "features":[] }
20          ]
21        },
22        {
23          "subsystem": "systemabilitymgr",
24          "components": [
25            { "component": "samgr_lite", "features":[] }
26          ]
27        },
28        {
29          "subsystem": "security",
30          "components": [
31            { "component": "huks", "features":
32              [
33                "disable_huks_binary = false",
34                "disable_authenticate = false",
35                "huks_use_lite_storage = true",
36                "huks_use_hardware_root_key = true",
37                "huks_config_file = \"hks_config_lite.h\""
38              ]
39            }
40          ]
41        },
42        {
43          "subsystem": "hiviewdfx",
44          "components": [
45            { "component": "hilog_lite", "features":[] },
46            { "component": "hievent_lite", "features":[] },
47            { "component": "blackbox_lite", "features":[] },
48            { "component": "hidumper_lite", "features":[] }
49          ]
50        },
51        {
52          "subsystem": "startup",
53          "components": [
54            { "component": "bootstrap_lite", "features":[] },
55            {
56              "component": "init_lite",
57              "features": [
58                "enable_ohos_startup_init_feature_begetctl_liteos = true",
59                "enable_ohos_startup_init_lite_use_posix_file_api = true",
60                "config_ohos_startup_init_lite_data_path = \"/data/\""
61              ]
62            }
63          ]
64        },
65        {
66          "subsystem": "communication",
67          "components": [
68            { "component": "wifi_lite", "features":[] },
69            { "component": "wifi_aware", "features":[] }
70          ]
71        },
72        {
73          "subsystem": "xts",
74          "components": [
75            { "component": "acts", "features":
76              [
77                "config_ohos_xts_acts_utils_lite_kv_store_data_path = \"/data\"",
78                "enable_ohos_test_xts_acts_use_thirdparty_lwip = true"
79              ]
80            },
81            { "component": "tools", "features":[] }
82          ]
83        }
84    ],
85    "third_party_dir": "",
86    "vendor_adapter_dir": "//device/soc/rockchip/rk2206/adapter",
87    "product_adapter_dir": "//vendor/lockzhiner/lingpi/hals"
88}
89