tree: 95aa48a5f202c440b1c48f73856fda45494df13b [path history] [tgz]
  1. client/
  2. dbus_adaptors/
  3. docs/
  4. examples/
  5. fuzz/
  6. seccomp/
  7. testdata/
  8. tools/
  9. boot_device.cc
  10. boot_device.h
  11. boot_device_fuzzer.cc
  12. boot_device_test.cc
  13. boot_slot.cc
  14. boot_slot.h
  15. boot_slot_fuzzer.cc
  16. boot_slot_test.cc
  17. BUILD.gn
  18. daemon.cc
  19. daemon.h
  20. dbus_adaptor.cc
  21. dbus_adaptor.h
  22. dlc_service.cc
  23. dlc_service.h
  24. dlc_service_test.cc
  25. dlcservice.conf
  26. main.cc
  27. mock_boot_device.h
  28. org.chromium.DlcService.conf
  29. OWNERS
  30. README.md
  31. types.h
  32. utils.cc
  33. utils.h
  34. 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.