/** * @licence app begin@ * SPDX-License-Identifier: MPL-2.0 * * \copyright Copyright (C) 2013-2014, PCA Peugeot Citroen * * \file poi-common-dbus-data-model.h * * \brief This file is part of the poi proof of concept. * * \author Philippe Colliot * * \version 1.1 * * This Source Code Form is subject to the terms of the * Mozilla Public License (MPL), 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/. * * For further information see http://www.genivi.org/. * * List of changes: * 10-02-2014, Philippe Colliot, refinement and migration to the new repository * , , * * @licence end@ */ #ifndef __NAVIGATIONCOMMONDBUS_H__ #define __NAVIGATIONCOMMONDBUS_H__ #include #include typedef ::DBus::Struct< uint8_t, ::DBus::Variant > DBusCommonAPIVariant; typedef int32_t DBusCommonAPIEnumeration; #endif