!4976 增加extension 类型

Merge pull request !4976 from lifeng/master
This commit is contained in:
openharmony_ci 2023-06-16 08:12:47 +00:00 committed by Gitee
commit fd700bb374
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -396,6 +396,14 @@ declare namespace bundleManager {
*/
PRINT = 15,
/**
* Indicates extension info with type of push
*
* @syscap SystemCapability.BundleManager.BundleFramework.Core
* @since 10
*/
PUSH = 17,
/**
* Indicates extension info with type of driver
*