--CreateTestFilePageMgrImpls.config  Karen Kolling  November 9, 1983 12:41 pm



CreateTestFilePageMgrImpls: CONFIGURATION
   IMPORTS CedarVersion, File, FileIO, IO, KernelFile, Process, Rope, RTTypesBasic, SafeStorage,
      Space, System, Transaction, Volume
   CONTROL AlpineZonesStubImpl, FileMapImpl, FileMapObjectImpl, MyPerfStatsImpl,
      CreateTestFilePageMgrImpl, FilePageMgrImpls, RandomCardImpl =

BEGIN

  CreateTestFilePageMgrImpl;
  FilePageMgrImpls;
  FileMapImpl;
  FileMapObjectImpl;
  RandomCardImpl;
  MyPerfStatsImpl;
  AlpineZonesStubImpl;
  
END.