--InstallLispTool.config

--created by
--  JFung.pasa	  4-Oct-83 10:19:50
--  Integrated package of LispTool and Diangnostics

--last edited by
--  JFung.pasa	    24-Jan-84 14:35:43


InstallLispTool:  CONFIGURATION
  IMPORTS 
  	AccessFloppy, AddressTranslation, Atom, BitBlt, ByeOps, 
 	CH, CHLookup, CHStubInternal, CmFile, ComSoftOps, Cursor, 
 	 --DESFace, 
 	DiagnosticsOps, Dialup, DiskChannel, Display, 
 	EchoServer, EthernetDriverFriends, Event, Exec, 
 	File, FileName, FileTransfer, Floppy, FloppyChannel, Format, FormSW, 
 	Heap, Inline, KernelFile, 
 	LispToolOps, MFile, MStream, NetworkStream, NSString,  
	OISCP, OthelloOps, 
	PhoneNetDriverFriends, PhysicalVolume, Process, ProcessorFace, Profile, Put,    
 	RecOps, Router, RouterInternal, RS232C, Runtime, 
 	Scavenger, Socket, Space, SpecialFile, SpecialMFile, 
	SpecialVolume, Stream, String, Supervisor, System,
 	TemporaryBooting, TemporarySetGMT, Time, TIP, Token, Tool, ToolFont, 
  	ToolDriver, ToolWindow, Transaction, 
 	UserInput, UserTerminal, Version, Volume, 
 	Window, WindowFont, WindowOps
    
    
  EXPORTS
    	DiagnosticsOps, ComSoftOps, ByeOps, LispToolOps
    
  CONTROL
  	 ComSoftImplA, ByeImplA 
	 =
   
    	BEGIN
   	ByeImplA;		-- driver
   	ComSoftImplA;		-- TIP stuff
    	LispToolImpl;		-- FormSW stuff
	
	LTBootImpl;		-- Remote boot stuff
     	LTEraseImpl;		-- Erase stuff
    	--LTFloppyImpl;		
		-- Floppy stuff 
	LTHelpImpl;		-- documentation stuff
	LTInstallImpl;		-- Filing Retrieve/Coroutines stuff
	LTLoginImpl;		-- Profile stuff 
	LTScavengeImpl;		-- Scavenge stuff
	LTSetProfileImpl;	-- set profile stuff
	LTVMemImpl;		-- VMEM size stuff

	OthelloOpsImpl;
	DiagnosticsImplA;  	-- FormSW hacking
   	DiagnosticsImplB; 	-- Keyboard and LF display tests
   	DiagnosticsImplC; 	-- Ethernet test
    	DiagnosticsImplD; 	-- Floppy tests
    	DiagnosticsImplE; 	-- Help messages
    	DiagnosticsImplF; 	-- More help messages
   	AddressImpl;
   	ExtendedStringImpl;
   	OnlineDiagnosticsDLion;
	END.....