blob: 1a5c094b25c3177a7741b88841b84c7412448410 [file] [log] [blame]
# Copyright 2022 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.unknown") {
sdk_category = "partner"
sdk_area = "Unknown"
sources = [ "unknown.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
enable_banjo = true
enable_hlcpp = true
}