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
}

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.

Packages

General API of TomTom Digital Cockpit's IPC framework.

API of TomTom Digital Cockpit's IPC framework specific to sharing data sources.

General internal API of TomTom Digital Cockpit's IPC framework.

Internal API of TomTom Digital Cockpit's IPC framework specific for sharing data sources.

Internal API of TomTom Digital Cockpit's IPC framework specific to mirroring Map modifications.

API of TomTom Digital Cockpit's IPC framework specific to mirroring Map modifications.