1{ 2 "name": "@ohos/protobuf", 3 "description": "Protocol Buffers - Google's data interchange format.", 4 "version": "3.1", 5 "license": "BSD 3-Clause", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/protobuf" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "protobuf", 14 "subsystem": "thirdparty", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ 18 "standard" 19 ], 20 "rom": "", 21 "ram": "", 22 "deps": { 23 "components": [ 24 "hilog" 25 ], 26 "third_party": [] 27 }, 28 "build": { 29 "sub_component": [], 30 "inner_kits": [], 31 "test": [] 32 } 33 } 34}