From 2ea4b44d0b7ba345af69f81b4b2d38b69b5078b9 Mon Sep 17 00:00:00 2001 From: Handsome_Afraican_Man Date: Fri, 5 Jan 2024 16:55:25 +0800 Subject: [PATCH] IssueNo:#I8TY6M Description:Bugfix Sig:bundleManager Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: zhouwenzhi --- .../bundle_framework/bundle/include/native_interface_bundle.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h b/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h index 348faa2220d..89068919d8f 100644 --- a/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h +++ b/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h @@ -28,6 +28,8 @@ * * @brief Declares the Bundle-specific function, including function for obtaining application info. * + * @library libbundle.z.so + * @syscap SystemCapability.BundleManager.BundleFramework.Core * @since 9 * @version 1.0 */ @@ -102,4 +104,5 @@ char* OH_NativeBundle_GetAppIdentifier(); #ifdef __cplusplus }; #endif +/** @} */ #endif // FOUNDATION_APPEXECFWK_STANDARD_KITS_APPKIT_NATIVE_BUNDLE_INCLUDE_NATIVE_INTERFACE_BUNDLE_H -- Gitee