summaryrefslogtreecommitdiff
path: root/api/franca/navigation/mapviewer/MapViewerTypes.fidl
diff options
context:
space:
mode:
Diffstat (limited to 'api/franca/navigation/mapviewer/MapViewerTypes.fidl')
-rw-r--r--api/franca/navigation/mapviewer/MapViewerTypes.fidl20
1 files changed, 0 insertions, 20 deletions
diff --git a/api/franca/navigation/mapviewer/MapViewerTypes.fidl b/api/franca/navigation/mapviewer/MapViewerTypes.fidl
deleted file mode 100644
index 2e2613d..0000000
--- a/api/franca/navigation/mapviewer/MapViewerTypes.fidl
+++ /dev/null
@@ -1,20 +0,0 @@
-// SPDX-License-Identifier: MPL-2.0
-// Copyright (C) 2014, PCA Peugeot Citro�n, XS Embedded GmbH, TomTom International B.V., Continental Automotive GmbH, BMW Car IT GmbH, Alpine Electronics R&D Europe GmbH, AISIN AW CO., LTD., Neusoft Technology Solutions GmbH, Jaguar Land Rover Limited, Visteon Corporation, Elektrobit Automotive GmbH
-// This Source Code Form is subject to the terms of the
-// Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
-// this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-
-package org.genivi.navigation.mapviewer
-import org.genivi.CommonTypes.* from "../../CommonTypes.fidl"
-import org.genivi.navigation.NavigationTypes.* from "../NavigationTypes.fidl"
-
-typeCollection MapViewerTypes {
- version {
- major 4
- minor 0
- }
- enumeration Notification extends NotificationNavigation{
- MAPVIEWERCONTROL_ERROR_NOMOREMAPVIEWINSTANCEHANDLES
- MAPVIEWERCONTROL_ERROR_MAPVIEWINSTANCENOTAVAILABLE
- }
-}