blob: a79a36dff25b99283cb1b2cabf15933164c1f416 [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("rtc") {
sources = [
"librtc.c",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
deps = [
"$zx/system/fidl/fuchsia-hardware-rtc:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/driver",
"$zx/system/ulib/zircon",
]
}