blob: 937bd973dff73913ef077b73c4a1fbff9a92f6e8 [file] [log] [blame]
# Copyright 2020 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fuchsia_sdk_pkg.gni")
fuchsia_sdk_pkg("trace-provider-so") {
shared_libs = [ "trace-provider-so" ]
deps = [
"../async",
"../trace-engine",
"../zx",
]
sources = [
"include/lib/trace-provider/fdio_connect.h",
"include/lib/trace-provider/handler.h",
"include/lib/trace-provider/provider.h",
]
include_dirs = [ "include" ]
}
group("all"){
deps = [
":trace-provider-so",
]
}