From 38ca6a80c1f14a03578c3472a37d8c9264248a72 Mon Sep 17 00:00:00 2001 From: jiyong Date: Thu, 1 Apr 2021 10:00:02 +0800 Subject: [PATCH] =?UTF-8?q?acts=20=E7=9B=AE=E5=BD=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_lite/BUILD.gn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 328fe9dd9..a9af495eb 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -75,15 +75,15 @@ lite_component("acts_component") { ] } else if (ohos_kernel_type == "linux") { all_features += [ - "//test/xts/acts/utils_lite/kvstore_posix:ActsKvStoreTest", - "//test/xts/acts/startup_lite/parameter_posix:ActsParameterTest", + "//test/xts/acts/utils_lite/kv_store_posix:ActsKvStoreTest", + "//test/xts/acts/startup_lite/syspara_posix:ActsParameterTest", "//test/xts/acts/security_lite/datahuks_posix:ActsSecurityDataTest", "//test/xts/acts/multimedia_lite/multimedia_posix/camera:ActsMediaCameraTest", "//test/xts/acts/multimedia_lite/multimedia_posix/recorder:ActsMediaRecorderTest", "//test/xts/acts/multimedia_lite/multimedia_posix/player:ActsMediaPlayerTest", "//test/xts/acts/distributed_schedule_lite/samgr_posix:ActsSamgrTest", - "//test/xts/acts/appexecfwk_lite/bundlems_posix:ActsBundleMgrTest", - "//test/xts/acts/appexecfwk_lite/abilityms_posix:ActsAbilityMgrTest", + "//test/xts/acts/appexecfwk_lite/bundle_mgr_posix:ActsBundleMgrTest", + "//test/xts/acts/aafwk_lite/ability_posix:ActsAbilityMgrTest", ] } } -- GitLab