1{
2    "name": "@ohos/backends",
3    "description": "backends(Scanner Access Now Easy) is a framework for standardized access to any raster scanner",
4    "version": "1.2.1",
5    "license": "GPL v2",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/backends"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "backends",
14        "subsystem": "thirdparty",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [],
18        "rom": "10KB",
19        "ram": "10KB",
20        "deps": {
21            "components": [
22                "hilog",
23                "usb_manager",
24                "bounds_checking_function",
25                "c_utils",
26                "libxml2"
27            ]
28        },
29        "build": {
30            "sub_component": [
31                "//third_party/backends:third_sane"
32            ],
33            "inner_kits": [
34                {
35                    "name": "//third_party/backends:sane",
36                    "header": {
37                        "header_files": [
38                            "sane/sane.h",
39                            "sane/saneopts.h"
40                        ],
41                        "header_base": "//third_party/backends/include"
42                    }
43                }
44            ],
45            "test": []
46        }
47    }
48}