mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 10:21:25 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user