Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
f0a08c3a
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
f0a08c3a
编写于
3月 25, 2023
作者:
O
openharmony_ci
提交者:
Gitee
3月 25, 2023
浏览文件
操作
浏览文件
下载
差异文件
!8201 3.2release build.gn 添加partname与systemname字段
Merge pull request !8201 from chenxuihui/OpenHarmony-3.2-Release
上级
bbf9d75b
b6f9eb58
变更
13
隐藏空白更改
内联
并排
Showing
13 changed file
with
28 addition
and
4 deletion
+28
-4
hiviewdfx/abilityconstanttest/BUILD.gn
hiviewdfx/abilityconstanttest/BUILD.gn
+2
-0
hiviewdfx/apprecoverytest/BUILD.gn
hiviewdfx/apprecoverytest/BUILD.gn
+2
-0
hiviewdfx/bytracetest/BUILD.gn
hiviewdfx/bytracetest/BUILD.gn
+2
-0
hiviewdfx/hiappeventtest/hiappeventcpptest/BUILD.gn
hiviewdfx/hiappeventtest/hiappeventcpptest/BUILD.gn
+2
-0
hiviewdfx/hicheckertest/hicheckerjstest/BUILD.gn
hiviewdfx/hicheckertest/hicheckerjstest/BUILD.gn
+2
-0
hiviewdfx/hidebugtest/hidebugtestjstest/BUILD.gn
hiviewdfx/hidebugtest/hidebugtestjstest/BUILD.gn
+2
-0
hiviewdfx/hilogtest/hilogdomainofftest/BUILD.gn
hiviewdfx/hilogtest/hilogdomainofftest/BUILD.gn
+2
-0
hiviewdfx/hilogtest/hilogdomainontest/BUILD.gn
hiviewdfx/hilogtest/hilogdomainontest/BUILD.gn
+2
-0
hiviewdfx/hilogtest/hilogjstest/BUILD.gn
hiviewdfx/hilogtest/hilogjstest/BUILD.gn
+4
-4
hiviewdfx/hisyseventtest/hisyseventjstest/BUILD.gn
hiviewdfx/hisyseventtest/hisyseventjstest/BUILD.gn
+2
-0
hiviewdfx/hitracechainjstest/BUILD.gn
hiviewdfx/hitracechainjstest/BUILD.gn
+2
-0
hiviewdfx/hitracemetertest/BUILD.gn
hiviewdfx/hitracemetertest/BUILD.gn
+2
-0
hiviewdfx/hiview/faultlogger/faultloggerjs/BUILD.gn
hiviewdfx/hiview/faultlogger/faultloggerjs/BUILD.gn
+2
-0
未找到文件。
hiviewdfx/abilityconstanttest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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
...
...
hiviewdfx/apprecoverytest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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
...
...
hiviewdfx/bytracetest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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
...
...
hiviewdfx/hiappeventtest/hiappeventcpptest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -38,4 +38,6 @@ ohos_moduletest_suite("ActsHiAppEventCPPTest") {
"//third_party/googletest:gtest_main",
]
configs = [ ":hilogtest_config" ]
part_name = "hisysevent_native"
subsystem_name = "hiviewdfx"
}
hiviewdfx/hicheckertest/hicheckerjstest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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
...
...
hiviewdfx/hidebugtest/hidebugtestjstest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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
...
...
hiviewdfx/hilogtest/hilogdomainofftest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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
...
...
hiviewdfx/hilogtest/hilogdomainontest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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
...
...
hiviewdfx/hilogtest/hilogjstest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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
...
...
hiviewdfx/hisyseventtest/hisyseventjstest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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
...
...
hiviewdfx/hitracechainjstest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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
...
...
hiviewdfx/hitracemetertest/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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
...
...
hiviewdfx/hiview/faultlogger/faultloggerjs/BUILD.gn
浏览文件 @
f0a08c3a
...
...
@@ -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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录