blob: 34d53241b527a120bd1f84d9f0713c21da635fe3 [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("$zx/public/gn/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_library("fuchsia-security-resource") {
sources = [
"vmex.fidl",
]
}