home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / macfe / spiral / master.ini next >
Encoding:
Text File  |  1998-04-08  |  6.3 KB  |  119 lines

  1. ; manifest.ini
  2. ;
  3. ; Spiral manifest file
  4. ;
  5. ; WARNING - Do not edit this file. It will likely be overwritten if you do so.
  6. ; All user settings are contained elsewhere, eg spiral.ini
  7.  
  8. ; Global confiruation area (affects both the Nub and the Transceiver)
  9.  
  10. ; DeploymentID **MUST** be unique for *each* deployment of a Spiral-enabled product.
  11. ; Using something like vendor name, product name, platform name, and build number (or date/time) all mushed
  12. ; together would be a good way to go ... such as WizzySoftwareWizzyWritePowerMac9712250900 for the
  13. ; Dec, 25, 1997, 9AM PowerMac build of WizzyWrite by WizzySoftware.
  14.  
  15. DeploymentID        = "FullCircleSoftwareBuggyAppPowerMac9712261500"
  16.  
  17. ; PrefsDirectoryName **MUST** be unique for *each* deployment of a Spiral-enabled product as well.
  18. ; It is used to separate data used by Spiral for each deployment, so that one deployment's information
  19. ; doesn't get associated with another deployment by accident.
  20. ; Note that certain platforms might ignore this altogether, if their data is stored relative to the
  21. ; application directory.
  22. ; Also note that the platform identifier (Win32, PowerMac) is not needed, since this is meant to
  23. ; guarantee uniqueness on a given host's filesystem.
  24. ; Also note that the length of this value is limited by the max. filename length on the target platform.
  25.  
  26. PrefsDirectoryName  = "FullCircle BuggyApp 1.0b1"
  27.  
  28. ; ManifestVersion is used by the Spiral Server to determine whether or not the client needs a newer version of
  29. ; the manifest file. It should initially be set to 1 when a new deployment is created.
  30.  
  31. ManifestVersion     = 100
  32.  
  33. ; Spiral Server Locator configuration area
  34. ; ServerCount contains the total number of servers that might be tried (ServerCount = N)
  35. ; ServerAddressX has the form : relativeProbability, URL (where X goes from 0 to ServerCount-1)
  36.  
  37. ServerCount     = 1
  38. ServerAddress0  = 1, "http://fullcircle.mcom.com/spiral-bin/Collector.dll"
  39. ;ServerAddress0 = 1, "http://fullcircle.mcom.com:81/spiral-bin/Collector.dll"
  40. ;ServerAddress0 = 1, "http://spiral.mcom.com/spiral-bin/Collector.dll"
  41. ;ServerAddress0 = 1, "http://fullcircle.mcom.com/iiop/SpiralServer"
  42. ;ServerAddress0 = 1, "http://fullsoft.com/~josh/posterboy.cgi"
  43.  
  44. ; Nub configuration area
  45. NubCollectors = CFMInfo,PC,Registers,StackDump,Trigger,TriggerTime,MacLowmems,ScreenGDevices,Volume,OpenFiles,Drives,Drivers,ResourceMap,Processes,CodeNearPC,HeapCheck
  46.  
  47. ; collectors have the following form
  48. ; name = collectorID, keyName, ...
  49. ; where name corresponds to a name in the TransceiverCollectors value
  50. ;       collectorID is an identifier that says what type of data to collect
  51. ;       keyName is the name of the key in the black box data structures
  52. ;       ... is the parameters to the collector
  53.  
  54. CFMInfo             = 0x90000001, "SMac Code Fragment Info"
  55. PC                  = 0x90000002, "SPC at time of crash"
  56. Registers           = 0x90000000, "SPowerPC crash registers"
  57. StackDump           = 0x90000003, "SDump of Macintosh Stack", 0x00000800
  58. Trigger             = 0x80000000, "STrigger Event"
  59. TriggerTime         = 0x80000001, "SNub trigger event time"
  60. MacLowmems          = 0x80000002, "SMacintosh Low Memory", 0, 64
  61. ScreenGDevices      = 0x90000004, "SMacintosh Screen GDevices"
  62. Volume              = 0x90000005, "SMac Volume Information"
  63. OpenFiles           = 0x90000007, "SMac Open Files"
  64. Drives              = 0x90000008, "SMac Drive Information"
  65. Drivers             = 0x90000006, "SMac Driver Information"
  66. ResourceMap         = 0x90000009, "SMac Resource Map"
  67. Processes           = 0x9000000A, "SMac Process List"
  68. CodeNearPC          = 0x9000000B, "SMac Memory near PC", 16, 32
  69.  
  70. ; <bo3b> 
  71. HeapCheck           = 0x9000000C, "SMac Heap Check"
  72.  
  73. ; stringsize, firstcount, lastcount
  74. TraceConfig = 64,3,4
  75.  
  76. ; level, stringsize, firstcount, lastcount, key
  77. TraceParamConfig1 = 5, 128, 1, 3, "DTraceParam test"
  78.  
  79. ; level, firstcount, lastcount, trigger-on-assert level, key
  80. AssertParamConfig1 = 5, 1, 3, 0, "DAssertParam test"
  81.  
  82. ; firstcount, lastcount, trigger-on-assert
  83. AssertConfig = 2,3, 0
  84.  
  85. ; firstcount, lastcount
  86. APIErrorConfig = 0, 20
  87.  
  88. ; Transceiver configuration area
  89. TransceiverCollectors = MachineType,CPUType,LowMemSize,RAMSize,LogicalMemSize,MacVendor,ClockSpeed,SysUpdateVers, SysVers,VMAttrs, Platform  ,SysVersResource,ManifestVersionColl,"DeploymentIDColl",Extensions,ControlPanels
  90.  
  91. ; collectors have the following form
  92. ; name = collectorID, keyName, dynamicFlag, ...
  93. ; where name corresponds to a name in the TransceiverCollectors value
  94. ;       collectorID is an identifier that says what type of data to collect
  95. ;       keyName is the name of the key in the black box data structures
  96. ;       dynamicFlag should be 0 for info that goes to static black box
  97. ;                             1 for info that goes to the dynamic black box
  98. ;       ... is the parameters to the collector
  99.  
  100. MachineType             = 0x10000000, "SMacOS machine type",             0, "mach"
  101. CPUType                 = 0x10000000, "SMacOS CPU type",                 0, "cput"
  102. LowMemSize              = 0x10000000, "SMacOS low memory size",          0, "lmem"
  103. RAMSize                 = 0x10000000, "SMacOS RAM installed",            0, "ram "
  104. LogicalMemSize          = 0x10000000, "SMacOS logical memory size",      0, "lram"
  105. MacVendor               = 0x10000000, "SMacintosh hardware vendor",      0, "hrad"
  106. ClockSpeed              = 0x10000000, "SMacintosh processor speed",      0, "pclk"
  107. SysUpdateVers           = 0x10000000, "SMacOS System Update ver",        0, "sysu"
  108. SysVers                 = 0x10000000, "SMacOS System ver",               0, "sysv"
  109. VMAttrs                 = 0x10000000, "SMacOS VM attributes",            0, "vm  "
  110. Platform                = 0x00000003, "SPlatform Identifier",            0, 0x10000000
  111. SysVersResource         = 0x10000001, "DMacOS System vers resource",     0, "{System}System",      0,          0, "resource", "vers", 1
  112. ManifestVersionColl     = 0x00000001, "SManifest ver transceiver init",  0
  113. DeploymentIDColl        = 0x00000002, "SDeployment ID",                  0
  114. Extensions              = 0x10000002, "SMac Extensions",                 1, "{Extensions}:",       0x494E4954, 0
  115. ControlPanels           = 0x10000002, "SMac Control Panels",             1, "{Control Panels}:",   0,          0
  116.  
  117. ; threshold, range
  118. RandomFilter = 100,100
  119.