blob: 29714a4daed8ba7429226006544b2e2dbc4f5583 [file] [log] [blame]
# Copyright 2025 The Chromium 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.storage.ftl") {
sources = [ "ftl.fidl" ]
sdk_category = "partner"
stable = true
sdk_area = "Storage"
public_deps = [ "//zircon/vdso/zx" ]
excluded_checks = [ "disallowed-library-name-component" ]
}