# Copyright (c) 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.

group("ActsWebNetworkInterceptionTest") {
  testonly = true
  if (is_standard_system) {
    deps = [
      "ace_network_interception_cloudservice_controller:ActsWebNetworkInterceptionCloudServiceControllerTest",
      "ace_network_interception_cloudservice_controller_enhanced:ActsWebNetworkInterceptionCloudServiceControllerEnhancedTest",
      "ace_network_interception_cloudservice_controller_five:ActsWebNetworkInterceptionCloudServiceControllerFiveTest",
       "ace_network_interception_cloudservice_controller_five_static:ActsWebNetworkInterceptionCloudServiceControllerFiveStaticTest",
      "ace_network_interception_cloudservice_controller_four:ActsWebNetworkInterceptionCloudServiceControllerFourTest",
      "ace_network_interception_cloudservice_controller_four_static:ActsWebNetworkInterceptionCloudServiceControllerFourStaticTest",
      "ace_network_interception_cloudservice_controller_group_nine:ActsWebNetworkInterceptionCloudServiceControllerGroupNineTest",
      "ace_network_interception_cloudservice_controller_group_nine_static:ActsWebNetworkInterceptionCloudServiceControllerGroupNineStaticTest",
      "ace_network_interception_cloudservice_controller_group_twelve:ActsWebNetworkInterceptionCloudServiceControllerGroupTwelveTest",
      "ace_network_interception_dev:ActsWebNetworkInterceptionDevTest",
      "ace_network_interception_dev_four:ActsWebNetworkInterceptionDevFourTest",
      "ace_network_interception_dev_four_static:ActsWebNetworkInterceptionDevFourStaticTest",
      "ace_network_interception_enhanced_one:ActsWebNetworkInterceptionEnhancedTest",
      "ace_network_interception_enhanced_one_static:ActsWebNetworkInterceptionEnhancedStaticTest",
      "ace_network_interception_enhanced_two:ActsWebNetworkInterceptionEnhancedTwoTest",
      "ace_network_interception_enhanced_two_static:ActsWebNetworkInterceptionEnhancedTwoStaticTest",
      "ace_network_interception_webController:ActsWebNetworkInterceptionWebControllerTest",
      "ace_network_interception_webController_static:ActsWebNetworkInterceptionWebControllerStaticTest",
      "ace_network_interception_web_scheme_handler_four_napis:ActsWebNetworkInterceptionNativeWebSchemeHandlerFourTest",
      "ace_network_interception_web_scheme_handler_napis:ActsWebNetworkInterceptionNativeWebSchemeHandlerOneTest",
      "ace_network_interception_webviewController:ActsWebNetworkInterceptionWebViewControllerTest",
    ]
  }
}