# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. import("//foundation/arkui/ace_engine/ace_config.gni") import("//foundation/arkui/ace_engine/build/ace_ext.gni") group("core_pattern_unittest") { testonly = true deps = [ "animator:animator_test_ng", "app_bar:app_bar_test_ng", "badge:badge_test_ng", "blank:blank_test_ng", "bubble:bubble_test_ng", "button:button_test_ng", "calendar:calendar_test_ng", "calendar_picker:calendar_picker_test_ng", "canvas:canvas_test_ng", "checkbox:checkbox_test_ng", "checkboxgroup:checkboxgroup_test_ng", "common_view:common_view_test_ng", "container_modal:container_modal_test_ng", "counter:counter_test_ng", "custom:custom_test_ng", "custom_frame_node:custom_frame_node_test", "data_panel:data_panel_test_ng", "dialog:dialog_test_ng", "divider:divider_test_ng", "flex:flex_test_ng", "folder_stack:folder_stack_test_ng", "form:form_node_test", "form:form_pattern_test", "form:form_test_ng", "form_link:form_link_test", "gauge:gauge_test_ng", "grid:grid_test_ng", "grid:grid_test_regular", "grid_col:grid_col_test_ng", "grid_container:grid_container_test_ng", "grid_row:grid_row_test_ng", "hyperlink:hyperlink_test_ng", "image:image_test_ng", "image_animator:image_animator_test_ng", "indexer:indexer_test_ng", "linear_layout:linear_layout_test_ng", "linear_split:linear_split_test_ng", "list:list_test_ng", "loading_progress:loading_progress_test_ng", "marquee:marquee_test_ng", "menu:menu_test_ng", "model:model_test_ng", "movingphoto:movingphoto_test_ng", "navigation:navigation_test_ng", "navigator:navigator_test_ng", "navrouter:navrouter_test_ng", "node_container:node_container_test_ng", "option:option_test_ng", "overlay:overlay_manager_test_ng", "panel:panel_test_ng", "particle:particle_test_ng", "patternlock:patternlock_test_ng", "picker:date_picker_test_ng", "progress:progress_test_ng", "qrcode:qrcode_test_ng", "radio:radio_test_ng", "rating:rating_test_ng", "recycle_node:recycle_node_test_ng", "refresh:refresh_test_ng", "relative_container:relative_container_test_ng", "render_node:render_node_test_ng", "rich_editor:rich_editor_test_ng", "scroll:scroll_test_ng", "scroll_bar:scroll_bar_test_ng", "scrollable:scrollable_test_ng", "search:search_test_ng", "security_component:security_component_test_ng", "select:select_test_ng", "select_overlay:select_overlay_test_ng", "shape:shape_test_ng", "side_bar:side_bar_test_ng", "slider:slider_test_ng", "stack:stack_test_ng", "stage:stage_test_ng", "stepper:stepper_test_ng", "swiper:swiper_test_ng", "symbol:symbol_test_ng", "tabs:tabs_test_ng", "text:text_test_ng", "text_clock:text_clock_test_ng", "text_drag:text_drag_test_ng", "text_input:TextInputTest", "text_picker:text_picker_test_ng", "text_timer:text_timer_test_ng", "time_picker:time_picker_test_ng", "toggle:toggle_test_ng", "ui_extension:ui_extension_component_test_ng", "video:video_test_ng", "view_context:view_context_test_ng", "waterflow:water_flow_test_original", "waterflow:water_flow_test_segmented", "waterflow:water_flow_test_sw", "xcomponent:xcomponent_test_ng", ] if (ace_engine_feature_enable_split_mode && defined(vendor_configs.ace_engine_advanced_split_mode_pattern_test_ng)) { deps += vendor_configs.ace_engine_advanced_split_mode_pattern_test_ng } }