提交 4015dc1b 编写于 作者: M menglin

menglin@huawei.com

Signed-off-by: Nmenglin <menglin@huawei.com>
上级 391ce7c0
...@@ -16,9 +16,9 @@ group("communication") { ...@@ -16,9 +16,9 @@ group("communication") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
"wifi_standard:wifi_standard_test",
"ipcrpc_standard/ipcrpctest:ipcrpcTest",
"ipcrpc_standard/ipcrpcservice:ipcrpcService", "ipcrpc_standard/ipcrpcservice:ipcrpcService",
"ipcrpc_standard/ipcrpctest:ipcrpcTest",
"wifi_standard:wifi_standard_test",
] ]
} else { } else {
deps = [ "wifi_standard:wifi_standard_test" ] deps = [ "wifi_standard:wifi_standard_test" ]
......
...@@ -20,7 +20,7 @@ ohos_js_hap_suite("ipcrpcService") { ...@@ -20,7 +20,7 @@ ohos_js_hap_suite("ipcrpcService") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "IpcRpcService" hap_name = "IpcRpcService"
} }
ohos_js_assets("ipcrpcService_assets") { ohos_js_assets("ipcrpcService_assets") {
...@@ -29,4 +29,4 @@ ohos_js_assets("ipcrpcService_assets") { ...@@ -29,4 +29,4 @@ ohos_js_assets("ipcrpcService_assets") {
ohos_resources("ipcrpcService_resources") { ohos_resources("ipcrpcService_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
\ No newline at end of file
...@@ -20,7 +20,7 @@ ohos_js_hap_suite("ipcrpcTest") { ...@@ -20,7 +20,7 @@ ohos_js_hap_suite("ipcrpcTest") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "IpcRpcTest" hap_name = "IpcRpcTest"
} }
ohos_js_assets("ipcrpcTest_assets") { ohos_js_assets("ipcrpcTest_assets") {
...@@ -29,4 +29,4 @@ ohos_js_assets("ipcrpcTest_assets") { ...@@ -29,4 +29,4 @@ ohos_js_assets("ipcrpcTest_assets") {
ohos_resources("ipcrpcTest_resources") { ohos_resources("ipcrpcTest_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册