From 7c603bf5692f21205451c952599599400c77bce4 Mon Sep 17 00:00:00 2001 From: jiyong Date: Tue, 20 Jul 2021 15:23:36 +0800 Subject: [PATCH] fixed d661d51 from https://gitee.com/bugmaker009527/xts_acts/pulls/338 jiyong@huawei.com Signed-off-by: jiyong --- aafwk_lite/ability_posix/BUILD.gn | 3 --- appexecfwk_lite/bundle_mgr_posix/BUILD.gn | 2 -- communication_lite/softbus_posix/BUILD.gn | 1 - graphic_lite/graphic_utils/a/BUILD.gn | 2 -- graphic_lite/graphic_utils/color_posix/BUILD.gn | 2 -- graphic_lite/graphic_utils/geometry2d_posix/BUILD.gn | 2 -- graphic_lite/graphic_utils/graphic_math_posix/BUILD.gn | 2 -- graphic_lite/graphic_utils/heap_base_posix/BUILD.gn | 2 -- graphic_lite/graphic_utils/list_posix/BUILD.gn | 2 -- graphic_lite/graphic_utils/mem_api_posix/BUILD.gn | 2 -- graphic_lite/graphic_utils/rect_posix/BUILD.gn | 2 -- graphic_lite/graphic_utils/sys_info_posix/BUILD.gn | 2 -- graphic_lite/graphic_utils/transform_posix/BUILD.gn | 2 -- graphic_lite/graphic_utils/version_posix/BUILD.gn | 2 -- graphic_lite/surface/surface_posix/BUILD.gn | 2 -- graphic_lite/ui/a/BUILD.gn | 2 -- graphic_lite/ui/animator_posix/BUILD.gn | 2 -- graphic_lite/ui/easing_equation_posix/BUILD.gn | 2 -- graphic_lite/ui/events_posix/BUILD.gn | 2 -- graphic_lite/ui/flexlayout_posix/BUILD.gn | 2 -- graphic_lite/ui/gridlayout_posix/BUILD.gn | 2 -- graphic_lite/ui/image_posix/BUILD.gn | 2 -- graphic_lite/ui/interpolation_posix/BUILD.gn | 2 -- graphic_lite/ui/layout_posix/BUILD.gn | 2 -- graphic_lite/ui/listlayout_posix/BUILD.gn | 2 -- graphic_lite/ui/screen_posix/BUILD.gn | 2 -- graphic_lite/ui/style_posix/BUILD.gn | 2 -- graphic_lite/ui/theme_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_abstract_progress_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_analog_clock_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_arc_lable_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_axis_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_box_porgress_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_button_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_canvas_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_chart_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_checbox_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_circle_progress_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_digital_clock_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_image_animator_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_image_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_label_button_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_label_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_list_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_picker_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_radio_button_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_repeat_button_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_screenshot_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_scroll_view_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_slider_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_surface_view_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_swipe_view_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_text_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_texture_mapper_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_time_picker_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_toggle_button_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_view_group_posix/BUILD.gn | 2 -- graphic_lite/ui/ui_view_posix/BUILD.gn | 2 -- graphic_lite/ui/uianimator_posix/BUILD.gn | 2 -- graphic_lite/ui/uidfx_posix/BUILD.gn | 2 -- graphic_lite/ui/uifont_posix/BUILD.gn | 2 -- hiviewdfx_lite/hilog_posix/BUILD.gn | 1 - security_lite/datahuks_hal/Test.tmpl | 0 startup_lite/bootstrap_posix/BUILD.gn | 1 - update_lite/updater_hal/Test.tmpl | 0 65 files changed, 124 deletions(-) mode change 100755 => 100644 security_lite/datahuks_hal/Test.tmpl mode change 100644 => 100755 update_lite/updater_hal/Test.tmpl diff --git a/aafwk_lite/ability_posix/BUILD.gn b/aafwk_lite/ability_posix/BUILD.gn index 6b6ed2632..9f0d1c4e7 100755 --- a/aafwk_lite/ability_posix/BUILD.gn +++ b/aafwk_lite/ability_posix/BUILD.gn @@ -51,12 +51,9 @@ hcpptest_suite("ActsAbilityMgrTest") { "${appexecfwk_lite_path}/interfaces/innerkits/bundlemgr_lite/", "//foundation/distributedschedule/samgr_lite/interfaces/kits/registry", "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", - "//kernel/liteos_a/kernel/include", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//utils/native/lite/include", - "//kernel/liteos_a/lib/libsec/include", "${appexecfwk_lite_path}/interfaces/innerkits/bundlemgr_lite", "//foundation/graphic/ui/interfaces/kits", "//foundation/graphic/utils/interfaces/innerkits", diff --git a/appexecfwk_lite/bundle_mgr_posix/BUILD.gn b/appexecfwk_lite/bundle_mgr_posix/BUILD.gn index e7647c3c1..5066813bc 100755 --- a/appexecfwk_lite/bundle_mgr_posix/BUILD.gn +++ b/appexecfwk_lite/bundle_mgr_posix/BUILD.gn @@ -31,8 +31,6 @@ hcpptest_suite("ActsBundleMgrTest") { "//third_party/googletest/googletest/include", "//utils/native/lite/include", "${aafwk_lite_path}/interfaces/innerkits/intent_lite", - "//kernel/liteos_a/kernel/include", - "//kernel/liteos_a/kernel/common", "//third_party/cJSON", ] deps = [ diff --git a/communication_lite/softbus_posix/BUILD.gn b/communication_lite/softbus_posix/BUILD.gn index a47d12cda..1c546b032 100755 --- a/communication_lite/softbus_posix/BUILD.gn +++ b/communication_lite/softbus_posix/BUILD.gn @@ -31,7 +31,6 @@ hcpptest_suite("ActsSoftBusTest") { "//third_party/cJSON", "//third_party/mbedtls/include", "//third_party/bounds_checking_function/include", - "//kernel/liteos_a/lib/libsec/include", "//base/startup/syspara_lite/interfaces/kits/include", "//base/security/deviceauth/interfaces/innerkits/deviceauth_lite", "//base/security/deviceauth/frameworks/deviceauth_lite/source/huks_adapter/", diff --git a/graphic_lite/graphic_utils/a/BUILD.gn b/graphic_lite/graphic_utils/a/BUILD.gn index 4df4aa451..0e2babecf 100755 --- a/graphic_lite/graphic_utils/a/BUILD.gn +++ b/graphic_lite/graphic_utils/a/BUILD.gn @@ -27,8 +27,6 @@ hcpptest_suite("ActsUiInterfaceTest1") { } include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/graphic_utils/color_posix/BUILD.gn b/graphic_lite/graphic_utils/color_posix/BUILD.gn index 28c864850..fde8d65c5 100755 --- a/graphic_lite/graphic_utils/color_posix/BUILD.gn +++ b/graphic_lite/graphic_utils/color_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsColorTest") { sources = [ "src/color_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/graphic_utils/geometry2d_posix/BUILD.gn b/graphic_lite/graphic_utils/geometry2d_posix/BUILD.gn index a455c130e..9c5344d9c 100755 --- a/graphic_lite/graphic_utils/geometry2d_posix/BUILD.gn +++ b/graphic_lite/graphic_utils/geometry2d_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsGeometyr2dTest") { sources = [ "src/geometry2d_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/graphic_utils/graphic_math_posix/BUILD.gn b/graphic_lite/graphic_utils/graphic_math_posix/BUILD.gn index 3fc371b8f..039da721f 100755 --- a/graphic_lite/graphic_utils/graphic_math_posix/BUILD.gn +++ b/graphic_lite/graphic_utils/graphic_math_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsGraphicMathTest") { sources = [ "src/graphic_math_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/graphic_utils/heap_base_posix/BUILD.gn b/graphic_lite/graphic_utils/heap_base_posix/BUILD.gn index 480163523..aebfc0508 100755 --- a/graphic_lite/graphic_utils/heap_base_posix/BUILD.gn +++ b/graphic_lite/graphic_utils/heap_base_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsHeapBaseTest") { sources = [ "src/heap_base_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/graphic_utils/list_posix/BUILD.gn b/graphic_lite/graphic_utils/list_posix/BUILD.gn index fbc488759..b9e85390f 100755 --- a/graphic_lite/graphic_utils/list_posix/BUILD.gn +++ b/graphic_lite/graphic_utils/list_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsListTest") { sources = [ "src/list_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/graphic_utils/mem_api_posix/BUILD.gn b/graphic_lite/graphic_utils/mem_api_posix/BUILD.gn index 9627edc04..9c1d31f9f 100755 --- a/graphic_lite/graphic_utils/mem_api_posix/BUILD.gn +++ b/graphic_lite/graphic_utils/mem_api_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsGraphMemApiTest") { sources = [ "src/mem_api_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/graphic_utils/rect_posix/BUILD.gn b/graphic_lite/graphic_utils/rect_posix/BUILD.gn index 8fcef3bcc..a2fc00d6f 100755 --- a/graphic_lite/graphic_utils/rect_posix/BUILD.gn +++ b/graphic_lite/graphic_utils/rect_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsRectTest") { sources = [ "src/rect_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/graphic_utils/sys_info_posix/BUILD.gn b/graphic_lite/graphic_utils/sys_info_posix/BUILD.gn index 340641fc7..9cbf70ba5 100755 --- a/graphic_lite/graphic_utils/sys_info_posix/BUILD.gn +++ b/graphic_lite/graphic_utils/sys_info_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsSysInfoTest") { sources = [ "src/sys_info_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/graphic_utils/transform_posix/BUILD.gn b/graphic_lite/graphic_utils/transform_posix/BUILD.gn index ec291ecf9..f0858fe22 100755 --- a/graphic_lite/graphic_utils/transform_posix/BUILD.gn +++ b/graphic_lite/graphic_utils/transform_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsTransformTest") { sources = [ "src/transform_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/graphic_utils/version_posix/BUILD.gn b/graphic_lite/graphic_utils/version_posix/BUILD.gn index d9032520a..be39c4217 100755 --- a/graphic_lite/graphic_utils/version_posix/BUILD.gn +++ b/graphic_lite/graphic_utils/version_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsGraphVersionTest") { sources = [ "src/version_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/surface/surface_posix/BUILD.gn b/graphic_lite/surface/surface_posix/BUILD.gn index 5d17aa9c8..d5aacb3e6 100755 --- a/graphic_lite/surface/surface_posix/BUILD.gn +++ b/graphic_lite/surface/surface_posix/BUILD.gn @@ -21,8 +21,6 @@ hcpptest_suite("ActsSurfaceTest") { ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/a/BUILD.gn b/graphic_lite/ui/a/BUILD.gn index adb59ea25..bee6356f6 100755 --- a/graphic_lite/ui/a/BUILD.gn +++ b/graphic_lite/ui/a/BUILD.gn @@ -28,8 +28,6 @@ hcpptest_suite("ActsUiInterfaceTest") { } include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/animator_posix/BUILD.gn b/graphic_lite/ui/animator_posix/BUILD.gn index 95b8f1141..4fe8c00d2 100755 --- a/graphic_lite/ui/animator_posix/BUILD.gn +++ b/graphic_lite/ui/animator_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsAnimatorTest") { sources = [ "src/animator_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/easing_equation_posix/BUILD.gn b/graphic_lite/ui/easing_equation_posix/BUILD.gn index 00ade17f4..2988a3a12 100755 --- a/graphic_lite/ui/easing_equation_posix/BUILD.gn +++ b/graphic_lite/ui/easing_equation_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsEasingEquationTest") { sources = [ "src/test_easing_equation.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/events_posix/BUILD.gn b/graphic_lite/ui/events_posix/BUILD.gn index 406a25b44..00f2ba3b5 100755 --- a/graphic_lite/ui/events_posix/BUILD.gn +++ b/graphic_lite/ui/events_posix/BUILD.gn @@ -28,8 +28,6 @@ hcpptest_suite("ActsEventsTest") { ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/flexlayout_posix/BUILD.gn b/graphic_lite/ui/flexlayout_posix/BUILD.gn index 256896b02..a9698b9a5 100755 --- a/graphic_lite/ui/flexlayout_posix/BUILD.gn +++ b/graphic_lite/ui/flexlayout_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsFlexlaoutTest") { sources = [ "src/test_flex_layout.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/gridlayout_posix/BUILD.gn b/graphic_lite/ui/gridlayout_posix/BUILD.gn index 580b61fa0..42e9ebeb5 100755 --- a/graphic_lite/ui/gridlayout_posix/BUILD.gn +++ b/graphic_lite/ui/gridlayout_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsGridLayoutTest") { sources = [ "src/test_grid_layout.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/image_posix/BUILD.gn b/graphic_lite/ui/image_posix/BUILD.gn index e843423fb..ae530849a 100755 --- a/graphic_lite/ui/image_posix/BUILD.gn +++ b/graphic_lite/ui/image_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsImageTest") { sources = [ "src/image_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/interpolation_posix/BUILD.gn b/graphic_lite/ui/interpolation_posix/BUILD.gn index 504d958d5..2ba18c3ba 100755 --- a/graphic_lite/ui/interpolation_posix/BUILD.gn +++ b/graphic_lite/ui/interpolation_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsInterpoliationTest") { sources = [ "src/interpolation_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/layout_posix/BUILD.gn b/graphic_lite/ui/layout_posix/BUILD.gn index e3f1da142..af2b887e0 100755 --- a/graphic_lite/ui/layout_posix/BUILD.gn +++ b/graphic_lite/ui/layout_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsLayoutTest") { sources = [ "src/test_layout.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/listlayout_posix/BUILD.gn b/graphic_lite/ui/listlayout_posix/BUILD.gn index 075630e96..0762d7d52 100755 --- a/graphic_lite/ui/listlayout_posix/BUILD.gn +++ b/graphic_lite/ui/listlayout_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsListlayoutTest") { sources = [ "src/list_layout_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/screen_posix/BUILD.gn b/graphic_lite/ui/screen_posix/BUILD.gn index ac0d3e245..8dfa19520 100755 --- a/graphic_lite/ui/screen_posix/BUILD.gn +++ b/graphic_lite/ui/screen_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsScreenTest") { sources = [ "src/screen_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/style_posix/BUILD.gn b/graphic_lite/ui/style_posix/BUILD.gn index 7765af26c..9186e380d 100755 --- a/graphic_lite/ui/style_posix/BUILD.gn +++ b/graphic_lite/ui/style_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsStyleTest") { sources = [ "src/style_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/theme_posix/BUILD.gn b/graphic_lite/ui/theme_posix/BUILD.gn index 5aa12f7ac..b1b6d034c 100755 --- a/graphic_lite/ui/theme_posix/BUILD.gn +++ b/graphic_lite/ui/theme_posix/BUILD.gn @@ -21,8 +21,6 @@ hcpptest_suite("ActsThemeTest") { ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_abstract_progress_posix/BUILD.gn b/graphic_lite/ui/ui_abstract_progress_posix/BUILD.gn index 85eaa1be7..bc5dc42b3 100755 --- a/graphic_lite/ui/ui_abstract_progress_posix/BUILD.gn +++ b/graphic_lite/ui/ui_abstract_progress_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIAbstractProgressTest") { sources = [ "src/ui_abstract_progress_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_analog_clock_posix/BUILD.gn b/graphic_lite/ui/ui_analog_clock_posix/BUILD.gn index 0d8a48098..248fb72e9 100755 --- a/graphic_lite/ui/ui_analog_clock_posix/BUILD.gn +++ b/graphic_lite/ui/ui_analog_clock_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIAnalogClockTest") { sources = [ "src/ui_analog_clock_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_arc_lable_posix/BUILD.gn b/graphic_lite/ui/ui_arc_lable_posix/BUILD.gn index f9322d142..b6b80698d 100755 --- a/graphic_lite/ui/ui_arc_lable_posix/BUILD.gn +++ b/graphic_lite/ui/ui_arc_lable_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIArcLabelTest") { sources = [ "src/ui_arc_label_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_axis_posix/BUILD.gn b/graphic_lite/ui/ui_axis_posix/BUILD.gn index 2849d22b5..60e9a2c39 100755 --- a/graphic_lite/ui/ui_axis_posix/BUILD.gn +++ b/graphic_lite/ui/ui_axis_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIAxisTest") { sources = [ "src/ui_axis_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_box_porgress_posix/BUILD.gn b/graphic_lite/ui/ui_box_porgress_posix/BUILD.gn index 45e1b889f..f0e9f103d 100755 --- a/graphic_lite/ui/ui_box_porgress_posix/BUILD.gn +++ b/graphic_lite/ui/ui_box_porgress_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIBoxProgressTest") { sources = [ "src/ui_box_progress_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_button_posix/BUILD.gn b/graphic_lite/ui/ui_button_posix/BUILD.gn index b7fce2fc9..9b70e099b 100755 --- a/graphic_lite/ui/ui_button_posix/BUILD.gn +++ b/graphic_lite/ui/ui_button_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIButtonTest") { sources = [ "src/ui_button_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_canvas_posix/BUILD.gn b/graphic_lite/ui/ui_canvas_posix/BUILD.gn index 3d6bc017f..53a4e2387 100755 --- a/graphic_lite/ui/ui_canvas_posix/BUILD.gn +++ b/graphic_lite/ui/ui_canvas_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUICanvasTest") { sources = [ "src/ui_canvas_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_chart_posix/BUILD.gn b/graphic_lite/ui/ui_chart_posix/BUILD.gn index b73af2a6d..668f883ca 100755 --- a/graphic_lite/ui/ui_chart_posix/BUILD.gn +++ b/graphic_lite/ui/ui_chart_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIChartTest") { sources = [ "src/ui_chart_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_checbox_posix/BUILD.gn b/graphic_lite/ui/ui_checbox_posix/BUILD.gn index 02a5e9f0a..7e2280b9c 100755 --- a/graphic_lite/ui/ui_checbox_posix/BUILD.gn +++ b/graphic_lite/ui/ui_checbox_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUICheckboxTest") { sources = [ "src/ui_checkbox_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_circle_progress_posix/BUILD.gn b/graphic_lite/ui/ui_circle_progress_posix/BUILD.gn index 0439b24f4..8a970523a 100755 --- a/graphic_lite/ui/ui_circle_progress_posix/BUILD.gn +++ b/graphic_lite/ui/ui_circle_progress_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUICircleProgressTest") { sources = [ "src/ui_circle_progress_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_digital_clock_posix/BUILD.gn b/graphic_lite/ui/ui_digital_clock_posix/BUILD.gn index 02c1e33ce..57fb0140e 100755 --- a/graphic_lite/ui/ui_digital_clock_posix/BUILD.gn +++ b/graphic_lite/ui/ui_digital_clock_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIDigitalClockTest") { sources = [ "src/ui_digital_clock_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_image_animator_posix/BUILD.gn b/graphic_lite/ui/ui_image_animator_posix/BUILD.gn index dfffa0c4e..719e859a2 100755 --- a/graphic_lite/ui/ui_image_animator_posix/BUILD.gn +++ b/graphic_lite/ui/ui_image_animator_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIImageAnimatorTest") { sources = [ "src/ui_image_animator_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_image_posix/BUILD.gn b/graphic_lite/ui/ui_image_posix/BUILD.gn index a11e31731..c93f817ea 100755 --- a/graphic_lite/ui/ui_image_posix/BUILD.gn +++ b/graphic_lite/ui/ui_image_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIImageTest") { sources = [ "src/ui_image_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_label_button_posix/BUILD.gn b/graphic_lite/ui/ui_label_button_posix/BUILD.gn index ef1e317bf..ddf49f09b 100755 --- a/graphic_lite/ui/ui_label_button_posix/BUILD.gn +++ b/graphic_lite/ui/ui_label_button_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUILabelButtonTest") { sources = [ "src/ui_label_button_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_label_posix/BUILD.gn b/graphic_lite/ui/ui_label_posix/BUILD.gn index eeae7e01b..a6a74807a 100755 --- a/graphic_lite/ui/ui_label_posix/BUILD.gn +++ b/graphic_lite/ui/ui_label_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUILabelTest") { sources = [ "src/ui_label_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_list_posix/BUILD.gn b/graphic_lite/ui/ui_list_posix/BUILD.gn index 616d68e62..81a2a0f4f 100755 --- a/graphic_lite/ui/ui_list_posix/BUILD.gn +++ b/graphic_lite/ui/ui_list_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIListTest") { sources = [ "src/ui_list_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_picker_posix/BUILD.gn b/graphic_lite/ui/ui_picker_posix/BUILD.gn index 4ed3187cf..266202db6 100755 --- a/graphic_lite/ui/ui_picker_posix/BUILD.gn +++ b/graphic_lite/ui/ui_picker_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIPickerTest") { sources = [ "src/ui_picker_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_radio_button_posix/BUILD.gn b/graphic_lite/ui/ui_radio_button_posix/BUILD.gn index 111b1305c..e543c237e 100755 --- a/graphic_lite/ui/ui_radio_button_posix/BUILD.gn +++ b/graphic_lite/ui/ui_radio_button_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIRadioButtonTest") { sources = [ "src/ui_radio_button_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_repeat_button_posix/BUILD.gn b/graphic_lite/ui/ui_repeat_button_posix/BUILD.gn index 0a6de8b2c..95b0435a8 100755 --- a/graphic_lite/ui/ui_repeat_button_posix/BUILD.gn +++ b/graphic_lite/ui/ui_repeat_button_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIRepeatButtonTest") { sources = [ "src/ui_repeat_button_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_screenshot_posix/BUILD.gn b/graphic_lite/ui/ui_screenshot_posix/BUILD.gn index a7f21b437..c2427d4a5 100755 --- a/graphic_lite/ui/ui_screenshot_posix/BUILD.gn +++ b/graphic_lite/ui/ui_screenshot_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIScreenshotTest") { sources = [ "src/ui_screenshot_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_scroll_view_posix/BUILD.gn b/graphic_lite/ui/ui_scroll_view_posix/BUILD.gn index 80b52adc2..f7f449d51 100755 --- a/graphic_lite/ui/ui_scroll_view_posix/BUILD.gn +++ b/graphic_lite/ui/ui_scroll_view_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIScrollViewTest") { sources = [ "src/ui_scroll_view_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_slider_posix/BUILD.gn b/graphic_lite/ui/ui_slider_posix/BUILD.gn index 6c2446017..bbee1efb3 100755 --- a/graphic_lite/ui/ui_slider_posix/BUILD.gn +++ b/graphic_lite/ui/ui_slider_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUISliderTest") { sources = [ "src/ui_slider_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_surface_view_posix/BUILD.gn b/graphic_lite/ui/ui_surface_view_posix/BUILD.gn index 885963482..6076a71cc 100755 --- a/graphic_lite/ui/ui_surface_view_posix/BUILD.gn +++ b/graphic_lite/ui/ui_surface_view_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUISurfaceViewTest") { sources = [ "src/ui_surface_view_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_swipe_view_posix/BUILD.gn b/graphic_lite/ui/ui_swipe_view_posix/BUILD.gn index a8e2d03e8..20a2cf1ba 100755 --- a/graphic_lite/ui/ui_swipe_view_posix/BUILD.gn +++ b/graphic_lite/ui/ui_swipe_view_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUISwipeViewTest") { sources = [ "src/ui_swipe_view_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_text_posix/BUILD.gn b/graphic_lite/ui/ui_text_posix/BUILD.gn index 46b8c78cb..e5ee22d2a 100755 --- a/graphic_lite/ui/ui_text_posix/BUILD.gn +++ b/graphic_lite/ui/ui_text_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUITextTest") { sources = [ "src/ui_text_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_texture_mapper_posix/BUILD.gn b/graphic_lite/ui/ui_texture_mapper_posix/BUILD.gn index e625b2876..e9b37a853 100755 --- a/graphic_lite/ui/ui_texture_mapper_posix/BUILD.gn +++ b/graphic_lite/ui/ui_texture_mapper_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUITextureMapperTest") { sources = [ "src/ui_texture_mapper_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_time_picker_posix/BUILD.gn b/graphic_lite/ui/ui_time_picker_posix/BUILD.gn index c6140bf0e..c4aec9baf 100755 --- a/graphic_lite/ui/ui_time_picker_posix/BUILD.gn +++ b/graphic_lite/ui/ui_time_picker_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUITimePickerTest") { sources = [ "src/ui_time_picker_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_toggle_button_posix/BUILD.gn b/graphic_lite/ui/ui_toggle_button_posix/BUILD.gn index 3ab94fe1e..de43827b6 100755 --- a/graphic_lite/ui/ui_toggle_button_posix/BUILD.gn +++ b/graphic_lite/ui/ui_toggle_button_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIToggleButtonTest") { sources = [ "src/ui_toggle_button_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_view_group_posix/BUILD.gn b/graphic_lite/ui/ui_view_group_posix/BUILD.gn index 04c7e86ac..5f687b70c 100755 --- a/graphic_lite/ui/ui_view_group_posix/BUILD.gn +++ b/graphic_lite/ui/ui_view_group_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIViewGroupTest") { sources = [ "src/ui_view_group_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/ui_view_posix/BUILD.gn b/graphic_lite/ui/ui_view_posix/BUILD.gn index 660055bb5..e0cd78b36 100755 --- a/graphic_lite/ui/ui_view_posix/BUILD.gn +++ b/graphic_lite/ui/ui_view_posix/BUILD.gn @@ -21,8 +21,6 @@ hcpptest_suite("ActsUIViewTest") { ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/uianimator_posix/BUILD.gn b/graphic_lite/ui/uianimator_posix/BUILD.gn index 005bb3b41..00b9839dc 100755 --- a/graphic_lite/ui/uianimator_posix/BUILD.gn +++ b/graphic_lite/ui/uianimator_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIAnimatorTest") { sources = [ "src/easing_equation_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/uidfx_posix/BUILD.gn b/graphic_lite/ui/uidfx_posix/BUILD.gn index b1126b817..1a40d3f38 100755 --- a/graphic_lite/ui/uidfx_posix/BUILD.gn +++ b/graphic_lite/ui/uidfx_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIDfxTest") { sources = [ "src/dump_dom_tree_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/graphic_lite/ui/uifont_posix/BUILD.gn b/graphic_lite/ui/uifont_posix/BUILD.gn index 2fa2d347f..e7349dc03 100755 --- a/graphic_lite/ui/uifont_posix/BUILD.gn +++ b/graphic_lite/ui/uifont_posix/BUILD.gn @@ -18,8 +18,6 @@ hcpptest_suite("ActsUIFontTest") { sources = [ "src/font_test.cpp" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//third_party/cJSON", "//third_party/libpng", diff --git a/hiviewdfx_lite/hilog_posix/BUILD.gn b/hiviewdfx_lite/hilog_posix/BUILD.gn index d6d863a75..556689eac 100755 --- a/hiviewdfx_lite/hilog_posix/BUILD.gn +++ b/hiviewdfx_lite/hilog_posix/BUILD.gn @@ -21,7 +21,6 @@ hcpptest_suite("ActsHilogTest") { "src", "//test/xts/tools/hctest/include", "//base/hiviewdfx/hilog_lite/interfaces/native/innerkits/", - "//kernel/liteos_a/include/config/base/core", ] deps = [ "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared" ] diff --git a/security_lite/datahuks_hal/Test.tmpl b/security_lite/datahuks_hal/Test.tmpl old mode 100755 new mode 100644 diff --git a/startup_lite/bootstrap_posix/BUILD.gn b/startup_lite/bootstrap_posix/BUILD.gn index da9897cf7..fcb107373 100755 --- a/startup_lite/bootstrap_posix/BUILD.gn +++ b/startup_lite/bootstrap_posix/BUILD.gn @@ -23,7 +23,6 @@ hcpptest_suite("ActsBootstrapTest") { include_dirs = [ "src", "//utils/native/native_lite/include", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include/", "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", ] diff --git a/update_lite/updater_hal/Test.tmpl b/update_lite/updater_hal/Test.tmpl old mode 100644 new mode 100755 -- GitLab