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 ] 32 }, 33 "build": { 34 "sub_component": [ 35 "//third_party/cups-filters:third_party_cupsfilters" 36 ], 37 "inner_kits": [], 38 "test": [] 39 } 40 } 41}