blob: 505fc8f0afc9cb536f02426fa1802a3b3e058b7d [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") {
testonly = true
sdk_category = "compat_test"
stable = true
sdk_area = "UI"
# DO NOT CHANGE
sources = [ "context.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.math",
"//sdk/fidl/fuchsia.testing.harness",
]
enable_hlcpp = true
}