1{
2  "product_name": "dayu210",
3  "device_company": "HiHope",
4  "device_build_path": "device/board/hihope/dayu210",
5  "target_cpu": "arm64",
6  "type": "standard",
7  "version": "3.0",
8  "board": "rk3588",
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": "device_rk3588",
53      "components": [
54        {
55          "component": "device_rk3588",
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_hal_notsupport_pathselect = true",
87            "drivers_peripheral_audio_feature_full_test_suite = true",
88            "drivers_peripheral_audio_feature_alsa_lib = false"
89          ]
90        },
91        {
92          "component": "drivers_peripheral_display",
93          "features": [
94            "drivers_peripheral_display_community = true"
95          ]
96        },
97        {
98          "component": "drivers_peripheral_wlan",
99          "features": [
100            "drivers_peripheral_wlan_feature_enable_HDF_NL80211 = true",
101            "drivers_peripheral_wlan_feature_enable_HDF_UT = false"
102          ]
103        },
104        {
105          "component": "hdf_core",
106          "features": [
107            "hdf_core_platform_test_support = true"
108          ]
109        }
110      ]
111    },
112    {
113      "subsystem": "startup",
114      "components": [
115        {
116          "component": "init",
117          "features": [
118            "init_feature_ab_partition = true"
119          ]
120        }
121      ]
122    },
123    {
124    "subsystem": "ai",
125    "components": [
126        {
127          "component": "mindspore",
128          "features": []
129        }
130      ]
131    },
132    {
133      "subsystem": "window",
134      "components": [
135        {
136          "component": "window_manager",
137          "features": []
138        }
139      ]
140    },
141    {
142      "subsystem": "multimedia",
143      "components": [
144        {
145          "component": "player_framework",
146          "features": [
147            "multimedia_player_framework_use_codec_plugins = false"
148         ]
149        }
150      ]
151    },
152    {
153      "subsystem": "msdp",
154      "components": [
155        {
156          "component": "device_status",
157          "features": [
158            "device_status_interaction_coordination = false"
159          ]
160        }
161      ]
162    },
163    {
164      "subsystem": "communication",
165      "components": [
166        {
167          "component": "wifi",
168          "features": [
169            "wifi_feature_non_seperate_p2p = true",
170            "wifi_feature_non_hdf_driver = true",
171            "wifi_feature_with_hdi_chip_supported = false"
172         ]
173        }
174      ]
175    },
176    {
177      "subsystem": "multimedia",
178      "components": [
179        {
180          "component": "audio_framework",
181          "features": [
182            "audio_framework_feature_dtmf_tone = true",
183            "audio_framework_feature_opensl_es = true",
184            "audio_framework_feature_support_os_account = false"
185          ]
186        }
187      ]
188    },
189    {
190      "subsystem": "thirdparty",
191      "components": [
192        {
193          "component": "libuv",
194          "features": [
195            "libuv_use_ffrt = true"
196          ]
197        },
198        {
199          "component": "wpa_supplicant",
200          "features": [
201            "wpa_supplicant_driver_nl80211 = true"
202          ]
203        }
204      ]
205    },
206    {
207      "subsystem": "graphic",
208      "components": [
209        {
210          "component": "graphic_2d",
211          "features": [
212            "graphic_2d_feature_rs_enable_eglimage = true",
213            "graphic_2d_feature_use_texgine = true"
214          ]
215        }
216      ]
217    }
218  ]
219}
220