home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / wbi11os2.zip / wbi.mif < prev    next >
Text File  |  1996-07-26  |  3KB  |  95 lines

  1. Start Component
  2.     Name = "Web Browser Intelligence"
  3.     Description = "Intelligent Agent for Web Browsing"
  4.  
  5.  
  6. //
  7. //   Enumerations for this group
  8. //
  9.            Start Enum
  10.              Name = "Verify_Type"
  11.              Type = Integer
  12.              0x00 = "An error occurred; check status code"
  13.              0x01 = "This component does not exist"
  14.              0x02 = "The verify is not supported"
  15.              0x03 = "Reserved"
  16.              0x04 = "This component exists, but the functionality is untested"
  17.              0x05 = "This component exists, but the functionality is unknown"
  18.              0x06 = "This component exists, and is not functioning correctly"
  19.              0x07 = "This component exists, and is functioning correctly"
  20.            End Enum
  21.  
  22.  
  23.     start group
  24.         name    = "ComponentID"
  25.         id      = 1
  26.         class   = "DMTF|ComponentID|1.0"
  27.         description = "This group defines attributes common to all components."
  28.                       "This group is required."
  29.         value = 'WBI'
  30.  
  31.         start attribute
  32.             name    = "Manufacturer"
  33.             id      = 1
  34.             description = "The name of the manufacturer that produces this component."
  35.             access  = READ-ONLY
  36.             storage = COMMON
  37.             type    = STRING(64)
  38.             value   = "IBM Corp."
  39.         end attribute
  40.  
  41.         start attribute
  42.             name    = "Product"
  43.             id      = 2
  44.             description = "The name of the component."
  45.             access  = READ-ONLY
  46.             storage = COMMON
  47.             type    = STRING(64)
  48.             value   = "Web Browser Intelligence"
  49.         end attribute
  50.  
  51.         start attribute
  52.             name    = "Version"
  53.             id      = 3
  54.             description = "The version for the component."
  55.             access  = READ-ONLY
  56.             storage = COMMON
  57.             type    = STRING(64)
  58.             value   = "1.00"
  59.         end attribute
  60.  
  61.         start attribute
  62.             name    = "Serial Number"
  63.             id      = 4
  64.             description = "The serial number for this instance of this component."
  65.             access  = READ-ONLY
  66.             storage = SPECIFIC
  67.             type    = STRING(64)
  68.             value   = unsupported
  69.         end attribute
  70.  
  71.         start attribute
  72.             name    = "Installation"
  73.             id      = 5
  74.             description = "The time and date of the last install of this component."
  75.             access  = READ-ONLY
  76.             storage = SPECIFIC
  77.             type    = DATE
  78.             value   = ""
  79.         end attribute
  80.  
  81.         Start Attribute
  82.             Name = "Verify"
  83.             Id = 6
  84.             Access = Read-Only
  85.             Storage = Specific
  86.             Type = "Verify_Type"
  87.             Description = "A code that provides a level of verification "
  88.                           "that the component is still installed and working."
  89.             Value = 0x02
  90.         End Attribute
  91.  
  92.      end group
  93.  
  94.   end component
  95.