tree: fc3258f22bda07421de6df337556bdb86edcad4e [path history] [tgz]
  1. dlc_service_util.cc
  2. dlctool
  3. dlcverify.cc
  4. README.md
dlcservice/tools/README.md

Downloadable Content (DLC) Service Daemon Utility

dlcservice-util

This is a wrapper utility for dlcservice. It can be used to install and uninstall DLC modules, as well as print a list of installed modules.

Usage

To install a DLC module, set the --install flag and set --id to a DLC ID.

dlcservice_util --install --id="foo"

To uninstall a DLC module, set the --uninstall flag and set --id to a DLC ID.

dlcservice_util --uninstall --id="foo"

To list installed modules, set the --list flag.

dlcservice_util --list