2023-09-08 05:53:53 +00:00
|
|
|
# Copyright (c) 2023 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.gni")
|
2023-10-23 13:55:53 +00:00
|
|
|
import("//domains/advertising/oaid/oaid.gni")
|
2023-09-08 05:53:53 +00:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
group("oaid_native_packages") {
|
2023-10-25 07:38:44 +00:00
|
|
|
deps = [
|
|
|
|
"etc/init:oaidservice.cfg",
|
|
|
|
"interfaces/innerkits:oaid_client",
|
|
|
|
"interfaces/kits/js/napi/oaid:oaid",
|
|
|
|
"profile:cloud_oaid_sa_profiles",
|
|
|
|
"services:oaid_service",
|
|
|
|
"services:oaid_service_config_json",
|
|
|
|
]
|
2023-09-08 05:53:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
group("oaid_build_fuzztest") {
|
|
|
|
testonly = true
|
|
|
|
deps = []
|
2023-10-25 07:38:44 +00:00
|
|
|
deps += [ "${oaid_root_path}/test/fuzztest:fuzztest" ]
|
|
|
|
}
|