39d3bcbc创建于 2025年10月22日历史提交
{
    "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": []
        }
    }
}