1{ 2 "name": "@ohos/crypto_framework", 3 "version": "3.1", 4 "description": "Openharmony's crypto framework.", 5 "publishAs": "code-segment", 6 "segment": { 7 "destPath": "base/security/crypto_framework" 8 }, 9 "dirs": {}, 10 "scripts": {}, 11 "author": {}, 12 "repository": "", 13 "license": "Apache License 2.0", 14 "component": { 15 "name": "crypto_framework", 16 "subsystem": "security", 17 "syscap": [ "SystemCapability.Security.CryptoFramework", "SystemCapability.Security.Cert" ], 18 "features": [], 19 "adapted_system_type": [ 20 "standard" 21 ], 22 "rom": "1024KB", 23 "ram": "", 24 "deps": { 25 "components": [ 26 "hiviewdfx_hilog_native" 27 ], 28 "third_party": [ 29 "bounds_checking_function", 30 "openssl" 31 ] 32 }, 33 "build": { 34 "sub_component": [ 35 "//base/security/crypto_framework:crypto_framework_lib", 36 "//base/security/crypto_framework:crypto_openssl_plugin_lib", 37 "//base/security/crypto_framework:cryptoframework_napi" 38 ], 39 "inner_kits": [], 40 "test": [ 41 "//base/security/crypto_framework:crypto_framework_test", 42 "//base/security/crypto_framework:crypto_framework_fuzztest" 43 ] 44 } 45 } 46} 47