CDNMosPackage.config
Copyright Ó 1983, 1984, 1986, 1987, 1988 by Xerox Corporation. All rights reserved.
Created by: Christian Jacobi, June 24, 1983 4:25 pm
Last Edited by: Christian Jacobi, April 14, 1987 4:22:36 pm PDT
Christian Le Cocq January 25, 1988 9:53:18 am PST
CDNMosPackage: CONFIGURATION LINKS: CODE
IMPORTS
CD,
CDBasics,
CDCommandOps,
CDColors,
CDEvents,
CDIO,
CDLayers,
CDLRUCache,
CDOps,
CDPanel,
CDPrivate,
CDSequencer,
CDSimpleRulesBackdoor,
CDStretchyBackdoor,
CDEnvironment,
CDValue,
ImagerColor,
Rope,
TerminalIO,
TokenIO
EXPORTS ALL
CONTROL
NMosImpl,
NMosContactsImpl,
NMosContactCommands,
NMosTransistorsImpl,
NMosTransistorCommands,
NMosSimpleRulesImpl =
BEGIN
NMosImpl;
NMosTransistorsImpl;
NMosContactsImpl;
NMosContactCommands;
NMosTransistorCommands;
NMosSimpleRulesImpl;
END.