blob: cf37bcf44fbae90b843c93d193dd5b622d4aba8d [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/fuchsia_sdk_pkg.gni")
fuchsia_sdk_pkg("fidl") {
sources = [
"epitaph.c",
"handle_closing.cc",
"include/lib/fidl/epitaph.h",
]
include_dirs = [ "include" ]
public_deps = [
"../fidl_base",
]
}
group("all"){
deps = [
":fidl",
]
}