提交 818ab900 编写于 作者: S shuxiong

gn格式化

Signed-off-by: Nshuxiong <shuxiong@huawei.com>
上级 43fbcdcf
...@@ -13,7 +13,5 @@ ...@@ -13,7 +13,5 @@
group("telephony") { group("telephony") {
testonly = true testonly = true
deps = [ deps = [ "telephonyjstest:telephonyjstest" ]
"telephonyjstest:telephonyjstest",
]
} }
...@@ -15,10 +15,10 @@ import("//build/ohos_var.gni") ...@@ -15,10 +15,10 @@ import("//build/ohos_var.gni")
group("telephonyjstest") { group("telephonyjstest") {
testonly = true testonly = true
deps = [ deps = [
"network_search:network_search", "call_manager:call_manager",
"sms_mms:sms_mms", "network_search:network_search",
"call_manager:call_manager", "sim:sim",
"sim:sim", "sms_mms:sms_mms",
] ]
} }
...@@ -18,8 +18,8 @@ group("call_manager") { ...@@ -18,8 +18,8 @@ group("call_manager") {
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
"call_manager_mmi:CallManagerMMI", "call_manager_mmi:CallManagerMMI",
"call_manager_test:CallManagerTest",
"call_manager_on_dail:CallManagerOnDail", "call_manager_on_dail:CallManagerOnDail",
"call_manager_test:CallManagerTest",
] ]
} }
} }
...@@ -28,4 +28,4 @@ ohos_js_assets("hjs_demo_js_assets") { ...@@ -28,4 +28,4 @@ ohos_js_assets("hjs_demo_js_assets") {
ohos_resources("hjs_demo_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/js/resources" ] sources = [ "./entry/src/main/js/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
\ No newline at end of file
...@@ -28,4 +28,4 @@ ohos_js_assets("hjs_demo_js_assets") { ...@@ -28,4 +28,4 @@ ohos_js_assets("hjs_demo_js_assets") {
ohos_resources("hjs_demo_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/js/resources" ] sources = [ "./entry/src/main/js/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
\ No newline at end of file
...@@ -28,4 +28,4 @@ ohos_js_assets("hjs_demo_js_assets") { ...@@ -28,4 +28,4 @@ ohos_js_assets("hjs_demo_js_assets") {
ohos_resources("hjs_demo_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/js/resources" ] sources = [ "./entry/src/main/js/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
\ No newline at end of file
...@@ -19,8 +19,8 @@ group("network_search") { ...@@ -19,8 +19,8 @@ group("network_search") {
"network_search_information:NetworkSearchInformation", "network_search_information:NetworkSearchInformation",
"network_search_performance:NetworkSearchPerformance", "network_search_performance:NetworkSearchPerformance",
"network_search_radio:NetworkSearchRadio", "network_search_radio:NetworkSearchRadio",
"network_search_selection_mode:NetworkSearchSelectionMoce",
"network_search_reliability:NetworkSearchReliability", "network_search_reliability:NetworkSearchReliability",
"network_search_selection_mode:NetworkSearchSelectionMoce",
] ]
} }
} }
...@@ -28,4 +28,3 @@ ohos_resources("hjs_demo_resources") { ...@@ -28,4 +28,3 @@ ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/js/resources" ] sources = [ "./entry/src/main/js/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
...@@ -27,4 +27,4 @@ ohos_js_assets("hjs_demo_js_assets") { ...@@ -27,4 +27,4 @@ ohos_js_assets("hjs_demo_js_assets") {
ohos_resources("hjs_demo_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/js/resources" ] sources = [ "./entry/src/main/js/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
\ No newline at end of file
...@@ -20,9 +20,9 @@ group("sim") { ...@@ -20,9 +20,9 @@ group("sim") {
"sim_file_manager_function_test:SimFileManagerFunctionTest", "sim_file_manager_function_test:SimFileManagerFunctionTest",
"sim_manager_function_test:SimManagerFunctionTest", "sim_manager_function_test:SimManagerFunctionTest",
"sim_no_sim_function_test:SimNoSimFunctionTest", "sim_no_sim_function_test:SimNoSimFunctionTest",
"sim_state_manager_function_test:SimStateManagerFunctionTest",
"sim_reliability_test:SimReliabilityTest",
"sim_performance_test:SimPerformanceTest", "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.
先完成此消息的编辑!
想要评论请 注册