diff --git a/pin_auth/bundle.json b/pin_auth/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..5af443ba99d356c8056230fa2f39d4d6bbf7655c --- /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