blob: 817ef62b5c24eca1f798754492aa6af531eead6e [file] [log] [blame]
# Copyright 2018 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.pkg") {
sources = [
"cache.fidl",
"common.fidl",
"repo.fidl",
"resolver.fidl",
"system_blob_admin.fidl",
]
public_deps = [
"//zircon/public/fidl/fuchsia-io",
]
}