blob: 5305547f960a54b4dd75291ba53b8e75e2e2f530 [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 = [
"data_provider.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.math",
"//zircon/public/fidl/fuchsia-mem",
]
}