Files
liyufan 43a026cc38 fix wpa subsystem
Signed-off-by: liyufan <liyufan5@huawei.com>
2023-08-16 14:34:14 +08:00

87 lines
1.8 KiB
JSON

{
"product_name": "yangfan",
"device_company": "rockchip",
"device_build_path": "device/board/isoftstone/yangfan",
"target_cpu": "arm",
"type": "standard",
"version": "3.0",
"board": "yangfan",
"enable_ramdisk": false,
"build_selinux": false,
"inherit": [ "productdefine/common/inherit/rich.json", "productdefine/common/inherit/chipset_common.json" ],
"subsystems": [
{
"subsystem": "security",
"components": [
{
"component": "selinux_adapter",
"features": []
}
]
},
{
"subsystem": "communication",
"components": [
{
"component": "netmanager_ext",
"features": []
}
]
},
{
"subsystem": "graphic",
"components": [
{
"component": "graphic_2d",
"features": [
"graphic_2d_feature_ace_enable_gpu = true"
]
}
]
},
{
"subsystem": "hdf",
"components": [
{
"component": "drivers_peripheral_audio",
"features": [
"drivers_peripheral_audio_feature_policy_config = false"
]
}
]
},
{
"subsystem": "rockchip_products",
"components": [
{
"component": "rockchip_products",
"features": []
}
]
},
{
"subsystem": "arkui",
"components": [
{
"component": "ace_engine",
"features": [
"ace_engine_feature_enable_accessibility = true",
"ace_engine_feature_enable_web = true"
]
}
]
},
{
"subsystem": "thirdparty",
"components": [
{
"component": "wpa_supplicant",
"features": [
"wpa_supplicant_driver_nl80211 = true"
]
}
]
}
]
}