blob: ad51373df6a576c8bd78e81dfc1ce03637689cdc [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/fidl/fidl.gni")
fidl("fuchsia.ui.test.context") {
# DO NOT CHANGE
sdk_category = "internal"
sources = [ "context.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.testing.harness" ]
enable_hlcpp = true
}