blob: 8c6d38fcae3acdc443df963fa988c3ac8264ebdf [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/components.gni")
# Create a `realm` component, which may be invoked by an instance of the RealmBuilder to create a
# new test realm at test runtime.
fuchsia_component("realm") {
manifest = "//examples/fidl/new/canvas/baseline/realm/meta/realm.cml"
}