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": [ 22 "standard" 23 ], 24 "rom": "", 25 "ram": "", 26 "deps": { 27 "components": [ 28 "zlib", 29 "cups", 30 "libpng", 31 "libjpeg-turbo" 32 ], 33 "third_party": [] 34 }, 35 "build": { 36 "sub_component": [ 37 "//third_party/cups-filters:third_party_cupsfilters" 38 ], 39 "inner_kits": [ 40 { 41 "name": "//third_party/cups-filters:cupsfilters", 42 "header": { 43 "header_files": [ 44 "colord.h", 45 "colormanager.h", 46 "driver.h", 47 "image-private.h", 48 "image-sgi.h", 49 "image.h", 50 "ipp.h", 51 "kmdevices.h", 52 "pdftoippprinter.h", 53 "ppdgenerator.h", 54 "raster.h" 55 ], 56 "header_base": "//third_party/cups-filters/cupsfilters" 57 } 58 } 59 ], 60 "test": [] 61 } 62 } 63}