• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "product_name": "ipcamera",
3  "device_company": "rockchip",
4  "device_build_path": "device/board/hihope/rk3568",
5  "target_cpu": "arm",
6  "type": "standard",
7  "version": "3.0",
8  "board": "rk3568",
9  "enable_ramdisk": true,
10  "enable_absystem": false,
11  "build_selinux": true,
12  "build_seccomp": true,
13  "inherit": [
14    "productdefine/common/inherit/ipcamera.json"
15  ],
16  "subsystems": [
17    {
18      "subsystem": "rockchip_products",
19      "components": [
20        {
21          "component": "rockchip_products",
22          "features": []
23        }
24      ]
25    },
26    {
27      "subsystem": "communication",
28      "components": [
29        {
30          "component": "dsoftbus",
31          "features": [
32            "dsoftbus_feature_conn_p2p = true",
33            "dsoftbus_feature_trans_udp_stream = true"
34          ]
35        }
36      ]
37    },
38    {
39      "subsystem": "multimedia",
40      "components": [
41        {
42          "component": "player_framework",
43          "features": ["multimedia_player_framework_support_screen_capture = false"]
44        }
45      ]
46    },
47    {
48      "subsystem": "multimodalinput",
49      "components": [
50        {
51          "component": "input",
52          "features": [
53            "input_feature_combination_key = true",
54            "input_feature_pointer_drawing = true",
55            "input_feature_interceptor = true",
56            "input_feature_monitor = true",
57            "input_feature_touchscreen = true",
58            "input_feature_input_device = true"
59          ]
60        }
61      ]
62    },
63    {
64      "subsystem": "hdf",
65      "components": [
66        {
67          "component": "drivers_interface_audio",
68          "features": []
69        },
70        {
71          "component": "drivers_peripheral_audio",
72          "features": [
73            "drivers_peripheral_audio_feature_full_test_suite = true",
74            "drivers_peripheral_audio_feature_alsa_lib = false",
75            "drivers_peripheral_audio_feature_effect = true"
76          ]
77        },
78        {
79          "component": "drivers_peripheral_codec",
80          "features": [
81            "drivers_peripheral_codec_feature_support_omx_extend_test = true",
82            "drivers_peripheral_codec_feature_support_hdi_v1 = true"
83          ]
84        },
85        {
86          "component": "drivers_peripheral_display",
87          "features": [
88            "drivers_peripheral_display_community = true"
89          ]
90        },
91        {
92          "component": "drivers_peripheral_wlan",
93          "features": [
94            "drivers_peripheral_wlan_feature_enable_HDF_NL80211 = true",
95            "drivers_peripheral_wlan_feature_enable_HDF_UT = false"
96          ]
97        },
98        {
99          "component": "hdf_core",
100          "features": [
101            "hdf_core_platform_test_support = true"
102          ]
103        }
104      ]
105    },
106    {
107      "subsystem": "startup",
108      "components": [
109        {
110          "component": "init",
111          "features": [
112            "enable_ohos_startup_init_feature_ab_partition = false",
113            "enable_ohos_startup_init_feature_loader = true"
114          ]
115        }
116      ]
117    }
118  ]
119}