diff --git a/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h b/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h index 348faa2220d8470c89324b8f20abf3d4d14d6ebe..89068919d8fb282716a1085d213f0396a72fa757 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