2024-02-20 07:43:25 +00:00
|
|
|
# Copyright (c) 2021-2023 Huawei Device Co., Ltd.
|
2022-01-26 03:10:10 +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")
|
2022-11-26 08:46:11 +00:00
|
|
|
import("//test/xts/hats/build.gni")
|
2022-01-26 03:10:10 +00:00
|
|
|
import("//test/xts/tools/build/suite.gni")
|
|
|
|
|
2022-02-24 02:32:48 +00:00
|
|
|
group("HatsHdfLightTest") {
|
|
|
|
testonly = true
|
2023-08-14 02:35:20 +00:00
|
|
|
if (hats_rich == true) {
|
2022-11-26 08:46:11 +00:00
|
|
|
} else {
|
2022-11-15 07:04:21 +00:00
|
|
|
deps = [
|
2023-01-06 08:26:10 +00:00
|
|
|
#"liteos:HatsHdfLightHdiTest",
|
|
|
|
"hdiService:HatsHdfLightCommonTest",
|
2022-11-15 07:04:21 +00:00
|
|
|
"hdiService:HatsHdfLightServiceTest",
|
2023-11-23 06:53:04 +00:00
|
|
|
"hdiService_additional:HatsHdfLightCommonAdditionalTest",
|
2023-11-05 08:10:45 +00:00
|
|
|
|
2022-11-26 08:46:11 +00:00
|
|
|
#"lightBenchmarkTest:HatsHdfLightbenchmarkTest",
|
2022-01-26 03:10:10 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|