For components that provide system services,
the ccs makes the component's system services
available to other components during the REGISTER phase.
pre step
ccs PRE_REGISTERkeyword listpackage list
system step
custom performs an ``early export'' of files or
interfaces that are involved in providing a system service.
These files are marked in the CDMT input files by
the exportPathRegPhase attribute.
See
cdmtInput(CDMT).
post step
ccs POST_REGISTERkeyword listpackage list
For components that provide system services,
the ccs removes those services
during the UNREGISTER phase.
pre step
ccs PRE_UNREGISTERkeyword listpackage list
The ccs performs any actions necessary prior
to the removal of system services.
Depending on the service, the ccs might inform
all service consumers of the removal of the service.
system step
custom removes filenames that were ``exported early''
during the REGISTER phase.
No changes are made to either the /opt or /var/opt
area of the SSO.