blob: 5e0ae01f979eb7455161a9d405e01ad8cb56c94e [file] [log] [blame]
# Copyright 2020 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 the fidl GN template.
import("//build/fidl/fidl.gni")
# Define a target for our FIDL library by passing it the FIDL source files
# that make up the library.
fidl("fuchsia.buildinfo") {
sdk_category = "partner"
sdk_area = "Unknown"
sources = [ "buildinfo.fidl" ]
enable_hlcpp = true
}