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, December 15, 1986 11:48:45 am PST
CDNMosPackage: CONFIGURATION
IMPORTS
CD,
CDBasics,
CDColors,
CDEvents,
CDIO,
CDLayers,
CDLRUCache,
CDOps,
CDPanel,
CDPrivate,
CDSequencer,
CDSimpleRules,
CDStretchyBackdoor,
CDEnvironment,
CDValue,
CDViewer,
ColorMaps,
Commander,
FileNames,
ImagerColor,
IO,
Rope,
SymTab,
TerminalIO,
TokenIO
EXPORTS ALL
CONTROL
NMosImpl,
NMosContactsImpl,
NMosContactCommands,
NMosTransistorsImpl,
NMosTransistorCommands,
NMosSimpleRulesImpl =
BEGIN
NMosImpl;
NMosTransistorsImpl;
NMosContactsImpl;
NMosContactCommands;
NMosTransistorCommands;
NMosSimpleRulesImpl;
END.