You develop a Control Panel item named xyz.dll for an OS design. You need to ensure that the item is displayed in Control Panel. What should you do?
A.
Set CPL=1 in the items SOURCES file. Add an entry to the MEMORY section of the config.bib file.
B.
Set CPL=1 in the items SOURCES file. Add an entry to the MODULES section of the project.bib file.
C.
Set SOURCES=XYZ.dll in the items SOURCES file. Add an entry to the MODULES section of the project.bib file.
D.
Set SOURCES=XYZ.dll in the items SOURCES file. Add an entry to the MEMORY section of the config.bib file.