1{ 2 "name": "@ohos/cups-filters", 3 "description": "This project provides backends, filters, and other software that was once part of the core CUPS distribution", 4 "version": "4.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/cups-filters" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "COPYING", 13 "readmePath": { 14 "en": "README" 15 }, 16 "component": { 17 "name": "cups-filters", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [ "standard" ], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [], 26 "third_party": [ 27 "cups", 28 "libpng", 29 "libjpeg-turbo", 30 "zlib", 31 "pdfium" 32 ] 33 }, 34 "build": { 35 "sub_component": [ 36 "//third_party/cups-filters:third_party_cupsfilters" 37 ], 38 "inner_kits": [], 39 "test": [] 40 } 41 } 42}