mirror of
https://github.com/openharmony/third_party_backends.git
synced 2026-07-01 09:11:13 -04:00
34e180823c
Signed-off-by: 刘昊苏 <liuhaosu@huawei.com>
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@ohos/backends",
|
|
"description": "SANE(Scanner Access Now Easy) is a framework for standardized access to any raster scanner",
|
|
"version": "1.3.1",
|
|
"license": "GPL v2",
|
|
"publishAs":"code-segment",
|
|
"segment":{
|
|
"destPath":"third_party/backends"
|
|
},
|
|
"dirs":{},
|
|
"scripts":{},
|
|
"licensePath": "COPYING",
|
|
"component": {
|
|
"name": "backends",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "10KB",
|
|
"ram": "10KB",
|
|
"deps": {
|
|
"components": [
|
|
"hilog",
|
|
"c_utils",
|
|
"libusb"
|
|
],
|
|
"third_party": [
|
|
"libxml2",
|
|
"libpng",
|
|
"libjpeg-turbo"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//third_party/backends:third_sane"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/backends:sane",
|
|
"header": {
|
|
"header_files": [
|
|
"sane/sane.h",
|
|
"sane/saneopts.h"
|
|
],
|
|
"header_base": "//third_party/backends/include"
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |