Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
f1ec771d
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看板
提交
f1ec771d
编写于
11月 30, 2021
作者:
S
shuxiong
1
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
gn文件格式化
Signed-off-by:
N
shuxiong
<
shuxiong@huawei.com
>
上级
cca3e4b1
变更
14
隐藏空白更改
内联
并排
Showing
14 changed file
with
14 addition
and
14 deletion
+14
-14
telephony/telephonyjstest/BUILD.gn
telephony/telephonyjstest/BUILD.gn
+1
-1
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
+1
-1
telephony/telephonyjstest/network_search/network_search_radio/BUILD.gn
...ephonyjstest/network_search/network_search_radio/BUILD.gn
+1
-1
telephony/telephonyjstest/network_search/network_search_selection_mode/BUILD.gn
...est/network_search/network_search_selection_mode/BUILD.gn
+1
-1
telephony/telephonyjstest/sim/BUILD.gn
telephony/telephonyjstest/sim/BUILD.gn
+1
-1
telephony/telephonyjstest/sim/sim_file_manager_function_test/BUILD.gn
...lephonyjstest/sim/sim_file_manager_function_test/BUILD.gn
+1
-1
telephony/telephonyjstest/sim/sim_manager_function_test/BUILD.gn
...ny/telephonyjstest/sim/sim_manager_function_test/BUILD.gn
+1
-1
telephony/telephonyjstest/sim/sim_no_sim_function_test/BUILD.gn
...ony/telephonyjstest/sim/sim_no_sim_function_test/BUILD.gn
+1
-1
telephony/telephonyjstest/sim/sim_state_manager_function_test/BUILD.gn
...ephonyjstest/sim/sim_state_manager_function_test/BUILD.gn
+1
-1
未找到文件。
telephony/telephonyjstest/BUILD.gn
浏览文件 @
f1ec771d
...
...
@@ -21,4 +21,4 @@ group("telephonyjstest") {
"sim:sim",
"sms_mms:sms_mms",
]
}
\ No newline at end of file
}
telephony/telephonyjstest/call_manager/BUILD.gn
浏览文件 @
f1ec771d
...
...
@@ -22,4 +22,4 @@ group("call_manager") {
"call_manager_test:CallManagerTest",
]
}
}
\ No newline at end of file
}
telephony/telephonyjstest/call_manager/call_manager_mmi/BUILD.gn
浏览文件 @
f1ec771d
...
...
@@ -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
浏览文件 @
f1ec771d
...
...
@@ -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
浏览文件 @
f1ec771d
...
...
@@ -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
浏览文件 @
f1ec771d
...
...
@@ -23,4 +23,4 @@ group("network_search") {
"network_search_selection_mode:NetworkSearchSelectionMoce",
]
}
}
\ No newline at end of file
}
telephony/telephonyjstest/network_search/network_search_information/BUILD.gn
浏览文件 @
f1ec771d
...
...
@@ -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/network_search/network_search_radio/BUILD.gn
浏览文件 @
f1ec771d
...
...
@@ -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/network_search/network_search_selection_mode/BUILD.gn
浏览文件 @
f1ec771d
...
...
@@ -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
浏览文件 @
f1ec771d
...
...
@@ -25,4 +25,4 @@ group("sim") {
"sim_state_manager_function_test:SimStateManagerFunctionTest",
]
}
}
\ No newline at end of file
}
telephony/telephonyjstest/sim/sim_file_manager_function_test/BUILD.gn
浏览文件 @
f1ec771d
...
...
@@ -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/sim/sim_manager_function_test/BUILD.gn
浏览文件 @
f1ec771d
...
...
@@ -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/sim/sim_no_sim_function_test/BUILD.gn
浏览文件 @
f1ec771d
...
...
@@ -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/sim/sim_state_manager_function_test/BUILD.gn
浏览文件 @
f1ec771d
...
...
@@ -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
}
鸿蒙社区
@harmonycommunity
mentioned in commit
d5e7e8b1
·
12月 02, 2021
mentioned in commit
d5e7e8b1
mentioned in commit d5e7e8b1b04e4bf38ae680f7b86f2a2396429e5a
开关提交列表
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录