diff --git a/appexecfwk_lite/bundle_mgr_posix/BUILD.gn b/appexecfwk_lite/appexecfwk_posix/BUILD.gn similarity index 100% rename from appexecfwk_lite/bundle_mgr_posix/BUILD.gn rename to appexecfwk_lite/appexecfwk_posix/BUILD.gn diff --git a/appexecfwk_lite/bundle_mgr_posix/Test.json b/appexecfwk_lite/appexecfwk_posix/Test.json similarity index 100% rename from appexecfwk_lite/bundle_mgr_posix/Test.json rename to appexecfwk_lite/appexecfwk_posix/Test.json diff --git a/appexecfwk_lite/bundle_mgr_posix/src/BundleMgrTest.cpp b/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp similarity index 100% rename from appexecfwk_lite/bundle_mgr_posix/src/BundleMgrTest.cpp rename to appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 01fc05a30abcdce366859c891c81a224ff1e2a36..880a1bc9bd519c8b0af7daa978682671a13d117d 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -39,11 +39,11 @@ 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/datahuks_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", - "//test/xts/acts/update_lite/updater_hal:ActsUpdaterFuncTest", + "//test/xts/acts/update_lite/dupdate_hal:ActsUpdaterFuncTest", "//test/xts/acts/startup_lite/bootstrap_hal:ActsBootstrapTest", ] } else if (ohos_kernel_type == "liteos_a") { @@ -67,7 +67,7 @@ lite_component("acts_component") { "//test/xts/acts/graphic_lite/graphic_utils:uikit_test1", "//test/xts/acts/graphic_lite/surface:uikit_test2", "//test/xts/acts/graphic_lite/ui:uikit_test3", - "//test/xts/acts/appexecfwk_lite/bundle_mgr_posix:ActsBundleMgrTest", + "//test/xts/acts/appexecfwk_lite/appexecfwk_posix:ActsBundleMgrTest", "//test/xts/acts/aafwk_lite/ability_posix:ActsAbilityMgrTest", "//test/xts/acts/communication_lite/softbus_posix:ActsSoftBusTest", "//test/xts/acts/communication_lite/lwip_posix:ActsLwipTest", @@ -75,13 +75,13 @@ lite_component("acts_component") { "//test/xts/acts/ai_lite/ai_engine_posix/base:ActsAiEngineTest", "//test/xts/acts/global_lite:ActsGlobalTest", "//test/xts/acts/sensors_lite:sensorstest", - "//test/xts/acts/update_lite/updater_posix:ActsUpdateTest", + "//test/xts/acts/update_lite/dupdate_posix:ActsUpdateTest", ] } else if (ohos_kernel_type == "linux") { all_features += [ "//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/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 25f7f15bef08bd00872b59c9c0a0e5b84d28b070..6122699c67934c28fd076f1b70fbd714de2193bd 100755 --- a/security_lite/BUILD.gn +++ b/security_lite/BUILD.gn @@ -13,7 +13,7 @@ group("securitytest") { deps = [ - "//test/xts/acts/security_lite/datahuks_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", ] diff --git a/security_lite/datahuks_hal/BUILD.gn b/security_lite/huks_hal/BUILD.gn similarity index 100% rename from security_lite/datahuks_hal/BUILD.gn rename to security_lite/huks_hal/BUILD.gn diff --git a/security_lite/datahuks_hal/Test.tmpl b/security_lite/huks_hal/Test.tmpl similarity index 100% rename from security_lite/datahuks_hal/Test.tmpl rename to security_lite/huks_hal/Test.tmpl diff --git a/security_lite/datahuks_hal/src/security_data_huks.h b/security_lite/huks_hal/src/security_data_huks.h similarity index 100% rename from security_lite/datahuks_hal/src/security_data_huks.h rename to security_lite/huks_hal/src/security_data_huks.h diff --git a/security_lite/datahuks_hal/src/security_data_huks_dec_test.c b/security_lite/huks_hal/src/security_data_huks_dec_test.c similarity index 100% rename from security_lite/datahuks_hal/src/security_data_huks_dec_test.c rename to security_lite/huks_hal/src/security_data_huks_dec_test.c diff --git a/security_lite/datahuks_hal/src/security_data_huks_enc_test.c b/security_lite/huks_hal/src/security_data_huks_enc_test.c similarity index 100% rename from security_lite/datahuks_hal/src/security_data_huks_enc_test.c rename to security_lite/huks_hal/src/security_data_huks_enc_test.c diff --git a/security_lite/datahuks_hal/src/security_data_huks_export_hash_random_test.c b/security_lite/huks_hal/src/security_data_huks_export_hash_random_test.c similarity index 100% rename from security_lite/datahuks_hal/src/security_data_huks_export_hash_random_test.c rename to security_lite/huks_hal/src/security_data_huks_export_hash_random_test.c diff --git a/security_lite/datahuks_hal/src/security_data_huks_gen_del_test.c b/security_lite/huks_hal/src/security_data_huks_gen_del_test.c similarity index 100% rename from security_lite/datahuks_hal/src/security_data_huks_gen_del_test.c rename to security_lite/huks_hal/src/security_data_huks_gen_del_test.c diff --git a/security_lite/datahuks_hal/src/security_data_huks_sign_verify_test.c b/security_lite/huks_hal/src/security_data_huks_sign_verify_test.c similarity index 100% rename from security_lite/datahuks_hal/src/security_data_huks_sign_verify_test.c rename to security_lite/huks_hal/src/security_data_huks_sign_verify_test.c diff --git a/security_lite/datahuks_posix/BUILD.gn b/security_lite/huks_posix/BUILD.gn similarity index 100% rename from security_lite/datahuks_posix/BUILD.gn rename to security_lite/huks_posix/BUILD.gn diff --git a/security_lite/datahuks_posix/Test.json b/security_lite/huks_posix/Test.json similarity index 100% rename from security_lite/datahuks_posix/Test.json rename to security_lite/huks_posix/Test.json diff --git a/security_lite/datahuks_posix/src/SecurityDataHuks.h b/security_lite/huks_posix/src/SecurityDataHuks.h similarity index 100% rename from security_lite/datahuks_posix/src/SecurityDataHuks.h rename to security_lite/huks_posix/src/SecurityDataHuks.h diff --git a/security_lite/datahuks_posix/src/SecurityDataHuksDecTest.cpp b/security_lite/huks_posix/src/SecurityDataHuksDecTest.cpp similarity index 100% rename from security_lite/datahuks_posix/src/SecurityDataHuksDecTest.cpp rename to security_lite/huks_posix/src/SecurityDataHuksDecTest.cpp diff --git a/security_lite/datahuks_posix/src/SecurityDataHuksEncTest.cpp b/security_lite/huks_posix/src/SecurityDataHuksEncTest.cpp similarity index 100% rename from security_lite/datahuks_posix/src/SecurityDataHuksEncTest.cpp rename to security_lite/huks_posix/src/SecurityDataHuksEncTest.cpp diff --git a/security_lite/datahuks_posix/src/SecurityDataHuksGenDelTest.cpp b/security_lite/huks_posix/src/SecurityDataHuksGenDelTest.cpp similarity index 100% rename from security_lite/datahuks_posix/src/SecurityDataHuksGenDelTest.cpp rename to security_lite/huks_posix/src/SecurityDataHuksGenDelTest.cpp diff --git a/security_lite/datahuks_posix/src/SecurityDataHuksHashRandomHmacTest.cpp b/security_lite/huks_posix/src/SecurityDataHuksHashRandomHmacTest.cpp similarity index 100% rename from security_lite/datahuks_posix/src/SecurityDataHuksHashRandomHmacTest.cpp rename to security_lite/huks_posix/src/SecurityDataHuksHashRandomHmacTest.cpp diff --git a/update_lite/updater_hal/BUILD.gn b/update_lite/dupdate_hal/BUILD.gn similarity index 100% rename from update_lite/updater_hal/BUILD.gn rename to update_lite/dupdate_hal/BUILD.gn diff --git a/update_lite/updater_hal/Test.tmpl b/update_lite/dupdate_hal/Test.tmpl similarity index 100% rename from update_lite/updater_hal/Test.tmpl rename to update_lite/dupdate_hal/Test.tmpl diff --git a/update_lite/updater_hal/src/ota_func_test.c b/update_lite/dupdate_hal/src/ota_func_test.c similarity index 100% rename from update_lite/updater_hal/src/ota_func_test.c rename to update_lite/dupdate_hal/src/ota_func_test.c diff --git a/update_lite/updater_posix/BUILD.gn b/update_lite/dupdate_posix/BUILD.gn similarity index 100% rename from update_lite/updater_posix/BUILD.gn rename to update_lite/dupdate_posix/BUILD.gn diff --git a/update_lite/updater_posix/Test.json b/update_lite/dupdate_posix/Test.json similarity index 100% rename from update_lite/updater_posix/Test.json rename to update_lite/dupdate_posix/Test.json diff --git a/update_lite/updater_posix/src/UpdateTest.cpp b/update_lite/dupdate_posix/src/UpdateTest.cpp similarity index 100% rename from update_lite/updater_posix/src/UpdateTest.cpp rename to update_lite/dupdate_posix/src/UpdateTest.cpp