blob: 2ee6f68fe7ddbea3d94d1a2dced24649c864063d [file] [log] [blame]
# Copyright 2019 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.
library("device-protocol-bt-gatt-svc") {
sdk = "source"
sdk_headers = [ "lib/device-protocol/bt-gatt-svc.h" ]
sources = []
public_deps = [
# <lib/device-protocol-bt-gatt-svc/bt-gatt-svc.h> has #include <ddk/protocol/bt/gattsvc.h>
"$zx/system/banjo/ddk.protocol.bt.gattsvc",
# <lib/device-protocol-bt-gatt-svc/bt-gatt-svc.h> has #include <zircon/types.h>
"$zx/system/ulib/zx:headers",
]
}