2023-07-05 10:56:53 +00:00
{
"name" : "@ohos/cups" ,
"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." ,
"version" : "4.0" ,
"license" : "Apache License 2.0" ,
"publishAs" : "code-segment" ,
"segment" : {
"destPath" : "third_party/cups"
} ,
"dirs" : { } ,
"scripts" : { } ,
"readmePath" : {
"en" : "README.md"
} ,
"component" : {
"name" : "cups" ,
"subsystem" : "thirdparty" ,
"syscap" : [ ] ,
"features" : [ ] ,
"adapted_system_type" : [ "standard" ] ,
"rom" : "" ,
"ram" : "" ,
"deps" : {
"components" : [ ] ,
"third_party" : [
2023-08-12 07:51:46 +00:00
"zlib" ,
2023-09-01 02:07:10 +00:00
"openssl" ,
"libusb"
2023-07-05 10:56:53 +00:00
]
} ,
"build" : {
"sub_component" : [
"//third_party/cups:third_party_cups"
] ,
"inner_kits" : [ ] ,
"test" : [ ]
}
}
}