1{ 2 "name": "@ohos/mbedtls", 3 "description": "An open source, portable, easy to use, readable and flexible SSL library.", 4 "version": "5.0", 5 "license": "Apache V2,GPL V2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/mbedtls" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "mbedtls", 14 "subsystem": "thirdparty", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": ["small", "standard"], 18 "rom": "", 19 "ram": "", 20 "deps": { 21 "components": [], 22 "third_party": [] 23 }, 24 "build": { 25 "sub_component": [], 26 "inner_kits": [ 27 { 28 "header" : { 29 "header_base": "//third_party/mbedtls/include", 30 "header_files": [ 31 "md.h", 32 "rsa.h", 33 "x509.h" 34 ] 35 }, 36 "name" : "//third_party/mbedtls:mbedtls_shared" 37 } 38 ], 39 "test": [] 40 } 41 } 42}