During the CONFIGURE phase,
the ccs configures the component into any system services
that it consumes.
For example, the component might add a driver to the link kit
using the
idinstall(ADM)utility.
pre step
ccs PRE_CONFIGUREkeyword listpackage list
system step
No action is defined.
post step
ccs POST_CONFIGUREkeyword listpackage list
The ccs performs any remaining configuration that relied
upon actions taken in the PRE_CONFIGURE and system step.
During the UNCONFIGURE phase,
the ccs removes the component from any system services
that it consumes.
For example, remove kernel device drivers using a call to
idinstall(ADM).