CDNMosPackage.config
Copyright
© 1983, 1985 by Xerox Corporation. All rights reserved.
Created by Christian Jacobi, June 24, 1983 4:25 pm
Last Edited by: Christian Jacobi, August 4, 1986 8:35:17 pm PDT
CDNMosPackage:
CONFIGURATION
IMPORTS
CD,
CDCallSpecific,
CDColors,
CDCommandOps,
CDEvents,
CDIO,
CDLayers,
CDLRUCache,
CDOps,
CDOrient,
CDPanel,
CDSequencer,
CDSimpleRules,
CDStretchyExtras,
CDEnvironment,
CDValue,
CDViewer,
ColorMaps,
Commander,
FileNames,
ImagerColor,
IO,
Rope,
SymTab,
TerminalIO,
TokenIO
EXPORTS
NMos,
NMosContacts,
NMosTransistors
CONTROL
NMosImpl,
NMosContactsImpl,
NMosContactCommands,
NMosTransistorsImpl,
NMosTransistorCommands,
NMosSimpleRulesImpl =
BEGIN
NMosImpl;
NMosTransistorsImpl;
NMosContactsImpl;
NMosContactCommands;
NMosTransistorCommands;
NMosSimpleRulesImpl;
END.