tree: dd5802598dc0c9f738694aa295fbeeec5179a0a9 [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_test.cc
  12. boot_slot.cc
  13. boot_slot.h
  14. boot_slot_fuzzer.cc
  15. boot_slot_test.cc
  16. BUILD.gn
  17. dlc_service.cc
  18. dlc_service.h
  19. dlc_service_dbus_adaptor.cc
  20. dlc_service_dbus_adaptor.h
  21. dlc_service_dbus_adaptor_test.cc
  22. dlcservice.conf
  23. main.cc
  24. mock_boot_device.h
  25. org.chromium.DlcService.conf
  26. OWNERS
  27. README.md
  28. types.h
  29. utils.cc
  30. utils.h
  31. 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.