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