提交 0ae97fe0 编写于 作者: C chenqi

Add subsystem and part_name in Container

Description
    Modify Container containerLine_lib_standard/BUILD.gn and containerRelation_lib_standard/BUILD.gn
issue
    https://gitee.com/openharmony/xts_acts/issues/I5KMB2Signed-off-by: Nchenqi <chenqi151@huawei.com>
上级 0e108875
...@@ -27,8 +27,8 @@ ohos_js_hap_suite("containerLine_js_test") { ...@@ -27,8 +27,8 @@ ohos_js_hap_suite("containerLine_js_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsContainerLineJsTest" hap_name = "ActsContainerLineJsTest"
# part_name = "prebuilt_hap" subsystem_name = "commonlibrary"
# subsystem_name = "xts" part_name = "ets_utils"
} }
ohos_js_assets("containerLine_js_assets") { ohos_js_assets("containerLine_js_assets") {
js2abc = true js2abc = true
......
...@@ -27,8 +27,8 @@ ohos_js_hap_suite("containerRelation_js_test") { ...@@ -27,8 +27,8 @@ ohos_js_hap_suite("containerRelation_js_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsContainerRelationJsTest" hap_name = "ActsContainerRelationJsTest"
# part_name = "prebuilt_hap" subsystem_name = "commonlibrary"
# subsystem_name = "xts" part_name = "ets_utils"
} }
ohos_js_assets("containerRelation_js_assets") { ohos_js_assets("containerRelation_js_assets") {
js2abc = true js2abc = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册