(file) Return to CIM_VideoBIOSFeature.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Application

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_VideoBIOSFeature 
 6           // ==================================================================
 7              [Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Application::BIOS" ), 
 9               Description ( 
10                  "VideoBIOSFeature represents the capabilities of the low-level "
11                  "software that is used to bring up, configure and use a "
12                  "ComputerSystem\'s VideoController and Display." )]
13           class CIM_VideoBIOSFeature : CIM_SoftwareFeature {
14           
15                 [Description ( 
16                     "An array of integers that specify the features supported "
17                     "by the VideoBIOS. For example, one could indicate "
18                     "support for VESA power management (value=6) or video "
19                     "BIOS shadowing (8). The value, 3, is not valid in the "
20                     "CIM Schema since in DMI it represents that no BIOS "
21                     "Features are supported. In this case, the object should "
22 marek 1.1           "not be instantiated." ), 
23                  ValueMap { "1", "2", "3", "4", "5", "6", "7", "8", "9" }, 
24                  Values { "Other", "Unknown", "Undefined", 
25                     "Standard Video BIOS", "VESA BIOS Extensions Supported", 
26                     "VESA Power Management Supported", 
27                     "VESA Display Data Channel Supported", 
28                     "Video BIOS Shadowing Allowed", "Video BIOS Upgradeable" }, 
29                  ArrayType ( "Indexed" ), 
30                  MappingStrings { "MIF.DMTF|Video BIOS Characteristic|001.3" }, 
31                  ModelCorrespondence { 
32                     "CIM_VideoBIOSFeature.CharacteristicDescriptions" }]
33              uint16 Characteristics[];
34           
35                 [Description ( 
36                     "An array of free-form strings providing more detailed "
37                     "explanations for any of the VideoBIOS features indicated "
38                     "in the Characteristics array. Note, each entry of this "
39                     "array is related to the entry in the Characteristics "
40                     "array that is located at the same index." ), 
41                  ArrayType ( "Indexed" ), 
42                  MappingStrings { "MIF.DMTF|Video BIOS Characteristic|001.4" }, 
43 marek 1.1        ModelCorrespondence { "CIM_VideoBIOSFeature.Characteristics" }]
44              string CharacteristicDescriptions[];
45           
46           
47           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2