blob: 910818701f3933c4201d0ba8243917a5d23e2607 [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.
zx_library("profile") {
sources = [ "profile.cc" ]
sdk = "source"
sdk_headers = [ "lib/profile/profile.h" ]
public_deps = [ "$zx/system/ulib/svc:headers" ]
deps = [
"$zx/system/fidl/fuchsia-scheduler:c",
"$zx/system/ulib/async",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fidl-async",
"$zx/system/ulib/svc",
"$zx/system/ulib/syslog",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}