YggFilePackage.config
Copyright Ó 1988 by Xerox Corporation. All rights reserved.
Last edited by:
Bob Hagmann May 15, 1989 2:57:36 pm PDT

YggFilePackage: CONFIGURATION
IMPORTS Camelot, CamelotRecoverable, FileStream, FSBackdoor, -- IO, IOUtils, -- Mach, PrincOpsUtils, Process, RedBlackTree, -- Rope, RuntimeError, -- SafeStorage, YggBuffMan, YggDID, YggDIDMap, YggEnvironment, YggLogBasic, YggTransaction --, VM --
EXPORTS ALL
CONTROL YggFileImpl, YggFileTableImpl, YggFileSegmentImpl, YggFileStreamImpl -- , FSDummyImpl, FileStreamMoreImpl, FileStreamImpl -- =

BEGIN

YggFileImpl;
YggFileTableImpl;
YggFileSegmentImpl;
YggFileStreamImpl;
-- FSDummyImpl;
-- FileStreamMoreImpl;
-- FileStreamImpl;

END.