From 2e0abe4b23a6e1cf8e4633bb7704039b1e5d7acc Mon Sep 17 00:00:00 2001 From: zhaogan Date: Tue, 26 Dec 2023 12:00:05 +0800 Subject: [PATCH] =?UTF-8?q?Issue:=20#I8REBE=20Description:=E5=8C=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86Native=E6=8E=A5=E5=8F=A3=E9=80=82=E9=85=8DC?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=20Sig:=20SIG=5FApplicaitonFramework=20Featur?= =?UTF-8?q?e=20or=20Bugfix:=20Feature=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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h b/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h index 3172b4f8b..348faa222 100644 --- a/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h +++ b/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h @@ -59,6 +59,14 @@ struct OH_NativeBundle_ApplicationInfo { char* fingerprint; }; +/** + * @brief Indicates information of application + * + * @since 11 + * @version 1.0 + */ +typedef struct OH_NativeBundle_ApplicationInfo OH_NativeBundle_ApplicationInfo; + /** * @brief Obtains the application info based on the The current bundle. * -- Gitee