From 98f5bb85f255db878871965ea443bf7f40104b2e Mon Sep 17 00:00:00 2001 From: wangchuanxia Date: Tue, 6 Feb 2024 20:30:30 +0800 Subject: [PATCH] syscap add neural_network_runtime Signed-off-by: wangchuanxia --- 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 adafded..71de269 100644 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -225,6 +225,7 @@ typedef enum SystemCapabilityNum { COMMUNICATION_IPC_CORE, STARTUP_SYSTEMINFO, AI_MINDSPORE, + AI_NEURAL_NETWORK_RUNTIME, FILEMANAGEMENT_STORAGESERVICE_SPATIALSTATISTICS, FILEMANAGEMENT_STORAGESERVICE_VOLUME, FILEMANAGEMENT_STORAGESERVICE_ENCRYPTION, @@ -555,6 +556,7 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.Startup.SystemInfo", STARTUP_SYSTEMINFO}, {"SystemCapability.Startup.SystemInfo.Lite", STARTUP_SYSTEMINFO_LITE}, {"SystemCapability.Ai.MindSpore", AI_MINDSPORE}, + {"SystemCapability.AI.NeuralNetworkRuntime", AI_NEURAL_NETWORK_RUNTIME}, {"SystemCapability.FileManagement.StorageService.SpatialStatistics", FILEMANAGEMENT_STORAGESERVICE_SPATIALSTATISTICS}, {"SystemCapability.FileManagement.StorageService.Volume", FILEMANAGEMENT_STORAGESERVICE_VOLUME},