5 Star 2 Fork 12

OpenHarmony/third_party_backends

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
刘昊苏 提交于 2025-01-03 14:25 +08:00 . sane整改; Signed-off-by:liuhaosu@huawei.com
{
"name": "@ohos/backends",
"description": "SANE(Scanner Access Now Easy) is a framework for standardized access to any raster scanner",
"version": "1.2.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",
"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": []
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_backends.git
git@gitee.com:openharmony/third_party_backends.git
openharmony
third_party_backends
third_party_backends
master

搜索帮助