13ceed64fSopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
23ceed64fSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
33ceed64fSopenharmony_ci# you may not use this file except in compliance with the License.
43ceed64fSopenharmony_ci# You may obtain a copy of the License at
53ceed64fSopenharmony_ci#
63ceed64fSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
73ceed64fSopenharmony_ci#
83ceed64fSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
93ceed64fSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
103ceed64fSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
113ceed64fSopenharmony_ci# See the License for the specific language governing permissions and
123ceed64fSopenharmony_ci# limitations under the License.
133ceed64fSopenharmony_ci
143ceed64fSopenharmony_ciimport("//build/ohos.gni")
153ceed64fSopenharmony_ciimport("//foundation/ability/form_fwk/form_fwk.gni")
163ceed64fSopenharmony_ci
173ceed64fSopenharmony_cigroup("benchmarktest") {
183ceed64fSopenharmony_ci  testonly = true
193ceed64fSopenharmony_ci
203ceed64fSopenharmony_ci  deps = []
213ceed64fSopenharmony_ci
223ceed64fSopenharmony_ci  if (ability_runtime_graphics) {
233ceed64fSopenharmony_ci    deps += [
243ceed64fSopenharmony_ci      # deps file
253ceed64fSopenharmony_ci      "form_manager_test:benchmarktest",
263ceed64fSopenharmony_ci    ]
273ceed64fSopenharmony_ci  }
283ceed64fSopenharmony_ci}
29