platform_framework_api_ipc_iviservicemanager
This module contains the internal logic of TomTom Digital Cockpit's IPC framework to register services and manage the IPC.
To use functionality provided by this module configure a Gradle project as an IVI application. You can do this by defining the following in a <project>/build.gradle.kts
file:
ivi {
application {
enabled = true
}
}
Content copied to clipboard
The API provided by this module is not guaranteed to be backward compatible. You do not need to add a dependency to this module yourself.