tree: 0a348c8fa24a2971f4d9c58c79e5412611e744fc [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_manager.cc
  23. dlc_manager.h
  24. dlc_service.cc
  25. dlc_service.h
  26. dlc_service_test.cc
  27. dlcservice.conf
  28. main.cc
  29. mock_boot_device.h
  30. org.chromium.DlcService.conf
  31. OWNERS
  32. README.md
  33. types.h
  34. utils.cc
  35. utils.h
  36. 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.