From 4305e3feb8cd486cd38fc999168fda378387e39c Mon Sep 17 00:00:00 2001 From: mtf Date: Tue, 10 May 2022 19:06:45 +0800 Subject: [PATCH] fix: add pinauth bundle.json Signed-off-by: mtf --- pin_auth/bundle.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 pin_auth/bundle.json diff --git a/pin_auth/bundle.json b/pin_auth/bundle.json new file mode 100644 index 00000000..5af443ba --- /dev/null +++ b/pin_auth/bundle.json @@ -0,0 +1,40 @@ +{ + "name": "pinauth_device_driver_interface", + "description": "pinauth device driver", + "version": "3.1", + "license": "Apache License 2.0", + "component": { + "name": "pinauth_device_driver_interface", + "subsystem": "hdf", + "syscap": [""], + "adapter_system_type": ["standard"], + "rom": "675KB", + "ram": "7400KB", + "deps": { + "components": [ + "ipc", + "device_driver_framework", + "hiviewdfx_hilog_native", + "utils_base" + ], + "third_part": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//drivers/peripheral/pin_auth:pinauth_entry" + ], + "test": [], + "inner_kits": [ + { + "name": "//drivers/interface/pin_auth/v1_0:libpinauth_proxy_1.0", + "header": { + "header_files": [], + "header_base": "//drivers/interface/pin_auth" + } + } + ] + } + } +} \ No newline at end of file -- Gitee