blob: a64f2012547a19f6db3da50cd1204c9b2d277ccc [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.buildinfo.test") {
sdk_category = "partner"
stable = true
sdk_area = "Unknown"
sources = [ "buildinfotest.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.buildinfo" ]
enable_hlcpp = true
}