diff --git a/components/ads-client/uniffi.toml b/components/ads-client/uniffi.toml index da15510f96..4f37f8c8bb 100644 --- a/components/ads-client/uniffi.toml +++ b/components/ads-client/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.adsclient" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/autofill/uniffi.toml b/components/autofill/uniffi.toml index 6131c94495..a02ae181c6 100644 --- a/components/autofill/uniffi.toml +++ b/components/autofill/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.autofill" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/crashtest/uniffi.toml b/components/crashtest/uniffi.toml index 33e9bade53..96fb5d37d4 100644 --- a/components/crashtest/uniffi.toml +++ b/components/crashtest/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.crashtest" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/example/uniffi.toml b/components/example/uniffi.toml index 0a33516e28..3cf5aee1e7 100644 --- a/components/example/uniffi.toml +++ b/components/example/uniffi.toml @@ -3,3 +3,4 @@ # names. [bindings.kotlin] package_name = "mozilla.appservices.example_component" +omit_checksums = true diff --git a/components/fxa-client/uniffi.toml b/components/fxa-client/uniffi.toml index 3994ff7598..992067b32d 100644 --- a/components/fxa-client/uniffi.toml +++ b/components/fxa-client/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.fxaclient" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/init_rust_components/uniffi.toml b/components/init_rust_components/uniffi.toml index 122cb43092..088bc57898 100644 --- a/components/init_rust_components/uniffi.toml +++ b/components/init_rust_components/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.init_rust_components" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/logins/uniffi.toml b/components/logins/uniffi.toml index ff077a29cd..12267874f3 100644 --- a/components/logins/uniffi.toml +++ b/components/logins/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.logins" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/merino/uniffi.toml b/components/merino/uniffi.toml index abb09c77a5..64882fc1d5 100644 --- a/components/merino/uniffi.toml +++ b/components/merino/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.merino" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/nimbus/uniffi.toml b/components/nimbus/uniffi.toml index f3661c5f40..74e39bc07b 100644 --- a/components/nimbus/uniffi.toml +++ b/components/nimbus/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "org.mozilla.experiments.nimbus.internal" +omit_checksums = true [bindings.kotlin.custom_types.JsonObject] # Name of the type in the Kotlin code diff --git a/components/places/uniffi.toml b/components/places/uniffi.toml index 54781f113c..cb3f35dae2 100644 --- a/components/places/uniffi.toml +++ b/components/places/uniffi.toml @@ -2,6 +2,7 @@ # Typically there'd be no `.uniffi` tail, but without it we see obscure # kotlin errors about being unable to resolve which `rustCall` to use. package_name = "mozilla.appservices.places.uniffi" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/push/uniffi.toml b/components/push/uniffi.toml index afd9b6cbbe..f6a7bf8e0e 100644 --- a/components/push/uniffi.toml +++ b/components/push/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.push" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/relay/uniffi.toml b/components/relay/uniffi.toml index 06bde8e035..ecffef664b 100644 --- a/components/relay/uniffi.toml +++ b/components/relay/uniffi.toml @@ -4,3 +4,4 @@ ffi_module_filename = "relayFFI" [bindings.kotlin] package_name = "mozilla.appservices.relay" +omit_checksums = true diff --git a/components/remote_settings/uniffi.toml b/components/remote_settings/uniffi.toml index b322c379ac..2979bcb944 100644 --- a/components/remote_settings/uniffi.toml +++ b/components/remote_settings/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.remotesettings" +omit_checksums = true [bindings.kotlin.custom_types.RsJsonObject] # Name of the type in the Kotlin code diff --git a/components/search/uniffi.toml b/components/search/uniffi.toml index 06d98be36a..8ac1710375 100644 --- a/components/search/uniffi.toml +++ b/components/search/uniffi.toml @@ -1,5 +1,7 @@ [bindings.swift] ffi_module_name = "MozillaRustComponents" ffi_module_filename = "searchFFI" + [bindings.kotlin] package_name = "mozilla.appservices.search" +omit_checksums = true diff --git a/components/suggest/uniffi.toml b/components/suggest/uniffi.toml index 9e0b0dc3dd..f767404d7c 100644 --- a/components/suggest/uniffi.toml +++ b/components/suggest/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.suggest" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/support/error/uniffi.toml b/components/support/error/uniffi.toml index 517f14922b..3229d5b941 100644 --- a/components/support/error/uniffi.toml +++ b/components/support/error/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.errorsupport" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/support/rust-log-forwarder/uniffi.toml b/components/support/rust-log-forwarder/uniffi.toml index 0284b0d267..6a1086cee4 100644 --- a/components/support/rust-log-forwarder/uniffi.toml +++ b/components/support/rust-log-forwarder/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.rust_log_forwarder" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/support/tracing/uniffi.toml b/components/support/tracing/uniffi.toml index 66525f278d..7de6d0a431 100644 --- a/components/support/tracing/uniffi.toml +++ b/components/support/tracing/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.tracing" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/sync15/uniffi.toml b/components/sync15/uniffi.toml index de8b20d31f..a0e8a6febb 100644 --- a/components/sync15/uniffi.toml +++ b/components/sync15/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.sync15" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/sync_manager/uniffi.toml b/components/sync_manager/uniffi.toml index 9b0ad6a45f..4e6342b4ee 100644 --- a/components/sync_manager/uniffi.toml +++ b/components/sync_manager/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.syncmanager" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/tabs/uniffi.toml b/components/tabs/uniffi.toml index da413b2c4b..c1d4edc366 100644 --- a/components/tabs/uniffi.toml +++ b/components/tabs/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.remotetabs" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/viaduct/uniffi.toml b/components/viaduct/uniffi.toml index b6182cf3c7..6ccc4b63b1 100644 --- a/components/viaduct/uniffi.toml +++ b/components/viaduct/uniffi.toml @@ -1,5 +1,6 @@ [bindings.kotlin] package_name = "mozilla.appservices.viaduct" +omit_checksums = true [bindings.swift] ffi_module_name = "MozillaRustComponents" diff --git a/components/webext-storage/uniffi.toml b/components/webext-storage/uniffi.toml index e65e8d615e..e8b0a5c69a 100644 --- a/components/webext-storage/uniffi.toml +++ b/components/webext-storage/uniffi.toml @@ -1,3 +1,4 @@ [bindings.kotlin] package_name = "mozilla.appservices.webextstorage" cdylib_name = "megazord" +omit_checksums = true