1{
2  "product_name": "system_arm_default",
3  "device_company": "ohos",
4  "target_cpu": "arm",
5  "board": "arm",
6  "type": "standard",
7  "version": "3.0",
8  "enable_ramdisk": true,
9  "build_selinux": true,
10  "inherit": [ "productdefine/common/inherit/rich.json" ],
11  "subsystems": [
12    {
13      "subsystem": "security",
14      "components": [
15        {
16          "component": "selinux_adapter",
17          "features": []
18        }
19      ]
20    },
21    {
22      "subsystem":"hdf",
23      "components":[
24        {
25          "component": "drivers_peripheral_codec",
26          "features": []
27        },
28        {
29          "component": "drivers_peripheral_display",
30          "features": []
31        },
32        {
33          "component": "drivers_peripheral_input",
34          "features": [
35            "drivers_peripheral_input_feature_model = true"
36          ]
37        }
38      ]
39    }
40  ]
41}
42