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