Files
Ayush RanjanandgVisor bot 138e98fb7d nvproxy: Refactor DriverVersion out to nvconf package.
This allows for runsc to be able to use DriverVersion without having to depend
on the entirety of nvproxy.

PiperOrigin-RevId: 733912696
2025-03-05 16:43:03 -08:00

19 lines
328 B
Python

load("//tools:defs.bzl", "go_library")
package(default_applicable_licenses = ["//:license"])
licenses(["notice"])
go_library(
name = "nvconf",
srcs = [
"caps.go",
"nvconf.go",
"version.go",
],
visibility = [
"//pkg/sentry:internal",
"//tools:__subpackages__",
],
)