summaryrefslogtreecommitdiffstats
path: root/third_party/rust/glean-core/uniffi.toml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/glean-core/uniffi.toml')
-rw-r--r--third_party/rust/glean-core/uniffi.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/rust/glean-core/uniffi.toml b/third_party/rust/glean-core/uniffi.toml
new file mode 100644
index 0000000000..8a543040f8
--- /dev/null
+++ b/third_party/rust/glean-core/uniffi.toml
@@ -0,0 +1,10 @@
+[bindings.kotlin]
+package_name = "mozilla.telemetry.glean.internal"
+cdylib_name = "xul"
+
+[bindings.swift]
+cdylib_name = "glean_ffi"
+omit_argument_labels = true
+
+[bindings.python]
+cdylib_name = "glean_ffi"