提交 4b58c9c6 编写于 作者: J jiyong

rename rpc to ipc

Signed-off-by: Njiyong <jiyong@huawei.com>
上级 0f462188
......@@ -16,6 +16,6 @@ import("//build/ohos_var.gni")
group("dsoftbus") {
testonly = true
if (is_standard_system) {
deps = [ "rpc:ActsRpcJsTest" ]
deps = [ "ipcrpc_standard:ActsRpcJsTest" ]
}
}
......@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsRpcJsTest") {
hap_profile = "./src/main/config.json"
hap_profile = "./entry/src/main/config.json"
deps = [
":rpc_js_assets",
":rpc_js_resources",
......@@ -23,9 +23,9 @@ ohos_js_hap_suite("ActsRpcJsTest") {
hap_name = "ActsRpcHapTest"
}
ohos_js_assets("rpc_js_assets") {
source_dir = "./src/main/js/default"
source_dir = "./entry/src/main/js/default"
}
ohos_resources("rpc_js_resources") {
sources = [ "./src/main/resources" ]
hap_profile = "./src/main/config.json"
sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册