This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 054a44d7d9e70a8d151ee2fa1edce2d7c5d267ab
Merge: 2ccce27a 7d91d25d
Author: PengZheng <[email protected]>
AuthorDate: Tue Jan 10 20:59:44 2023 +0800

    Merge pull request #464 from apache/feature/remove_device_access
    
    Remove device access bundles

 bundles/CMakeLists.txt                             |   1 -
 bundles/device_access/CMakeLists.txt               |  25 -
 bundles/device_access/README.md                    |  38 --
 bundles/device_access/device_access/CMakeLists.txt |  50 --
 .../device_access/device_access/include/device.h   |  48 --
 .../device_access/device_access/include/driver.h   |  46 --
 .../device_access/include/driver_locator.h         |  47 --
 .../device_access/include/driver_selector.h        |  42 --
 .../device_access/device_access/include/match.h    |  39 --
 .../device_access/device_access/src/activator.c    | 192 -------
 .../device_access/src/device_manager.c             | 570 ---------------------
 .../device_access/src/device_manager.h             |  57 ---
 .../device_access/src/driver_attributes.c          | 170 ------
 .../device_access/src/driver_attributes.h          |  47 --
 .../device_access/src/driver_loader.c              | 186 -------
 .../device_access/src/driver_loader.h              |  49 --
 .../device_access/src/driver_matcher.c             | 270 ----------
 .../device_access/src/driver_matcher.h             |  43 --
 .../device_access/driver_locator/CMakeLists.txt    |  34 --
 .../device_access/driver_locator/src/activator.c   |  90 ----
 .../driver_locator/src/driver_locator.c            |  92 ----
 .../driver_locator/src/driver_locator_private.h    |  40 --
 bundles/device_access/example/CMakeLists.txt       |  32 --
 .../example/base_driver/CMakeLists.txt             |  29 --
 .../device_access/example/base_driver/README.md    |  29 --
 .../base_driver/include/base_driver_device.h       |  45 --
 .../example/base_driver/src/activator.c            | 139 -----
 .../example/base_driver/src/base_driver.c          | 112 ----
 .../example/base_driver/src/base_driver_private.h  |  42 --
 .../example/consuming_driver/CMakeLists.txt        |  30 --
 .../example/consuming_driver/README.md             |  27 -
 .../example/consuming_driver/src/activator.c       | 104 ----
 .../consuming_driver/src/consuming_driver.c        | 126 -----
 .../src/consuming_driver_private.h                 |  44 --
 .../example/refining_driver/CMakeLists.txt         |  32 --
 .../example/refining_driver/README.md              |  27 -
 .../include/refining_driver_device.h               |  46 --
 .../example/refining_driver/src/activator.c        | 104 ----
 .../example/refining_driver/src/refining_driver.c  | 284 ----------
 .../refining_driver/src/refining_driver_private.h  |  59 ---
 40 files changed, 3487 deletions(-)

Reply via email to