blob: b1360f325b7d279a9de8cb12edfa086c22c68809 [file] [log] [blame]
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/fidl/fidl.gni")
import("//tools/fidl/measure-tape/measure_tape.gni")
fidl("fuchsia.bluetooth.gatt2") {
# RemoteService fails this check intentionally ("service" refers to a GATT
# service, not a FIDL service).
excluded_checks = [ "protocol-name-includes-service" ]
sdk_category = "partner"
sources = [
"client.fidl",
"constants.fidl",
"types.fidl",
]
public_deps = [ "//sdk/fidl/fuchsia.bluetooth" ]
}
measure_tape("hlcpp_measure_tape_for_read_by_type_result") {
target_binding = "hlcpp"
target_type = "fuchsia.bluetooth.gatt2/ReadByTypeResult"
fidls = [ "//sdk/fidl/fuchsia.bluetooth.gatt2" ]
}