• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/cups",
3    "description": "OpenPrinting CUPS is the most current version of CUPS, a standards-based, open source printing system for Linux® and other Unix®-like operating systems.",
4    "version": "4.0",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/cups"
9    },
10    "dirs": {},
11    "scripts": {},
12    "readmePath": {
13        "en": "README.md"
14    },
15    "component": {
16        "name": "cups",
17        "subsystem": "thirdparty",
18        "syscap": [],
19        "features": [],
20        "adapted_system_type": [ "standard" ],
21        "rom": "",
22        "ram": "",
23        "deps": {
24            "components": [
25                "c_utils",
26                "drivers_interface_usb",
27                "hilog",
28                "usb_manager"
29            ],
30            "third_party": [
31                "zlib",
32                "openssl",
33                "libusb"
34            ]
35        },
36        "build": {
37            "sub_component": [
38                "//third_party/cups:third_party_cups"
39            ],
40            "inner_kits": [
41                {
42                    "name": "//third_party/cups:cups",
43                    "header": {
44                      "header_files": [
45                        "config.h"
46                      ],
47                      "header_base": "//third_party/cups"
48                    }
49                }
50            ],
51            "test": []
52        }
53    }
54}