diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..dc1201b60db81d2b2b0eb0237a1ff6e8f1397b0c --- /dev/null +++ b/bundle.json @@ -0,0 +1,34 @@ +{ + "name": "@ohos/libpng", + "description": "Reference library for supporting the Portable Network Graphics (PNG) format.", + "version": "3.1", + "license": "libpng license", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/libpng" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "LICENSE", + "readmePath": { + "en": "README" + }, + "component": { + "name": "thirdparty_libpng", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file