mirror of
https://github.com/openharmony/third_party_sane-airscan.git
synced 2026-07-01 21:14:00 -04:00
2acbc98088
Signed-off-by: 刘昊苏 <liuhaosu@huawei.com>
40 lines
1.1 KiB
JSON
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": []
|
|
}
|
|
}
|
|
} |