sashko / template-dbus-service

Template for creating a D-Bus service component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template D-Bus service

Template for creating a D-Bus service component.

Dependencies

  • gdbus-codgen-glibmm
  • glibmm (2.56)
  • googletest (1.8.1, for tests, optional)

Building

Meson is used for building. To build simply run:

meson build
ninja -C build

Running Tests

Tests can be run with:

meson test -C build

"No tests defined." is printed if the required version of googletest could not be found.

License and Copyright

Copyright © 2019 Luxoft Sweden AB

The source code in this repository is subject to the terms of the MPL-2.0 license, please see included "LICENSE" file for details. License information for any other files is either explicitly stated or defaults to the MPL-2.0 license.

About

Template for creating a D-Bus service component

License:Mozilla Public License 2.0


Languages

Language:C++ 72.2%Language:Meson 24.4%Language:Dockerfile 3.4%