From: Jan-Simon Moeller Date: Fri, 12 May 2017 21:52:17 +0000 (+0000) Subject: Merge "interfaces: add afm_user_daemon protocol binding" X-Git-Tag: 3.99.1~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e61042f21f8e63b63841bcaa059ef603009904db;hp=8aa9c852ffada1a2d167f713e8566c033c241ff0;p=apps%2Fhomescreen.git Merge "interfaces: add afm_user_daemon protocol binding" --- diff --git a/interfaces/afm_user_daemon.xml b/interfaces/afm_user_daemon.xml new file mode 100644 index 0000000..17b7d63 --- /dev/null +++ b/interfaces/afm_user_daemon.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/interfaces/include/afm_user_daemon.hpp b/interfaces/include/afm_user_daemon.hpp new file mode 100644 index 0000000..b9a5321 --- /dev/null +++ b/interfaces/include/afm_user_daemon.hpp @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef AFM_USER_DAEMON_HPP +#define AFM_USER_DAEMON_HPP + + +#endif // AFM_USER_DAEMON_HPP diff --git a/interfaces/interfaces.pro b/interfaces/interfaces.pro index 32e8e98..53324b2 100644 --- a/interfaces/interfaces.pro +++ b/interfaces/interfaces.pro @@ -25,6 +25,7 @@ SOURCES += src/appframework.cpp \ src/windowmanager.cpp XMLSOURCES = \ + afm_user_daemon.xml \ appframework.xml \ daynightmode.xml \ homescreen.xml \ @@ -63,3 +64,5 @@ gen_proxy_h.output = ${QMAKE_FILE_IN_BASE}_proxy.h gen_proxy_h.clean = ${QMAKE_FILE_IN_BASE}_proxy.h QMAKE_EXTRA_COMPILERS += gen_adaptor_cpp gen_proxy_cpp gen_adaptor_h gen_proxy_h + +DISTFILES +=