Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
818ab900
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看板
提交
818ab900
编写于
9月 29, 2021
作者:
S
shuxiong
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
gn格式化
Signed-off-by:
N
shuxiong
<
shuxiong@huawei.com
>
上级
43fbcdcf
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
15 addition
and
18 deletion
+15
-18
telephony/BUILD.gn
telephony/BUILD.gn
+1
-3
telephony/telephonyjstest/BUILD.gn
telephony/telephonyjstest/BUILD.gn
+6
-6
telephony/telephonyjstest/call_manager/BUILD.gn
telephony/telephonyjstest/call_manager/BUILD.gn
+1
-1
telephony/telephonyjstest/call_manager/call_manager_mmi/BUILD.gn
...ny/telephonyjstest/call_manager/call_manager_mmi/BUILD.gn
+1
-1
telephony/telephonyjstest/call_manager/call_manager_on_dail/BUILD.gn
...elephonyjstest/call_manager/call_manager_on_dail/BUILD.gn
+1
-1
telephony/telephonyjstest/call_manager/call_manager_test/BUILD.gn
...y/telephonyjstest/call_manager/call_manager_test/BUILD.gn
+1
-1
telephony/telephonyjstest/network_search/BUILD.gn
telephony/telephonyjstest/network_search/BUILD.gn
+1
-1
telephony/telephonyjstest/network_search/network_search_information/BUILD.gn
...jstest/network_search/network_search_information/BUILD.gn
+0
-1
telephony/telephonyjstest/network_search/network_search_radio/BUILD.gn
...ephonyjstest/network_search/network_search_radio/BUILD.gn
+1
-1
telephony/telephonyjstest/sim/BUILD.gn
telephony/telephonyjstest/sim/BUILD.gn
+2
-2
未找到文件。
telephony/BUILD.gn
浏览文件 @
818ab900
...
...
@@ -13,7 +13,5 @@
group("telephony") {
testonly = true
deps = [
"telephonyjstest:telephonyjstest",
]
deps = [ "telephonyjstest:telephonyjstest" ]
}
telephony/telephonyjstest/BUILD.gn
浏览文件 @
818ab900
...
...
@@ -15,10 +15,10 @@ import("//build/ohos_var.gni")
group("telephonyjstest") {
testonly = true
deps = [
"network_search:network_search
",
"sms_mms:sms_mms
",
"call_manager:call_manager
",
"sim:sim
",
]
deps = [
"call_manager:call_manager
",
"network_search:network_search
",
"sim:sim
",
"sms_mms:sms_mms
",
]
}
telephony/telephonyjstest/call_manager/BUILD.gn
浏览文件 @
818ab900
...
...
@@ -18,8 +18,8 @@ group("call_manager") {
if (is_standard_system) {
deps = [
"call_manager_mmi:CallManagerMMI",
"call_manager_test:CallManagerTest",
"call_manager_on_dail:CallManagerOnDail",
"call_manager_test:CallManagerTest",
]
}
}
telephony/telephonyjstest/call_manager/call_manager_mmi/BUILD.gn
浏览文件 @
818ab900
...
...
@@ -28,4 +28,4 @@ ohos_js_assets("hjs_demo_js_assets") {
ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/js/resources" ]
hap_profile = "./entry/src/main/config.json"
}
\ No newline at end of file
}
telephony/telephonyjstest/call_manager/call_manager_on_dail/BUILD.gn
浏览文件 @
818ab900
...
...
@@ -28,4 +28,4 @@ ohos_js_assets("hjs_demo_js_assets") {
ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/js/resources" ]
hap_profile = "./entry/src/main/config.json"
}
\ No newline at end of file
}
telephony/telephonyjstest/call_manager/call_manager_test/BUILD.gn
浏览文件 @
818ab900
...
...
@@ -28,4 +28,4 @@ ohos_js_assets("hjs_demo_js_assets") {
ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/js/resources" ]
hap_profile = "./entry/src/main/config.json"
}
\ No newline at end of file
}
telephony/telephonyjstest/network_search/BUILD.gn
浏览文件 @
818ab900
...
...
@@ -19,8 +19,8 @@ group("network_search") {
"network_search_information:NetworkSearchInformation",
"network_search_performance:NetworkSearchPerformance",
"network_search_radio:NetworkSearchRadio",
"network_search_selection_mode:NetworkSearchSelectionMoce",
"network_search_reliability:NetworkSearchReliability",
"network_search_selection_mode:NetworkSearchSelectionMoce",
]
}
}
telephony/telephonyjstest/network_search/network_search_information/BUILD.gn
浏览文件 @
818ab900
...
...
@@ -28,4 +28,3 @@ ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/js/resources" ]
hap_profile = "./entry/src/main/config.json"
}
telephony/telephonyjstest/network_search/network_search_radio/BUILD.gn
浏览文件 @
818ab900
...
...
@@ -27,4 +27,4 @@ ohos_js_assets("hjs_demo_js_assets") {
ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/js/resources" ]
hap_profile = "./entry/src/main/config.json"
}
\ No newline at end of file
}
telephony/telephonyjstest/sim/BUILD.gn
浏览文件 @
818ab900
...
...
@@ -20,9 +20,9 @@ group("sim") {
"sim_file_manager_function_test:SimFileManagerFunctionTest",
"sim_manager_function_test:SimManagerFunctionTest",
"sim_no_sim_function_test:SimNoSimFunctionTest",
"sim_state_manager_function_test:SimStateManagerFunctionTest",
"sim_reliability_test:SimReliabilityTest",
"sim_performance_test:SimPerformanceTest",
"sim_reliability_test:SimReliabilityTest",
"sim_state_manager_function_test:SimStateManagerFunctionTest",
]
}
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录