--CDCmosPackage.config
--by Christian Jacobi June 24, 1983 4:25 pm
--last modified by Christian Jacobi December 14, 1983 3:25 pm
--Last Edited by: Kimr, August 26, 1983 2:50 pm
CDCmosPackage: CONFIGURATION
IMPORTS
Atom,
Commander,
CommandTool,
Convert,
TerminalIO,
CD,
CDCallSpecific,
CDCells,
CDCommands,
CDDirectory,
CDIOExtras,
CDLRUCache,
CDProperties,
CDValue, CDPanel,
CDEvents,
CDRects,
CDViewer,
CDTexts,
CDTechnology,
CDApplications,
CDExtras,
CDMarks,
CDRepetitions,
CDSequencer,
CDOps,
CDOrient,
CDPrivate,
CDIO,
FS,
IO,
Rope,
RuntimeError,
TokenIO,
UserProfile,
CDBusses,
FileNames,
ViewerOps
EXPORTS
CMos,
CMosContacts,
CMosTransistors
CONTROL
CMosImpl,
CMosContactsImpl,
CMosContactCommands,
CMosTransistorsImpl,
CMosTransistorCommands,
CMosPDif,
ChipmonkCmosRead,
ChipmonkCMosWrite =
BEGIN
CMosImpl;
CMosTransistorsImpl;
CMosContactsImpl;
CMosContactCommands;
CMosTransistorCommands;
CMosPDif;
ChipmonkCmosRead;
ChipmonkCMosWrite;
END.