blob: ac4f147a303f34cc8a6a22e277341c895c76929b [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"
stable = true
sdk_area = "Unknown"
sources = [ "unknown.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
enable_banjo = true
enable_hlcpp = true
}