blob: cdfd3cd7268418d39fcd15775095cdc5b94f9460 [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("//garnet/public/build/fostr/fostr_fidl.gni")
fostr_fidl("fuchsia.feedback") {
fidl_target = "//sdk/fidl/fuchsia.feedback"
# TODO(fxb/47480): remove these amendments once fostr supports reserved C++ keywords.
additional_include = "lib/fostr/fidl/fuchsia.feedback/amendments.h"
amendments_path =
"//garnet/public/lib/fostr/fidl/fuchsia.feedback/amendments.json"
public_deps = [ ":amendments" ]
deps = [
"//garnet/public/lib/fostr/fidl/fuchsia.math",
"//garnet/public/lib/fostr/fidl/fuchsia.mem",
]
}
source_set("amendments") {
sources = [
"amendments.cc",
"amendments.h",
]
public_configs = [ "//garnet/public:config" ]
deps = [
"//garnet/public/lib/fostr",
"//sdk/fidl/fuchsia.feedback",
]
}