diff --git a/third_party/mesa-migrating/OWNERS b/third_party/mesa-migrating/OWNERS
new file mode 100644
index 0000000..b0d43b4
--- /dev/null
+++ b/third_party/mesa-migrating/OWNERS
@@ -0,0 +1,3 @@
+jba...@google.com
+ros...@google.com
+cst...@google.com
diff --git a/third_party/mesa-migrating/README.fuchsia b/third_party/mesa-migrating/README.fuchsia
new file mode 100644
index 0000000..24f0797
--- /dev/null
+++ b/third_party/mesa-migrating/README.fuchsia
@@ -0,0 +1,17 @@
+Name: Mesa
+URL: https://www.mesa3d.org/
+License: MIT
+License File: ../mesa/CREDITS.fuchsia
+Upstream Git: https://anongit.freedesktop.org/git/mesa/mesa.git
+Description:
+
+The Mesa3D graphics library.
+
+Path: src/vulkan/wsi/wayland
+Name: wayland-protocols
+URL: https://github.com/wayland-project/wayland-protocols
+License: MIT
+Description:
+The wsi/wayland path contains wayland protocols that WSI depends on, and is analogous to the
+egl/wayland path for EGL dependencies. Note that protocols outside the //third_party/wayland
+repo are not approved for general use. Refer to OSRB-209 for context.
diff --git a/third_party/mesa-migrating/include b/third_party/mesa-migrating/include
new file mode 120000
index 0000000..00fabb0
--- /dev/null
+++ b/third_party/mesa-migrating/include
@@ -0,0 +1 @@
+../mesa/include
\ No newline at end of file
diff --git a/tools/check-licenses/assets/allowlists/Exception/BSL-1.0.json b/tools/check-licenses/assets/allowlists/Exception/BSL-1.0.json
index 79e94ce..1d7d9c8 100644
--- a/tools/check-licenses/assets/allowlists/Exception/BSL-1.0.json
+++ b/tools/check-licenses/assets/allowlists/Exception/BSL-1.0.json
@@ -28,7 +28,8 @@
},
{
"projects": [
- "third_party/mesa"
+ "third_party/mesa",
+ "third_party/mesa-migrating"
],
"bug": "",
"notes": []
diff --git a/tools/check-licenses/assets/allowlists/Exception/SGI-B-2.0.json b/tools/check-licenses/assets/allowlists/Exception/SGI-B-2.0.json
index b9c3e91..cbdbced 100644
--- a/tools/check-licenses/assets/allowlists/Exception/SGI-B-2.0.json
+++ b/tools/check-licenses/assets/allowlists/Exception/SGI-B-2.0.json
@@ -7,7 +7,8 @@
"entries": [
{
"projects": [
- "third_party/mesa"
+ "third_party/mesa",
+ "third_party/mesa-migrating"
],
"bug": "",
"notes": []