112e714ceSopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
212e714ceSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
312e714ceSopenharmony_ci# you may not use this file except in compliance with the License.
412e714ceSopenharmony_ci# You may obtain a copy of the License at
512e714ceSopenharmony_ci#
612e714ceSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
712e714ceSopenharmony_ci#
812e714ceSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
912e714ceSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
1012e714ceSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1112e714ceSopenharmony_ci# See the License for the specific language governing permissions and
1212e714ceSopenharmony_ci# limitations under the License.
1312e714ceSopenharmony_ci
1412e714ceSopenharmony_ciimport("//build/ohos.gni")
1512e714ceSopenharmony_ci
1612e714ceSopenharmony_cigroup("nnrt_target") {
1712e714ceSopenharmony_ci  deps = [
1812e714ceSopenharmony_ci    "frameworks/native/neural_network_core:libneural_network_core",
1912e714ceSopenharmony_ci    "frameworks/native/neural_network_runtime:libneural_network_runtime",
2012e714ceSopenharmony_ci  ]
2112e714ceSopenharmony_ci}
2212e714ceSopenharmony_ci
2312e714ceSopenharmony_cigroup("nncore_target") {
2412e714ceSopenharmony_ci  deps = [ "frameworks/native/neural_network_core:libneural_network_core" ]
2512e714ceSopenharmony_ci}
2612e714ceSopenharmony_ci
2712e714ceSopenharmony_cigroup("nnrt_test_target") {
2812e714ceSopenharmony_ci  testonly = true
2912e714ceSopenharmony_ci  deps = [ "test/unittest:unittest" ]
3012e714ceSopenharmony_ci}
3112e714ceSopenharmony_cigroup("nnrt_fuzztest") {
3212e714ceSopenharmony_ci  testonly = true
3312e714ceSopenharmony_ci  deps = [ "test/fuzztest:fuzztest" ]
3412e714ceSopenharmony_ci}
35