mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 10:21:25 -04:00
!335 新增Mulimedia DRM框架SystemCapbility
Merge pull request !335 from Gezhe/master
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user