blob: 515e4d2ed91519c142241cdeac45b8dd37204e25 [file] [log] [blame]
# Copyright 2025 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.hardware.inlineencryption") {
sources = [ "inlineencryption.fidl" ]
sdk_category = "partner"
stable = false
sdk_area = "Storage"
public_deps = [ "//zircon/vdso/zx" ]
}