1{
2    "product_name": "hispark_taurus_mini_system",
3    "version": "3.0",
4    "type": "small",
5    "ohos_version": "OpenHarmony 3.1",
6    "device_company": "hisilicon",
7    "device_build_path": "device/board/hisilicon/hispark_taurus",
8    "board": "hispark_taurus",
9    "kernel_type": "liteos_a",
10    "kernel_version": "",
11    "inherit": [ "productdefine/common/base/small_system.json" ],
12    "subsystems": [  
13      {
14        "subsystem": "startup",
15        "components": [
16          { "component": "init", "features":
17            [
18              "init_feature_begetctl_liteos = true"
19            ]
20          }
21        ]
22      },
23      {
24        "subsystem": "security",
25        "components": [
26          { "component": "huks", "features":
27            [
28              "huks_config_file = \"hks_config_small.h\"",
29              "huks_uid_trust_list_define = \"{}\""
30            ]
31          }
32        ]
33      }
34    ],
35    "third_party_dir": "//third_party",
36    "product_adapter_dir": "//vendor/hisilicon/hispark_taurus_mini_system/hals"
37  }
38