tree: e6c2a5ca3c14565f4e6d1314e034d6364efa3a5a [path history] [tgz]
  1. device_access/
  2. driver_locator/
  3. example/
  4. CMakeLists.txt
  5. README.md
bundles/device_access/README.md

title: Device Access

Device Access

The Device Access contains a for Celix adapted implementation of the OSGi Compendium Device Access Specification.

Properties

DRIVER_LOCATOR_PATH     Path to the directory containing the driver bundles, defaults to "drivers".
                        The Driver Locator uses this path to find drivers.

CMake option

BUILD_DEVICE_ACCESS=ON

Using info

If the Celix Device Access is installed, ‘find_package(Celix)’ will set:

  • The Celix::device_access_api interface (i.e. headers only) library target
  • The Celix::device_manager bundle target
  • The Celix::driver_locator bundle target