chore(build): format all BUILD.gn files

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: Ifd3bf13f53a27e0a0bbd051cf35662e7409e6ed0
This commit is contained in:
Caoruihong
2021-11-06 11:55:58 +08:00
parent 38163de8f3
commit a2fed9a56c
29 changed files with 54 additions and 89 deletions

View File

@@ -41,12 +41,9 @@ sources_entry = [
"security_reugid_test.cpp",
]
sources_smoke = [
"smoke/reugid_test_001.cpp",
]
sources_smoke = [ "smoke/reugid_test_001.cpp" ]
sources_full = [
]
sources_full = []
if (LOSCFG_USER_TEST_LEVEL >= TEST_LEVEL_LOW) {
unittest("liteos_a_security_reugid_unittest_door") {

View File

@@ -41,12 +41,9 @@ sources_entry = [
"security_vid_test.cpp",
]
sources_smoke = [
"smoke/vid_test_001.cpp",
]
sources_smoke = [ "smoke/vid_test_001.cpp" ]
sources_full = [
]
sources_full = []
if (LOSCFG_USER_TEST_LEVEL >= TEST_LEVEL_LOW) {
unittest("liteos_a_security_vid_unittest_door") {