diff --git a/aafwk_lite/ability_posix/BUILD.gn b/aafwk_lite/ability_posix/BUILD.gn index 6b6ed2632652de9e2ffaedb0a0bf4bcd78fca13e..9f0d1c4e795db5d579463e32066aaac7e0e18d36 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/appexecfwk_posix/BUILD.gn b/appexecfwk_lite/appexecfwk_posix/BUILD.gn index e7647c3c15e0e22694a7ccd4152753d04865f532..5066813bc7fd457882b0f61dbd7037e4ddc384ce 100755 --- a/appexecfwk_lite/appexecfwk_posix/BUILD.gn +++ b/appexecfwk_lite/appexecfwk_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 a47d12cda5179e84389881f65c60122e07da1e54..1c546b032d62b4c2eb93613ef89575a750df8b68 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 6efbe1981f1942ce908ca10ea2bb0c217ad60787..f6a4d83e8e206c69939f49748fd7d0062def3ae0 100755 --- a/graphic_lite/graphic_utils/a/BUILD.gn +++ b/graphic_lite/graphic_utils/a/BUILD.gn @@ -27,8 +27,6 @@ hcpptest_suite("ActsUiInterface1Test") { } 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 28c86485030ed0aedac9cb063f0a8cc5749c654c..fde8d65c5c923637843ca24fa53cf93f4e5a92da 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 a455c130e40066e44ae19dca5c9cfd7e6e7f8f31..9c5344d9cc3912110bb4f226aeba9015caf713b3 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 3fc371b8f9f8b55481295bd4fac272944439a927..039da721fbf9d742752ff2ba9ad13749354dae70 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 4801635232f4e533f4c4e770975a7fc342557fc8..aebfc0508fd6a9a48cbfcb2cd51bafd7092dbb94 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 fbc4887598467e0e0bd430eb4454510119bdd64b..b9e85390f39a95cac779fa7d030b8aabd3cac90a 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 9627edc04dfa4322041c74f29bf8683fa452ae5e..9c1d31f9fd3e46a2f317ab36aece2f3d2aac328d 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 8fcef3bcc807d5306f9d9b8702d29e7072b4e4fc..a2fc00d6f29ded556061205b24652bbb3f8f26b8 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 340641fc7ec2a4fad60f235effc97a9e626fe500..9cbf70ba5956bbee3f07738f914d60e10f05e34b 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 ec291ecf95e7aa8fcbedb20eb6ede86f0399315e..f0858fe22fcb6ee664781389caeb324616842e47 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 d9032520a4548f871e2f555814bc25899b79eb4b..be39c42170df4ab92c285b4783eb059025b4c662 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 5d17aa9c8b8afff2c9a3ba9cb8d1d505e22df632..d5aacb3e6f4277a5f6d4952ba68ece7163cd3a8d 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 adb59ea254dcc36bcf233d25305ed42bbcd5495d..bee6356f611dbe13623a4a05e1816904746703f8 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 95b8f1141724f6d867e1aef0d75f566df67ad4cc..4fe8c00d2ef04a100522796d1566cfe32e9c470e 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 00ade17f46015081970b68d43940ab80a26f6fb8..2988a3a1259f0693c85a83ef3f002b3d37d5bd14 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 406a25b44394e03b092b340c1d06cb03810d7810..00f2ba3b564da9ce17fa4e1def7469d3e57713ae 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 256896b023c54ead4b3d3fd39480cb9b7a642b40..a9698b9a5535f3c0a25f23012f72f346f08ba545 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 580b61fa073be2a61cf8eb640a3fbe7b826b5caf..42e9ebeb51b467b7daf35df409cc246fd9077482 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 e843423fb0816d336902e050f41d8e1c83f695f9..ae530849ae0d39d6cb3d01be8eda929a29e2005a 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 504d958d58645ca52c821cd1efc16ee8e739d359..2ba18c3ba411e470cb9348a5a7f09111c63ff54b 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 e3f1da1420db30e03a85f807b100c140902e6b9c..af2b887e0a3dd1ef6f926cda14cc9aa3afb4cd00 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 075630e96991b9a81586c75f961da6e89ccc5ad8..0762d7d52d36bba28eba83fe34870b96fcd30711 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 ac0d3e24534d051ca5a2d022d8564331bdf5d8d3..8dfa19520ec651ebb17163d5030e73b91ad5231f 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 7765af26c9611bbce057b5e1e60fb130681026eb..9186e380d60724169381a622e5752c73546b1308 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 5aa12f7ac73a231a551acf943078721284b74425..b1b6d034c8254e98d26102da3282b71232ffa004 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 85eaa1be7d4a7acefbb8added61d46d55953d8ed..bc5dc42b3e429a4514822f52b4434cdb376c92a5 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 0d8a48098a96267f70780d28a6ecf74ad9abaf87..248fb72e90b733533c32d10a777d2dc9a3e057ae 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 f9322d142b8707d93bf81b198078681ab0579565..b6b80698d16b4f95a9c0ffe39edbf569aff2e1f6 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 2849d22b544fb7e8fe5f3380fc572ce883406ad8..60e9a2c3991c3e3b12b21b5dcb48b47a855e4ab3 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 45e1b889f0027672ac14fce01d17f3a6203b52d7..f0e9f103da078a05ec84341d24001a473091e405 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 b7fce2fc97160979f6f59e67de9d392250a6bcb3..9b70e099b4c1ba4298c5969e5ce5850efdd3d182 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 3d6bc017f468c553be5f68781b4bd7637df69c4d..53a4e2387501ba6d7642c6787eb03985ea92eb48 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 b73af2a6d90e94ba6dfefe95c0320393b81a9d7a..668f883ca2afe5ce951385ffd4b88d2936184a21 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 02a5e9f0a077af45a6ce0977e7e27fad0293a559..7e2280b9cc89d46164986c91b0988f4fb4484827 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 0439b24f48467b552e93d829fed013f83d21610e..8a970523a91c72fafe1099b1c964d44706d269d6 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 02c1e33ce59ea4cd24b1280546eea3428783b465..57fb0140e3d5d23c2fe73abd39841ea04ad271de 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 dfffa0c4e5692efca1c11e9bf3142ef89d71b7dc..719e859a202176b3b66bd0570f018c8721a32069 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 a11e3173103d722102a5ffb8cd90c3df4085ec5a..c93f817ea8f609f769ed5ef01aaae2d7ab5ef566 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 ef1e317bf381540a0111c52b49910ae4c008c600..ddf49f09bbc5b5296459369c09c893872b3125e3 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 eeae7e01b4ac03f81d052b818ad7d33cf05577d2..a6a74807a21619916133f72ee1693744c8101dc8 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 616d68e62610746f7450236b1fb02832f064ecc0..81a2a0f4f7909220461c638bd05b0080539a907e 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 4ed3187cf0d265b8db669a733dab37b999bf67c9..266202db6e27cb79b0139e6d09b3151b322aec30 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 111b1305c76ad79252b78bdf7d42bd1dcab54353..e543c237ea2621a5bf292e13247effad9f97deba 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 0a6de8b2c1b97105edeb79af232fa50cbe3e0082..95b0435a84ff9e3d7f26ccde6a6e60558bb915cc 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 a7f21b4374f6b5e4b79e9ef81eea0b66520c2f91..c2427d4a54282490b6dc5a3b6b93c2f30458c987 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 80b52adc2705cc7f7ea11685827c149e87bee70f..f7f449d51822586562b0ecb0c0b9b36fb55b413d 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 6c2446017ccc0f001036f5186815874ce51e7578..bbee1efb31575d892f12d31f66d7ab4e29a8bb0f 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 88596348255a9c84ce0c877d9675ba7376f0376d..6076a71cc0f94ecaf15cd015ac58482d35e38600 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 a8e2d03e84ee673b523fa7385b84750e8811504b..20a2cf1ba7e95978aa91880a16a540eec8f004c3 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 46b8c78cb2a9c8645f269a14a5bf6f9d866cb17a..e5ee22d2a60fde23b2bf0c6398a7032ee3d65347 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 e625b28764fb72a2c9d7a9f3951ef8e21d0c2623..e9b37a85394c1f2b415bfc92c44b6dff2431a83c 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 c6140bf0e1ee0ef3904fe22e812715074a0a881c..c4aec9bafb9e63c296a5afdb26c0cf8dd71b0f7a 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 3ab94fe1e2409cb2ebfa933d1fcabb277980e3e8..de43827b6f20de1ef87f29fcbeb0faf7937c3f27 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 04c7e86ac8723183ca725a25191aaad4c2b5ac52..5f687b70c01a552536e8de20d6532d9f8a68b61f 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 660055bb501e481b72c9a3ce3e899014b07b6066..e0cd78b361fd4874dfc24366bc8151689b667a6c 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 005bb3b418f216b646da8bf2c9b73a616fb75356..00b9839dcbeb66b6dfcb08511e585030ae93893e 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 b1126b81784eb53bb7f74d11c525586ef8068c86..1a40d3f38c2254c4a49b3a50960be9deddc3b21a 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 2fa2d347f342b6e502d32a00d6d7729cb6fa4f70..e7349dc035a6a7b83edc3ce90b5650c4235f629f 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 d6d863a75230270e15a3d906b385256b24dfe54b..556689eac29bc7ceacbcad8e20b3bda728738ba1 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/startup_lite/bootstrap_posix/BUILD.gn b/startup_lite/bootstrap_posix/BUILD.gn index da9897cf74c2538152a8241f12c0700c782b555c..fcb1073738c51fbdbb7f4e3cbf0a9c0cb4c5614d 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", ]