Signed-off-by: dong-dongzhen <dongshaomin@huawei.com>
Change-Id: I350743b71ddf97c83387e0349669852f85d99752
This commit is contained in:
dong-dongzhen 2023-10-28 14:27:09 +08:00
parent 483b5d4f7d
commit df0d1ddaa1

View File

@ -39,6 +39,7 @@ ohos_moduletest_suite("HatsHdfExtensionContextTest") {
cflags += [ "-DBINDER_IPC_32BIT" ]
}
deps = [
"$base_root/drivers/external_device_manager/services/native/driver_extension:driver_extension",
"${ability_runtime_napi_path}/inner/napi_common:napi_common",
"${ability_runtime_native_path}/ability/native:ability_business_error",
"${ability_runtime_native_path}/ability/native:abilitykit_native",
@ -48,7 +49,6 @@ ohos_moduletest_suite("HatsHdfExtensionContextTest") {
"${ability_runtime_test_path}/mock/services_abilitymgr_test/libs/aakit:aakit_mock",
"${ability_runtime_test_path}/mock/services_abilitymgr_test/libs/appexecfwk_core:appexecfwk_appmgr_mock",
"${ability_runtime_test_path}/mock/services_abilitymgr_test/libs/appexecfwk_core:appexecfwk_bundlemgr_mock",
"$base_root/drivers/external_device_manager/services/native/driver_extension:driver_extension",
"//third_party/googletest:gmock_main",
"//third_party/googletest:gtest_main",
]