From 09a71f2fab34473b04f2251897d3c32b1275959c Mon Sep 17 00:00:00 2001 From: gezhe Date: Mon, 20 Nov 2023 14:47:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EMulimedia=20DRM=E6=A1=86?= =?UTF-8?q?=E6=9E=B6SystemCapbility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gezhe --- include/codec_config/syscap_define.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/codec_config/syscap_define.h b/include/codec_config/syscap_define.h index f9375cf..f771f9d 100755 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -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