From 00e8198548dd3063cafaa5dc39bf414568183bd0 Mon Sep 17 00:00:00 2001 From: wanghaixiang Date: Tue, 27 Jul 2021 17:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=88=A0=E9=99=A4HUKS=20xts?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanghaixiang --- build_lite/BUILD.gn | 4 ++-- security_lite/BUILD.gn | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 0a05957e2..df9130435 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -40,7 +40,7 @@ lite_component("acts_component") { "//test/xts/acts/iot_hardware_lite/iot_controller_hal:ActsWifiIotTest", "//test/xts/acts/kernel_lite/kernelcmsis_hal:ActsCMSISTest", "//test/xts/acts/utils_lite/kv_store_hal:ActsKvStoreTest", - "//test/xts/acts/security_lite/huks_hal:ActsSecurityDataTest", + #"//test/xts/acts/security_lite/huks_hal:ActsSecurityDataTest", "//test/xts/acts/hiviewdfx_lite/hilog_hal:ActsDfxFuncTest", "//test/xts/acts/distributed_schedule_lite/system_ability_manager_hal:ActsSamgrTest", @@ -82,7 +82,7 @@ lite_component("acts_component") { all_features += [ "//test/xts/acts/utils_lite/kv_store_posix:ActsKvStoreTest", "//test/xts/acts/startup_lite/syspara_posix:ActsParameterTest", - "//test/xts/acts/security_lite/huks_posix:ActsSecurityDataTest", + #"//test/xts/acts/security_lite/huks_posix:ActsSecurityDataTest", #"//test/xts/acts/multimedia_lite/camera_lite_posix/camera_native:ActsMediaCameraTest", #"//test/xts/acts/multimedia_lite/media_lite_posix/player_native:ActsMediaPlayerTest", #"//test/xts/acts/multimedia_lite/media_lite_posix/recorder_native:ActsMediaRecorderTest", diff --git a/security_lite/BUILD.gn b/security_lite/BUILD.gn index 6122699c6..c5a5a405b 100755 --- a/security_lite/BUILD.gn +++ b/security_lite/BUILD.gn @@ -13,7 +13,7 @@ group("securitytest") { deps = [ - "//test/xts/acts/security_lite/huks_posix:ActsSecurityDataTest", + #"//test/xts/acts/security_lite/huks_posix:ActsSecurityDataTest", "//test/xts/acts/security_lite/permission_posix/capability:ActsCapabilityTest", "//test/xts/acts/security_lite/permission_posix/dac:ActsDacTest", ] -- GitLab