tree: 1f189c838ace15754616a2648d7143cff70f305d [path history] [tgz]
  1. dlc_service_util.cc
  2. dlctool
  3. 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 DLC modules, set the --install flag and set --dlc_ids to a colon separated list of DLC IDs.

dlcservice_util --install --dlc_ids="foo:bar"

To uninstall DLC modules, set the --uninstall flag and set --dlc_ids to a colon separated list of DLC IDs.

dlcservice_util --uninstall --dlc_ids="foo:bar"

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

dlcservice_util --list