blob: 6d2fd4b58a36fa09855f6a07845b6d32a58eaa84 [file] [log] [blame]
# Copyright 2025 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.location.gnss") {
sources = [ "location.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.location.gnss.types" ]
}