tree: a822346c2a5085c6dc4900e1d500ba56bd19d3b7 [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. dlc_service_dbus_adaptor.cc
  21. dlc_service_dbus_adaptor.h
  22. dlc_service_dbus_adaptor_test.cc
  23. dlcservice.conf
  24. main.cc
  25. mock_boot_device.h
  26. org.chromium.DlcService.conf
  27. OWNERS
  28. README.md
  29. types.h
  30. utils.cc
  31. utils.h
  32. 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 is supposed to use this library.