!830 filemanagement_user_file_service适配ipc_js变更

Merge pull request !830 from yanghang/master
This commit is contained in:
openharmony_ci 2024-04-16 12:43:00 +00:00 committed by Gitee
commit dce87e2c0e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ ohos_fuzztest("ExternalFileAccessFuzzTest") {
"c_utils:utils",
"hilog:libhilog",
"ipc:ipc_core",
"ipc:ipc_js",
"ipc:rpc",
"samgr:samgr_proxy",
]

View File

@ -51,7 +51,7 @@ ohos_fuzztest("MedialibraryFileAccessFuzzTest") {
"c_utils:utils",
"hilog:libhilog",
"ipc:ipc_core",
"ipc:ipc_js",
"ipc:rpc",
"samgr:samgr_proxy",
]

View File

@ -58,7 +58,7 @@ ohos_unittest("medialibrary_file_access_test") {
"access_token:libtoken_setproc",
"c_utils:utils",
"ipc:ipc_core",
"ipc:ipc_js",
"ipc:rpc",
"samgr:samgr_proxy",
]
@ -116,7 +116,7 @@ ohos_unittest("external_file_access_test") {
"c_utils:utils",
"hilog:libhilog",
"ipc:ipc_core",
"ipc:ipc_js",
"ipc:rpc",
"samgr:samgr_proxy",
]
}