tree: 53db6b62833de17b7284115e289188336f24b2b5 [path history] [tgz]
  1. boot/
  2. client/
  3. dbus_adaptors/
  4. docs/
  5. examples/
  6. fuzz/
  7. seccomp/
  8. testdata/
  9. tools/
  10. BUILD.gn
  11. daemon.cc
  12. daemon.h
  13. dlc_manager.cc
  14. dlc_manager.h
  15. dlc_service.cc
  16. dlc_service.h
  17. dlc_service_test.cc
  18. dlcservice.conf
  19. main.cc
  20. org.chromium.DlcService.conf
  21. OWNERS
  22. README.md
  23. types.h
  24. utils.cc
  25. utils.h
  26. utils_test.cc
dlcservice/README.md

Downloadable Content (DLC) Service Daemon

Read Developer Doc instead on how to use DLC framework.

dlcservice

This D-Bus daemon manages life-cycles of DLC Modules and provides APIs to install/uninstall DLC modules.

dlcservice-client

This is a generated D-Bus client library for dlcservice. Other system services that intend to interact with dlcservice are supposed to use this library.