• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "product_name": "rk3568",
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  "api_version": 8,
10  "enable_ramdisk": true,
11  "enable_absystem": false,
12  "build_selinux": true,
13  "build_seccomp": true,
14  "inherit": [ "productdefine/common/inherit/rich.json", "productdefine/common/inherit/chipset_common.json" ],
15  "subsystems": [
16    {
17      "subsystem": "security",
18      "components": [
19        {
20          "component": "selinux_adapter",
21          "features": []
22        }
23      ]
24    },
25    {
26      "subsystem": "communication",
27      "components": [
28        {
29          "component": "netmanager_ext",
30          "features": []
31        },
32        {
33          "component": "bluetooth_service",
34          "features": []
35        }
36      ]
37    },
38    {
39      "subsystem": "hdf",
40      "components": [
41        {
42          "component": "drivers_interface_ril",
43          "features": []
44        },
45        {
46          "component": "drivers_peripheral_ril",
47          "features":[]
48        }
49      ]
50    },
51    {
52      "subsystem": "rockchip_products",
53      "components": [
54        {
55          "component": "rockchip_products",
56          "features": []
57        }
58      ]
59    },
60    {
61      "subsystem": "arkui",
62      "components": [
63        {
64          "component": "ace_engine",
65          "features": [
66            "ace_engine_feature_enable_accessibility = true",
67            "ace_engine_feature_enable_web = true"
68          ]
69        },
70        {
71          "component": "ui_appearance",
72          "features": []
73        }
74      ]
75    },
76    {
77      "subsystem": "hdf",
78      "components": [
79        {
80          "component": "drivers_interface_audio",
81          "features": []
82        },
83        {
84          "component": "drivers_peripheral_audio",
85          "features": [
86            "drivers_peripheral_audio_feature_full_test_suite = true",
87            "drivers_peripheral_audio_feature_alsa_lib = false",
88            "drivers_peripheral_audio_feature_effect = true"
89          ]
90        },
91        {
92          "component": "drivers_peripheral_codec",
93          "features": [
94            "drivers_peripheral_codec_feature_support_omx_extend_test = true",
95            "drivers_peripheral_codec_feature_support_hdi_v1 = true"
96          ]
97        },
98        {
99          "component": "drivers_peripheral_display",
100          "features": [
101            "drivers_peripheral_display_community = true",
102            "drivers_peripheral_display_vdi_default = true"
103          ]
104        },
105        {
106          "component": "drivers_peripheral_wlan",
107          "features": [
108            "drivers_peripheral_wlan_feature_enable_HDF_NL80211 = true",
109            "drivers_peripheral_wlan_feature_enable_HDF_UT = false"
110          ]
111        },
112        {
113          "component": "hdf_core",
114          "features": [
115            "hdf_core_platform_test_support = true"
116          ]
117        }
118      ]
119    },
120    {
121      "subsystem": "startup",
122      "components": [
123        {
124          "component": "init",
125          "features": [
126            "enable_ohos_startup_init_feature_ab_partition = true",
127            "enable_ohos_startup_init_feature_loader = true"
128          ]
129        }
130      ]
131    },
132    {
133    "subsystem": "ai",
134    "components": [
135        {
136          "component": "mindspore",
137          "features": []
138        }
139      ]
140    },
141    {
142      "subsystem": "msdp",
143      "components": [
144        {
145          "component": "device_status",
146          "features": [
147            "fusion_interaction_coordination = false"
148          ]
149        }
150      ]
151    },
152    {
153      "subsystem": "communication",
154      "components": [
155        {
156          "component": "wifi",
157          "features": [
158            "wifi_feature_non_seperate_p2p = true",
159            "wifi_feature_non_hdf_driver = true",
160            "wifi_feature_p2p_random_mac_addr = false"
161         ]
162        }
163      ]
164    },
165    {
166      "subsystem": "multimedia",
167      "components": [
168        {
169          "component": "audio_framework",
170          "features": [
171            "audio_framework_feature_dtmf_tone = true",
172            "audio_framework_feature_opensl_es = true"
173          ]
174        }
175      ]
176    },
177    {
178      "subsystem": "castplus",
179      "components": [
180        {
181          "component": "sharing_framework",
182          "features": []
183        },
184        {
185          "component": "cast_engine",
186          "features": []
187        }
188      ]
189    },
190    {
191      "subsystem": "thirdparty",
192      "components": [
193        {
194          "component": "libuv",
195          "features": [
196            "use_ffrt = true"
197          ]
198        },
199        {
200          "component": "wpa_supplicant",
201          "features": [
202            "wpa_supplicant_driver_nl80211 = true"
203          ]
204        }
205      ]
206    },
207    {
208      "subsystem": "tee",
209      "components": [
210        {
211          "component": "tee_client",
212          "features": []
213        }
214      ]
215    },
216    {
217      "subsystem": "graphic",
218      "components": [
219        {
220          "component": "graphic_2d",
221          "features": [
222            "graphic_2d_feature_rs_enable_eglimage = true",
223            "graphic_2d_feature_use_texgine = true"
224          ]
225        },
226        {
227          "component": "graphic_surface",
228          "features": []
229        },
230        {
231          "component": "graphic_3d",
232          "features": []
233        },
234        {
235          "component": "vulkan-loader",
236          "features": []
237        },
238        {
239          "component": "vulkan-headers",
240          "features": []
241        }
242      ]
243    }
244  ]
245}
246