blob: dd4eb3231a1c5ec4438b58ddf4ff5a020946e8db [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.pkg.internal") {
sources = [
"eager_package.fidl",
"ota_downloader.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.pkg",
"//sdk/fidl/fuchsia.url",
]
}