blob: d7609a7d9382336ded62846901e532c63d77f0ca [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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fidl_library.gni")
fidl_library("fuchsia.hwinfo") {
library_name = "hwinfo"
namespace = "fuchsia"
public_deps = [
"../fuchsia.intl",
]
sources = [
"hwinfo.fidl",
]
}
group("all"){
deps = [
":fuchsia.hwinfo",
]
}