mirror of
https://gitee.com/openharmony/bundlemanager_app_domain_verify
synced 2025-01-15 13:08:02 +00:00
commit
a70e15c4d2
@ -62,6 +62,7 @@ ohos_unittest("app_domain_verify_agent_client_test") {
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"c_utils:utils",
|
||||
"eventhandler:libeventhandler",
|
||||
"ffrt:libffrt",
|
||||
"hilog:libhilog",
|
||||
"hisysevent:libhisysevent",
|
||||
|
@ -63,6 +63,7 @@ ohos_unittest("app_domain_verify_mgr_client_test") {
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"c_utils:utils",
|
||||
"eventhandler:libeventhandler",
|
||||
"ffrt:libffrt",
|
||||
"hilog:libhilog",
|
||||
"hisysevent:libhisysevent",
|
||||
|
@ -74,6 +74,9 @@ ohos_unittest("app_domain_verify_bean_test") {
|
||||
"netstack:http_client",
|
||||
"os_account:os_account_innerkits",
|
||||
"relational_store:native_rdb",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:dynamic_cache",
|
||||
"samgr:samgr_common",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
|
@ -71,6 +71,9 @@ ohos_unittest("app_domain_verify_zidl_test") {
|
||||
"netstack:http_client",
|
||||
"os_account:os_account_innerkits",
|
||||
"relational_store:native_rdb",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:dynamic_cache",
|
||||
"samgr:samgr_common",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
|
@ -74,6 +74,9 @@ ohos_unittest("app_domain_verify_bms_test") {
|
||||
"netstack:http_client",
|
||||
"os_account:os_account_innerkits",
|
||||
"relational_store:native_rdb",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:dynamic_cache",
|
||||
"samgr:samgr_common",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
|
@ -68,6 +68,7 @@ ohos_unittest("app_domain_verify_module_test") {
|
||||
"ipc:ipc_core",
|
||||
"netmanager_base:net_conn_manager_if",
|
||||
"os_account:os_account_innerkits",
|
||||
"preferences:native_preferences",
|
||||
"relational_store:native_rdb",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -72,6 +72,9 @@ ohos_unittest("app_domain_verify_agent_service_test") {
|
||||
"os_account:os_account_innerkits",
|
||||
"os_account:os_account_innerkits",
|
||||
"relational_store:native_rdb",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:dynamic_cache",
|
||||
"samgr:samgr_common",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
|
@ -81,7 +81,11 @@ ohos_unittest("app_domain_verify_mgr_service_test") {
|
||||
"ipc:ipc_core",
|
||||
"netstack:http_client",
|
||||
"os_account:os_account_innerkits",
|
||||
"preferences:native_preferences",
|
||||
"relational_store:native_rdb",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:dynamic_cache",
|
||||
"samgr:samgr_common",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user