未验证 提交 ea531873 编写于 作者: O openharmony_ci 提交者: Gitee

!3783 增加部件配置

Merge pull request !3783 from ry/master
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsBmsGetInfosTest") { ohos_hap_assist_suite("ActsBmsGetInfosTest") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_js_assets", ":hjs_demo_js_assets",
...@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBmsGetInfosTest") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBmsGetInfosTest") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBmsGetInfosTest" hap_name = "ActsBmsGetInfosTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default" source_dir = "./entry/src/main/js/default"
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("actszipfileandunzipfiletest") { ohos_hap_assist_suite("actszipfileandunzipfiletest") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_js_assets", ":hjs_demo_js_assets",
...@@ -21,6 +21,8 @@ ohos_js_hap_suite("actszipfileandunzipfiletest") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("actszipfileandunzipfiletest") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsZipFileAndUnzipFileTest" hap_name = "ActsZipFileAndUnzipFileTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default" source_dir = "./entry/src/main/js/default"
......
...@@ -21,4 +21,6 @@ ohos_moduletest_suite("ActsZlibTest") { ...@@ -21,4 +21,6 @@ ohos_moduletest_suite("ActsZlibTest") {
public_configs = [ "//third_party/zlib:zlib_public_config" ] public_configs = [ "//third_party/zlib:zlib_public_config" ]
deps = [ "//third_party/zlib:libz" ] deps = [ "//third_party/zlib:libz" ]
external_deps = [ "utils_base:utils" ] 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.
先完成此消息的编辑!
想要评论请 注册