advertising_oaid/BUILD.gn
xiangjiang 95eb7ac289 Description: oaid change path
Feature or Bugfix: feature
Binary Source: NO
Signed-off-by: xiangjiang <xiangjiang@huawei.com>
2023-10-25 15:38:44 +08:00

35 lines
1.1 KiB
Plaintext

# 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")
import("//domains/advertising/oaid/oaid.gni")
################################################################################
group("oaid_native_packages") {
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",
]
}
group("oaid_build_fuzztest") {
testonly = true
deps = []
deps += [ "${oaid_root_path}/test/fuzztest:fuzztest" ]
}