Files
third_party_sane-airscan/bundle.json
T
刘昊苏 2acbc98088 修改编译脚本独立构建
Signed-off-by: 刘昊苏 <liuhaosu@huawei.com>
2025-10-22 10:27:15 +08:00

40 lines
1.1 KiB
JSON

{
"name": "@ohos/sane-airscan",
"description": "sane-airscan is an implementation of the AirScan/eSCL protocol in the SANE (Scanner Access Now Easy) framework. It allows access to scanner devices that support Apple AirScan or eSCL protocols through IP networks.",
"version": "0.99.35",
"license": "GPL v2",
"publishAs":"code-segment",
"segment":{
"destPath":"third_party/sane-airscan"
},
"dirs":{},
"scripts":{},
"licensePath": "COPYING",
"component": {
"name": "sane-airscan",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "10KB",
"ram": "10KB",
"deps": {
"components": [
"hilog",
"libxml2",
"libpng",
"libjpeg-turbo",
"backends",
"libuv"
]
},
"build": {
"sub_component": [
"//third_party/sane-airscan:third_airscan"
],
"test": []
}
}
}