2022-03-19 10:40:41 +00:00
|
|
|
# Copyright (C) 2021-2022 Huawei Device Co., Ltd.
|
2021-12-14 02:24:48 +00:00
|
|
|
# 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")
|
|
|
|
group("hatshdftest") {
|
|
|
|
testonly = true
|
|
|
|
if (is_standard_system) {
|
|
|
|
deps = [
|
2022-01-29 10:45:15 +00:00
|
|
|
"audio:HatsHdfAudioTest",
|
2022-09-16 02:50:25 +00:00
|
|
|
"bluetooth:HatsHdfBluetoothTest",
|
2022-01-30 01:58:56 +00:00
|
|
|
"camera:HatsHdfCameraTest",
|
2022-06-07 13:11:16 +00:00
|
|
|
"codec:HatsHdfCodecTest",
|
2022-08-12 10:04:07 +00:00
|
|
|
"display:HatsHdfDisplayTest",
|
2021-12-14 02:24:48 +00:00
|
|
|
"input:HatsHdfInputTest",
|
2022-01-26 03:10:10 +00:00
|
|
|
"light:HatsHdfLightTest",
|
2021-12-15 06:48:43 +00:00
|
|
|
"manager:HatsHdfManagerTest",
|
2022-11-14 09:21:06 +00:00
|
|
|
"nnrt:HatsHdfNnrtTest",
|
2021-12-14 02:24:48 +00:00
|
|
|
"sensor:HatsHdfSensorTest",
|
2021-12-16 13:19:22 +00:00
|
|
|
"vibrator:HatsHdfVibratorTest",
|
2022-02-24 02:32:48 +00:00
|
|
|
"wlan:HatsHdfWifiTest",
|
2022-07-20 04:28:41 +00:00
|
|
|
|
|
|
|
# "usb:HatsHdfUsbTest",
|
2021-12-14 02:24:48 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|