• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/backends",
3    "description": "SANE(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    "licensePath": "COPYING",
13    "component": {
14        "name": "backends",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [
19            "standard"
20        ],
21        "rom": "10KB",
22        "ram": "10KB",
23        "deps": {
24            "components": [
25                "hilog",
26                "libusb"
27            ],
28            "third_party": [
29                "libxml2",
30                "libpng",
31                "libjpeg-turbo"
32            ]
33        },
34        "build": {
35            "sub_component": [
36                "//third_party/backends:third_sane"
37            ],
38            "inner_kits": [
39                {
40                    "name": "//third_party/backends:sane",
41                    "header": {
42                        "header_files": [
43                            "sane/sane.h",
44                            "sane/saneopts.h"
45                        ],
46                        "header_base": "//third_party/backends/include"
47                    }
48                }
49            ],
50            "test": []
51        }
52    }
53}