diff --git a/components/security.json b/components/security.json index 4e24f6c18c32f6b334d1380d212eb845784ca1c4..4455be6bd26885f00d2bcac6da36ea82ca9982b5 100755 --- a/components/security.json +++ b/components/security.json @@ -204,6 +204,33 @@ "cjson" ] } + }, + { + "component": "hichain_3_0", + "description": "hichain3.0", + "optional": "true", + "dirs": [ "//base/security/deviceauth" ], + "targets": [ "//base/security/deviceauth:hichain_3_0" ], + "rom": "600K", + "ram": "~80K", + "output": [ + "libdeviceauth_sdk.so", + "deviceauth_service" + ], + "adapted_kernel": [ + "liteos_a", + "linux" + ], + "features": [ ], + "deps": { + "third_party": [ + "mbedtls", + "openssl", + "bounds_checking_function", + "cjson" + ], + "components": [] + } } ] }