EtherTester.config,
Copyright © 1986 by Xerox Corporation. All rights reserved.
Last Edited by: Willie-Sue, December 5, 1986 2:27:13 pm PST
EtherTester: CONFIGURATION
IMPORTS
BasicTime, Booting, Buttons, Commander, Containers, DebuggerSwap, FS, IO, Labels, Loader, Menus, NumberLabels, PrincOpsUtils, Process, ProcessorFace, Rope, Rules, TypeScript, SystemVersion, ViewerIO, ViewerOps, ViewerTools, VM, Unformat, EtherTesterOps, NewEthernetFace, NewEthernetFaceExtras
EXPORTS ALL
CONTROL
EtherTesterMainImpl, EtherTesterStatsImpl, EtherTesterStorageImpl, EtherTesterControlImpl, EtherTesterViewerImpl, Unformatter =
BEGIN
EtherTesterMainImpl;
EtherTesterStatsImpl;
EtherTesterStorageImpl;
EtherTesterControlImpl;
EtherTesterViewerImpl;
Unformatter;
END.