1a1db01bdSopenharmony_ci# Copyright (c) 2020 Huawei Device Co., Ltd. 2a1db01bdSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3a1db01bdSopenharmony_ci# you may not use this file except in compliance with the License. 4a1db01bdSopenharmony_ci# You may obtain a copy of the License at 5a1db01bdSopenharmony_ci# 6a1db01bdSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7a1db01bdSopenharmony_ci# 8a1db01bdSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9a1db01bdSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10a1db01bdSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11a1db01bdSopenharmony_ci# See the License for the specific language governing permissions and 12a1db01bdSopenharmony_ci# limitations under the License. 13a1db01bdSopenharmony_ci 14a1db01bdSopenharmony_ciimport("//build/lite/config/component/lite_component.gni") 15a1db01bdSopenharmony_ciimport("//build/lite/config/test.gni") 16a1db01bdSopenharmony_ci 17a1db01bdSopenharmony_cigroup("ability_test") { 18a1db01bdSopenharmony_ci deps = [ "test_lv0/page_ability_test:ability_test_pageAbilityTest_group_lv0" ] 19a1db01bdSopenharmony_ci} 20