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

gn格式化

Signed-off-by: Nshuxiong <shuxiong@huawei.com>
上级 43fbcdcf
......@@ -13,7 +13,5 @@
group("telephony") {
testonly = true
deps = [
"telephonyjstest:telephonyjstest",
]
deps = [ "telephonyjstest:telephonyjstest" ]
}
......@@ -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",
]
}
......@@ -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",
]
}
}
......@@ -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
}
......@@ -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
}
......@@ -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
}
......@@ -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",
]
}
}
......@@ -28,4 +28,3 @@ ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/js/resources" ]
hap_profile = "./entry/src/main/config.json"
}
......@@ -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
}
......@@ -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.
先完成此消息的编辑!
想要评论请 注册