platform_framework_api_ipc_iviservice
This module contains the API of TomTom Digital Cockpit's IPC framework.
Dependent modules typically do not need to depend on this module directly. Instead, to define a new service interface, add the following to your module's <project>/build.gradle.kts
file to add all required dependencies automatically:
import com.tomtom.ivi.platform.gradle.api.framework.config.ivi
ivi {
serviceApi = true
}
Content copied to clipboard
Modules that use a service interface must depend on the module that defines the service interface. This will also inherit the dependency on this module.