mirror of
https://gitee.com/openharmony/productdefine_common
synced 2025-02-18 13:50:19 +00:00
![lijunru](/assets/img/avatar_default.png)
Issue: https://gitee.com/openharmony/build/issues/I7WR9S Test: build Signed-off-by: lijunru <lijunru9@huawei.com> Change-Id: Id9ea74b688b9b792895ac1fa79843a06dce97d3f
42 lines
883 B
JSON
Executable File
42 lines
883 B
JSON
Executable File
{
|
|
"product_name": "system_arm64_default",
|
|
"device_company": "ohos",
|
|
"target_cpu": "arm64",
|
|
"board": "arm64",
|
|
"type": "standard",
|
|
"version": "3.0",
|
|
"enable_ramdisk": true,
|
|
"build_selinux": true,
|
|
"inherit": [ "productdefine/common/inherit/rich.json" ],
|
|
"subsystems": [
|
|
{
|
|
"subsystem": "security",
|
|
"components": [
|
|
{
|
|
"component": "selinux_adapter",
|
|
"features": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"subsystem":"hdf",
|
|
"components":[
|
|
{
|
|
"component": "drivers_peripheral_codec",
|
|
"features": []
|
|
},
|
|
{
|
|
"component": "drivers_peripheral_display",
|
|
"features": []
|
|
},
|
|
{
|
|
"component": "drivers_peripheral_input",
|
|
"features": [
|
|
"drivers_peripheral_input_feature_model = true"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|