avplayer avrecorder syscap Signed-off-by: x30034819 <xieyijun3@huawei.com>

Signed-off-by: x30034819 <xieyijun3@huawei.com>
Change-Id: I02321cfdc956466022aa9e5ebeee287eefba750c
This commit is contained in:
x30034819
2023-02-07 20:56:18 +08:00
parent 05237182ce
commit 1d7c0c6cfa
+4
View File
@@ -267,6 +267,8 @@ typedef enum SystemCapabilityNum {
COMMUNICATION_NFC_CARDEMULATION,
XTS_DEVICEATTEST,
XTS_DEVICEATTESTLITE,
MULTIMEDIA_MEDIA_AVPLAYER,
MULTIMEDIA_MEDIA_AVRECORDER,
// Add before here
SYSCAP_NUM_MAX = 960
} SyscapNum;
@@ -514,6 +516,8 @@ const static SyscapWithNum g_arraySyscap[] = {
{"SystemCapability.Communication.NFC.CardEmulation", COMMUNICATION_NFC_CARDEMULATION},
{"SystemCapability.XTS.DeviceAttest", XTS_DEVICEATTEST},
{"SystemCapability.XTS.DeviceAttestLite", XTS_DEVICEATTESTLITE},
{"SystemCapability.Multimedia.Media.AVPlayer", MULTIMEDIA_MEDIA_AVPLAYER},
{"SystemCapability.Multimedia.Media.AVRecorder", MULTIMEDIA_MEDIA_AVRECORDER},
};
#ifdef __cplusplus