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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="CIMCoreCR00736.001" type ="change">Update of
 3           // descriptions based on Tech Edit review.</
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_DeviceSoftware
 8           // ==================================================================
 9              [Association, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Device::DeviceElements" ), 
11               Description ( 
12                  "The DeviceSoftware relationship identifies any software that "
13                  "is associated with a Device such as drivers, configuration, or "
14                  "application software, or firmware." )]
15           class CIM_DeviceSoftware : CIM_Dependency {
16           
17                 [Override ( "Antecedent" ), 
18                  Description ( "The SoftwareElement." )]
19              CIM_SoftwareElement REF Antecedent;
20           
21                 [Override ( "Dependent" ), 
22 marek 1.1        Description ( 
23                     "The LogicalDevice that requires or uses the software." )]
24              CIM_LogicalDevice REF Dependent;
25           
26                 [Description ( 
27                     "An enumerated integer that indicates the role that this "
28                     "software plays in regards to its associated Device. For "
29                     "example, this software could be instrumentation "
30                     "(value=5) or firmware (value=6)." ), 
31                  ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8" }, 
32                  Values { "Unknown", "Other", "Driver", 
33                     "Configuration Software", "Application Software", 
34                     "Instrumentation", "Firmware", "BIOS", "Boot ROM" }, 
35                  MappingStrings { "MIF.DMTF|SubComponent Software|001.2" }, 
36                  ModelCorrespondence { "CIM_DeviceSoftware.PurposeDescription" }]
37              uint16 Purpose;
38           
39                 [Description ( 
40                     "A free-form string that provides more information for "
41                     "the Purpose property, for example, \"Application "
42                     "Software\"." ), 
43 marek 1.1        ModelCorrespondence { "CIM_DeviceSoftware.Purpose" }]
44              string PurposeDescription;
45           
46                 [Description ( 
47                     "Boolean that indicates that the software is \'burned "
48                     "into\' or otherwise located on the hardware of the "
49                     "LogicalDevice." )]
50              boolean LoadedOnDevice;
51           
52                 [Description ( 
53                     "Boolean that indicates whether the software is "
54                     "upgradeable, when it is LoadedOnDevice. Software that is "
55                     "loaded as part of the OperatingSystem is typically "
56                     "changeable and upgradeable. However, when DeviceSoftware "
57                     "is burned into EEPROM or a chip that realizes the "
58                     "LogicalDevice, then it might not be upgradeable. This "
59                     "property indicates the ability to update and upgrade "
60                     "DeviceSoftware." )]
61              boolean UpgradeableOnDevice;
62           
63           
64 marek 1.1 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2