1{ 2 "name": "@ohos/openh264", 3 "description": "Library which supports H.264 encoding and decoding", 4 "version": "2.3.1", 5 "license": "BSD 2-clause 'Simplified' License", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/openh264" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "LICENSE", 13 "readmePath": { 14 "en": "README" 15 }, 16 "component": { 17 "name": "openh264", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": ["standard"], 22 "rom": "92KB", 23 "ram": "~200KB", 24 "deps": { 25 "third_party": [ 26 "glib", 27 "gstreamer" 28 ], 29 "components": [] 30 }, 31 "build": { 32 "sub_component": [], 33 "inner_kits": [], 34 "test": [] 35 } 36 } 37} 38