nulldrv: Add json for null driver
authorCourtney Goeltzenleuchter <courtneygo@google.com>
Mon, 30 Nov 2015 19:16:05 +0000 (12:16 -0700)
committerJon Ashburn <jon@lunarg.com>
Wed, 9 Dec 2015 15:50:04 +0000 (08:50 -0700)
The null driver is useful for testing code changes in
layers and the loader that don't depend on a real ICD
so add a json file to make it easier to use.

icd/nulldrv/nulldrv_icd.json [new file with mode: 0644]

diff --git a/icd/nulldrv/nulldrv_icd.json b/icd/nulldrv/nulldrv_icd.json
new file mode 100644 (file)
index 0000000..376f3c0
--- /dev/null
@@ -0,0 +1,7 @@
+{
+    "file_format_version": "1.0.0",
+    "ICD": {
+        "library_path": "./libVK_nulldrv.so",
+        "api_version": "0.210.0"
+    }
+}