From 407e50928870303e26d6c086342322e253e0c8c3 Mon Sep 17 00:00:00 2001 From: zhaogan Date: Sat, 11 Nov 2023 16:45:58 +0800 Subject: [PATCH] =?UTF-8?q?Issue:=20#I8FP10=20Description:NDK=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E4=BD=93=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=20Sig:=20SIG=5FApplicaitonFramework=20Feature=20or=20?= =?UTF-8?q?Bugfix:=20Bugfix=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhaogan --- .../bundle/include/native_interface_bundle.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h b/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h index b4bc279d3..c4550c1e0 100644 --- a/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h +++ b/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h @@ -37,6 +37,12 @@ #ifdef __cplusplus extern "C" { #endif +/** + * @brief Indicates information of application + * + * @syscap SystemCapability.BundleManager.BundleFramework.Core + * @since 9 + */ struct OH_NativeBundle_ApplicationInfo { /** * Indicates the name of application -- Gitee