blob: 0cb777c244194f4e59f730f5b5f6794e475d6c78 [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.update.config") {
sdk_category = "partner"
stable = true
sdk_area = "Software Delivery"
sources = [ "config.fidl" ]
}