You will see #define
s generated for component and type identifiers.
The naming for a component identifier follows this form:
RAWID_<module>_<type>_<component>
The naming for a type identifier reflects the type in which the open type component appears. The form is:
RAWID_<module>_<type>_<component>_T_<type>
OR
RAWID_<module>_<type>_<component>_O_<name>
If the actual type
is a named type, the _T_<type>
form is used; otherwise, the
_O_<name>
form is used and the compiler tries to use a name that
identifies the corresponding information object.