blob: 5b38657ff399cbb904a34883cae17733e7e251a9 [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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.feedback") {
sdk_category = "partner"
sources = [
"annotation.fidl",
"attachment.fidl",
"crash_reporter.fidl",
"data_provider.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.math",
"//zircon/system/fidl/fuchsia-mem",
]
}