blob: 7eace4019118fa67aebe1e4fe560537797efd732 [file] [log] [blame]
# Copyright 2019 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")
# In the fullness of time we'll probably want to add this to the SDK, and
# expose this at //sdk/fidl. But for now, since our only callers live in zircon,
# we can keep it here in //zircon/system/fidl.
fidl("fuchsia.security.resource") {
sources = [ "vmex.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}