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

!8201 3.2release build.gn 添加partname与systemname字段

Merge pull request !8201 from chenxuihui/OpenHarmony-3.2-Release
......@@ -20,6 +20,8 @@ ohos_js_hap_suite("ActsAbilityConstantTest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAbilityConstantTest"
part_name = "hitrace_native"
subsystem_name = "hiviewdfx"
}
ohos_js_assets("abilityconstant_assets") {
js2abc = true
......
......@@ -20,6 +20,8 @@ ohos_js_hap_suite("ActsAppRecoveryTest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAppRecoveryTest"
part_name = "hitrace_native"
subsystem_name = "hiviewdfx"
}
ohos_js_assets("apprecovery_assets") {
js2abc = true
......
......@@ -20,6 +20,8 @@ ohos_js_hap_suite("ActsBytraceJsTest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsByTraceJsTest"
part_name = "hitrace_native"
subsystem_name = "hiviewdfx"
}
ohos_js_assets("bytrace_assets") {
js2abc = true
......
......@@ -38,4 +38,6 @@ ohos_moduletest_suite("ActsHiAppEventCPPTest") {
"//third_party/googletest:gtest_main",
]
configs = [ ":hilogtest_config" ]
part_name = "hisysevent_native"
subsystem_name = "hiviewdfx"
}
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("hicheckerjstest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsHicheckerTest"
part_name = "hichecker_native"
subsystem_name = "hiviewdfx"
}
ohos_js_assets("hichecker_js_assets") {
js2abc = true
......
......@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsHiDebugTest") {
#ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsHiDebugTest"
part_name = "profiler"
subsystem_name = "developtools"
}
ohos_js_assets("hidebug_js_assets") {
js2abc = true
......
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsHilogDomainOffJsTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsHilogDomainOffJsTest"
part_name = "hilog_native"
subsystem_name = "hiviewdfx"
}
ohos_js_assets("hilog_js_assets") {
js2abc = true
......
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsHilogDomainOnJsTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsHilogDomainOnJsTest"
part_name = "hilog_native"
subsystem_name = "hiviewdfx"
}
ohos_js_assets("hilog_js_assets") {
js2abc = true
......
......@@ -21,10 +21,10 @@ ohos_js_hap_suite("ActsHilogJsTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsHilogJsTest"
js_build_mode = "debug"
shared_libraries = [
"./src/main/cpp:hilogndk",
]
part_name = "hilog_native"
subsystem_name = "hiviewdfx"
js_build_mode = "debug"
shared_libraries = [ "./src/main/cpp:hilogndk" ]
}
ohos_js_assets("hilog_js_assets") {
js2abc = true
......
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsHiSysEventJsTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsHiSysEventJsTest"
part_name = "hisysevent_native"
subsystem_name = "hiviewdfx"
}
ohos_js_assets("hisysevent_js_assets") {
js2abc = true
......
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsHiTraceChainJsTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsHiTraceChainJsTest"
part_name = "hitrace_native"
subsystem_name= "hiviewdfx"
}
ohos_js_assets("hitrace_js_assets") {
js2abc = true
......
......@@ -20,6 +20,8 @@ ohos_js_hap_suite("ActsHitraceMeterTest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsHitraceMeterTest"
part_name = "hitrace_native"
subsystem_name = "hiviewdfx"
}
ohos_js_assets("hitracemeter_assets") {
js2abc = true
......
......@@ -20,6 +20,8 @@ ohos_js_hap_suite("faultloggerjs_test") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsFaultloggerJsTest"
part_name = "faultloggerd"
subsystem_name = "hiviewdfx"
}
ohos_js_assets("faultloggerjs_assets") {
js2abc = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册