提交 42821e95 编写于 作者: R ry

add part name

Signed-off-by: Nry <ry.renyi@huawei.com>
上级 4e4e3d4d
......@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsBmsGetInfosTest") {
ohos_hap_assist_suite("ActsBmsGetInfosTest") {
hap_profile = "./entry/src/main/config.json"
deps = [
":hjs_demo_js_assets",
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBmsGetInfosTest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBmsGetInfosTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
......
......@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("actszipfileandunzipfiletest") {
ohos_hap_assist_suite("actszipfileandunzipfiletest") {
hap_profile = "./entry/src/main/config.json"
deps = [
":hjs_demo_js_assets",
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("actszipfileandunzipfiletest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsZipFileAndUnzipFileTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
......
......@@ -21,4 +21,6 @@ ohos_moduletest_suite("ActsZlibTest") {
public_configs = [ "//third_party/zlib:zlib_public_config" ]
deps = [ "//third_party/zlib:libz" ]
external_deps = [ "utils_base:utils" ]
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册