• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "product_name": "xts_demo",
3    "type": "mini",
4    "version": "3.0",
5    "ohos_version": "OpenHarmony 1.0",
6    "device_company": "lango",
7    "board": "dev_wifi_a",
8    "kernel_type": "liteos_m",
9    "kernel_version": "3.0.0",
10    "subsystems": [
11      {
12        "subsystem": "kernel",
13        "components": [
14          {
15            "component": "liteos_m",
16            "features": [
17              "ohos_kernel_liteos_m_lwip_path = \"//device/soc/asrmicro/asr582x/liteos_m/components/net/lwip-2.1\""
18            ]
19          }
20        ]
21      },
22      {
23        "subsystem": "hiviewdfx",
24        "components": [
25          { "component": "hilog_lite", "features":[] },
26          { "component": "hievent_lite", "features":[] }
27        ]
28      },
29      {
30        "subsystem": "systemabilitymgr",
31        "components": [
32          { "component": "samgr_lite", "features":[] }
33        ]
34      },
35      {
36        "subsystem": "communication",
37        "components": [
38          { "component": "wifi_lite", "features":[] }
39         ]
40       },
41      {
42        "subsystem": "commonlibrary",
43        "components": [
44          {
45            "component": "utils_lite",
46            "features": [
47               "utils_lite_feature_file = true",
48               "utils_lite_feature_timer_task = true",
49               "utils_lite_feature_kal_timer = true"
50            ]
51          }
52        ]
53      },
54      {
55        "subsystem": "startup",
56        "components": [
57          { "component": "bootstrap_lite", "features":[] },
58          { "component": "init_lite", "features":["enable_ohos_startup_init_feature_begetctl_liteos = true"] }
59        ]
60      },
61      {
62        "subsystem": "security",
63        "components": [
64          { "component": "huks", "features":
65            [
66              "disable_huks_binary = true",
67              "disable_authenticate = true",
68              "huks_use_lite_storage = true",
69              "huks_config_file = \"hks_config_lite.h\""
70            ]
71          }
72        ]
73      },
74      {
75        "subsystem": "iothardware",
76        "components": [
77          { "component": "peripheral", "features":[] }
78        ]
79      },
80      {
81        "subsystem": "xts",
82        "components": [
83          {"component": "acts", "features":
84            [
85              "enable_ohos_test_xts_acts_use_thirdparty_lwip = true",
86              "build_xts = true"
87            ]
88          },
89          { "component": "tools", "features":[] }
90        ]
91      }
92    ],
93    "third_party_dir": "",
94    "vendor_adapter_dir": "//device/soc/asrmicro/asr582x/liteos_m/sdk/adapter",
95    "product_adapter_dir": "//vendor/asrmicro/xts_demo/hals",
96    "xts_list": [
97      {
98        "enable": "true",
99        "xts_modules": [
100          "ActsDfxFuncTest",
101          "ActsHieventLiteTest",
102          "ActsSamgrTest",
103          "ActsWifiIotTest",
104          "ActsBootstrapTest"
105        ]
106      }
107    ],
108    "tests_list": [
109      {
110        "enable": "false"
111      }
112    ]
113  }
114