home *** CD-ROM | disk | FTP | other *** search
DMI Management Information Format | 1996-02-05 | 8.8 KB | 282 lines |
- Start Component
-
- Name = "InstantON"
- Description = "InstantON"
-
- Start Group
- Name = "ComponentID"
- ID = 1
- Class = "DMTF|ComponentID|001"
- Description= "This group defines attributes common to all components. "
- "This group is required."
-
-
- Start Attribute
- Name = "Manufacturer"
- ID = 1
- Description = "Manufacturer of this component."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = "Intel Corporation"
- End Attribute
-
- Start Attribute
- Name = "Product"
- ID = 2
- Description = "Product name for this component."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = "InstantON"
- End Attribute
-
- Start Attribute
- Name = "Version"
- ID = 3
- Description = "Version number of this component."
- Access = Read-Only
- Storage = Specific
- Type = String(64)
- Value = unsupported
- End Attribute
-
- Start Attribute
- Name = "Serial Number"
- ID = 4
- Description = "Serial number for this component."
- Access = Read-Only
- Storage = Specific
- Type = String(64)
- Value = unsupported
- End Attribute
-
- Start Attribute
- Name = "Installation"
- ID = 5
- Description = "The date of the install of this component."
- Access = Read-Only
- Storage = Specific
- Type = Date
- Value = ""
- End Attribute
-
- Start Attribute
- Name = "Verify"
- Id = 6
- Description = "A code that provides a level of verification "
- "that the component is still installed and working."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x00 = "An error occurred; check status code"
- 0x01 = "This component does not exist"
- 0x02 = "Verification is not supported"
- 0x03 = "Reserved"
- 0x04 = "This component exists, but the functionality is untested"
- 0x05 = "This component exists, but the functionality is unknown"
- 0x06 = "This component exists, and is not functioning correctly"
- 0x07 = "This component exists, and is functioning correctly"
- End Enum
- Value = 2
- End Attribute
- End Group
-
-
- /////////////////////////////////////////////////////////////////////
- // //
- // DTIK SIGNATURE GROUP //
- // //
- /////////////////////////////////////////////////////////////////////
-
- Start Group
- Name = "DTIK Signature Group"
- Class = "Intel|DTIK Signature|001"
- ID = 2
- Description = "This Group is used to locate a DTIK component."
- Key = 1
- Start Attribute
- Name = "DTIK Signature"
- ID = 1
- Description = "Name of DTIK component"
- Type = String(40)
- Access = Read-Only
- Value = "InstantON"
- End Attribute
- End Group
-
- /////////////////////////////////////////////////////////////////////
- // //
- // SOFTWARE COMPONENT INFORMATION //
- // //
- /////////////////////////////////////////////////////////////////////
-
-
- Start Group
- Name = "Software Component Information"
- Class = "DMTF|Software Component Information|001"
- ID = 3
- Description = "Contains additional identifying information "
- "about this component."
- Start Attribute
- Name = "Major Version"
- ID = 1
- Description = "Major version of this software component."
- Storage = Common
- Access = Read-Only
- Type = String(32)
- // Value = "1.00"
- Value = "0"
- End Attribute
- Start Attribute
- Name = "Minor Version"
- ID = 2
- Description = "Minor version of this software component."
- Storage = Common
- Access = Read-Only
- Type = String(32)
- // Value = "1.02"
- Value = "1.00"
- End Attribute
- Start Attribute
- Name = "Revision"
- ID = 3
- Description = "Revision of this software component."
- Storage = Common
- Access = Read-Only
- Type = String(32)
- Value = ""
- End Attribute
- Start Attribute
- Name = "Build"
- ID = 4
- Description = "Manufacturer's internal identifier for this "
- "compilation."
- Storage = Specific
- Access = Read-Only
- Type = String(32)
- Value = ""
- End Attribute
- Start Attribute
- Name = "Target Operating System"
- ID = 5
- Description = "The operating system for which this "
- "software component is intended."
- Storage = Common
- Access = Read-Only
- Type = Start Enum
- 0 = "Other"
- 1 = "DOS"
- 2 = "MACOS"
- 3 = "OS2"
- 4 = "UNIX"
- 5 = "WIN16"
- 6 = "WIN32"
- 7 = "OPENVMS"
- End Enum
- Value = 6
- End Attribute
- Start Attribute
- Name = "Language Edition"
- ID = 6
- Description = "This identifies the language edtion of this "
- "component "
- Storage = Common
- Access = Read-Only
- Type = String(32)
- Value = "en"
- End Attribute
- Start Attribute
- Name = "Identification Code"
- ID = 7
- Description = "Stock Keeping Unit (SKU) or Part Number "
- "for this software component."
- Storage = Specific
- Access = Read-Only
- Type = String(32)
- Value = ""
- End Attribute
- End Group
-
- /////////////////////////////////////////////////////////////////////
- // //
- // SOFTWARE SIGNATURE GROUP //
- // //
- /////////////////////////////////////////////////////////////////////
- Start Group
- Name = "Software Signature"
- Class = "DMTF|Software Signature|001"
- Key = 1
- Description = "The Software Signture Group contains "
- "information that can be used to detect this "
- "software component."
- Start Attribute
- Name = "File Name"
- ID = 1
- Description = "The name of a file that can be examined to "
- "detect this software component."
- Storage = Common
- Access = Read-Only
- Type = String(256)
- End Attribute
- Start Attribute
- Name = "File Size"
- ID = 2
- Description = "The size in bytes of a file that can be examined to "
- "detect this software component."
- Storage = Specific
- Access = Read-Only
- Type = Integer
- End Attribute
- Start Attribute
- Name = "File Date and Time"
- ID = 3
- Description = "The date and time of a file that can be examined "
- "to detect this software component."
- Storage = Specific
- Access = Read-Only
- Type = Date
- End Attribute
- Start Attribute
- Name = "File Checksum"
- ID = 4
- Description = "The checksum for the first 32 bytes of this file."
- Storage = Specific
- Access = Read-Only
- Type = Integer
- End Attribute
- Start Attribute
- Name = "File CRC 1"
- ID = 5
- Description = "The 16-bit CRC (ITU-T) on the middle 512k of this file."
- Storage = Specific
- Access = Read-Only
- Type = Integer
- End Attribute
- Start Attribute
- Name = "File CRC 2"
- ID = 6
- Description = "The 16-bit CRC (ITU-T) on the middle 512k of this file."
- Storage = Specific
- Access = Read-Only
- Type = Integer
- End Attribute
- End Group
- Start Table
- Name = "Software Signature"
- Class = "DMTF|Software Signature|001"
- ID = 4
- // MB.EXE enters table values here...
- {"IONSCHED.EXE", 300032, "19960205155548.000000-000", 0x0434, 0x88cb, 0xf268}
- {"VALARMD.VXD", 12385, "19960205155856.000000-000", 0x0434, 0x4f18, 0x7138}
- {"VIOND.VXD", 17061, "19960205155850.000000-000", 0x0434, 0x459e, 0x6c4b}
- {"IONSCHED.HLP", 129569, "19960205154530.000000-000", 0x0906, 0xbdc2, 0x18a4}
- {"AGENT.HLP", 16983, "19960205154038.000000-000", 0x0897, 0x7134, 0x1098}
- {"AGENT.EXE", 150016, "19960205154414.000000-000", 0x0434, 0x68ce, 0x8767}
- {"ION.DLL", 25600, "19960205154510.000000-000", 0x0434, 0xe55d, 0x345f}
- {"IONSCHED.DLL", 256000, "19960205155418.000000-000", 0x0434, 0x6e28, 0x8c86}
- {"CUSTMCTL.DLL", 71680, "19960205155030.000000-000", 0x0434, 0xdd8a, 0x0bc8}
- End Table
- End Component
-
-