1{ 2 "name": "@ohos/lzma", 3 "description": "LZMA is default and general compression method of 7z and xz format.", 4 "version": "3.1", 5 "license": "Public domain", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/lzma" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "lzma", 14 "subsystem": "thirdparty", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ 18 "standard" 19 ], 20 "rom": "", 21 "ram": "", 22 "deps": { 23 "components": [], 24 "third_party": [] 25 }, 26 "build": { 27 "sub_component": [], 28 "inner_kits": [ 29 { 30 "name": "//third_party/lzma:lzma_shared", 31 "header": { 32 "header_files": [], 33 "header_base": "//third_party/lzma" 34 } 35 }, 36 { 37 "name": "//third_party/lzma:lzma_static", 38 "header": { 39 "header_files": [], 40 "header_base": "//third_party/lzma" 41 } 42 } 43 ], 44 "test": [] 45 } 46 } 47 }