• 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            "third_party": [
26                "zlib",
27                "openssl"
28            ]
29        },
30        "build": {
31            "sub_component": [
32                "//third_party/cups:third_party_cups"
33            ],
34            "inner_kits": [],
35            "test": []
36        }
37    }
38}