blob: 0f6fd522b7a444ff05bcbcdacaca73336b6bf224 [file] [log] [blame] [edit]
# 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.ui.composition",
"//sdk/fidl/fuchsia.ui.test.conformance",
"//sdk/fidl/fuchsia.ui.test.input",
"//sdk/fidl/fuchsia.ui.views",
]
enable_hlcpp = true
}