(file) Return to CIM_VideoBIOSElement.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_VideoBIOSElement 
 6           // ==================================================================
 7              [Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Application::BIOS" ), 
 9               Description ( 
10                  "VideoBIOSElement represents the low-level software that is "
11                  "loaded into non-volatile storage and used to bring up, "
12                  "configure and access a ComputerSystem\'s VideoController and "
13                  "Display." )]
14           class CIM_VideoBIOSElement : CIM_SoftwareElement {
15           
16                 [Override ( "Version" ), 
17                  MappingStrings { "MIF.DMTF|Video BIOS|001.3" }]
18              string Version;
19           
20                 [Override ( "Manufacturer" ), 
21                  MappingStrings { "MIF.DMTF|Video BIOS|001.2" }]
22 marek 1.1    string Manufacturer;
23           
24                 [Description ( 
25                     "If true, indicates that the Video BIOS is shadowed." ), 
26                  MappingStrings { "MIF.DMTF|Video BIOS|001.5" }]
27              boolean IsShadowed;
28           
29                 [Description ( "Date that this BIOS was released." ), 
30                  MappingStrings { "MIF.DMTF|Video BIOS|001.4" }]
31              datetime ReleaseDate;
32           
33           
34           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2