xts_hats/hdf/input/BUILD.gn
leitianyu 5ea0b34eab fixed input_manager
Signed-off-by: leitianyu <leitianyu1@huawei.com>
Change-Id: I8df6fe2b78dc897550f0b35441ff520f6dea4b76
2023-10-13 18:55:09 +08:00

32 lines
1.0 KiB
Plaintext

# Copyright (c) 2021-2022 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("//build/ohos_var.gni")
import("//test/xts/hats/build.gni")
import("//test/xts/tools/build/suite.gni")
group("HatsHdfInputTest") {
testonly = true
if (hats_rich == true) {
deps = [ "hdi_input:HatsHdfInputTest" ]
} else {
deps = [
"hdi_input:HatsHdfInputTest",
"hdi_passthrough:HatsHdfInputPassthroughTest",
#"inputBenchmarkTest:HatsHdfInputbenchmarkTest",
#"PassthroughBenchmarkTest:HatsHdfInputPassthroughBenchmarkTest",
]
}
}