!335 新增Mulimedia DRM框架SystemCapbility

Merge pull request !335 from Gezhe/master
This commit is contained in:
openharmony_ci
2023-11-20 08:35:25 +00:00
committed by Gitee
+2
View File
@@ -312,6 +312,7 @@ typedef enum SystemCapabilityNum {
SECURITY_ASSET,
MISCSERVICES_THEME,
ABILITY_ABILITYRUNTIME_AUTOFILL,
MULTIMEDIA_DRM_CORE,
// Add before here
SYSCAP_BASIC_END = 500,
} SyscapNum;
@@ -606,6 +607,7 @@ const static SyscapWithNum g_arraySyscap[] = {
{"SystemCapability.Security.Asset", SECURITY_ASSET},
{"SystemCapability.MiscServices.Theme", MISCSERVICES_THEME},
{"SystemCapability.Ability.AbilityRuntime.AutoFill", ABILITY_ABILITYRUNTIME_AUTOFILL},
{"SystemCapability.Multimedia.Drm.Core", MULTIMEDIA_DRM_CORE},
};
#ifdef __cplusplus