summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_Hardware.mof
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-07-26 13:59:30 +0200
committerJan Safranek <jsafrane@redhat.com>2013-07-26 14:23:12 +0200
commitdea9f92be7c85e82c3466476ee7dca314608b1d2 (patch)
tree3989387acfabb66c87b1c944878439cf27f0267f /mof/60_LMI_Hardware.mof
parent4d1c0e6f857fa16c46d729548052e15fa40d0b6c (diff)
downloadopenlmi-providers-dea9f92be7c85e82c3466476ee7dca314608b1d2.tar.gz
openlmi-providers-dea9f92be7c85e82c3466476ee7dca314608b1d2.tar.xz
openlmi-providers-dea9f92be7c85e82c3466476ee7dca314608b1d2.zip
Add Version to mof files.
Diffstat (limited to 'mof/60_LMI_Hardware.mof')
-rw-r--r--mof/60_LMI_Hardware.mof68
1 files changed, 34 insertions, 34 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index c5f2b22..2b07f36 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -23,7 +23,7 @@
* Processor
*/
-[ Provider("cmpi:cmpiLMI_Processor") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Processor") ]
class LMI_Processor: CIM_Processor
{
[ Description("System architecture.") ]
@@ -117,12 +117,12 @@ class LMI_Processor: CIM_Processor
uint16 Flags[];
};
-[ Provider("cmpi:cmpiLMI_ProcessorCapabilities") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorCapabilities") ]
class LMI_ProcessorCapabilities: CIM_ProcessorCapabilities
{
};
-[ Provider("cmpi:cmpiLMI_ProcessorElementCapabilities"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorElementCapabilities"), Association ]
class LMI_ProcessorElementCapabilities: CIM_ElementCapabilities
{
[Override("ManagedElement")]
@@ -132,12 +132,12 @@ class LMI_ProcessorElementCapabilities: CIM_ElementCapabilities
LMI_ProcessorCapabilities REF Capabilities;
};
-[ Provider("cmpi:cmpiLMI_ProcessorCacheMemory") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorCacheMemory") ]
class LMI_ProcessorCacheMemory: CIM_Memory
{
};
-[ Provider("cmpi:cmpiLMI_AssociatedProcessorCacheMemory"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_AssociatedProcessorCacheMemory"), Association ]
class LMI_AssociatedProcessorCacheMemory: CIM_AssociatedCacheMemory
{
[Override("Antecedent")]
@@ -147,12 +147,12 @@ class LMI_AssociatedProcessorCacheMemory: CIM_AssociatedCacheMemory
LMI_Processor REF Dependent;
};
-[ Provider("cmpi:cmpiLMI_ProcessorChip") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorChip") ]
class LMI_ProcessorChip: CIM_Chip
{
};
-[ Provider("cmpi:cmpiLMI_ProcessorChipRealizes"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorChipRealizes"), Association ]
class LMI_ProcessorChipRealizes: CIM_Realizes
{
[Override("Antecedent")]
@@ -162,7 +162,7 @@ class LMI_ProcessorChipRealizes: CIM_Realizes
LMI_Processor REF Dependent;
};
-[ Provider("cmpi:cmpiLMI_ProcessorSystemDevice"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorSystemDevice"), Association ]
class LMI_ProcessorSystemDevice: CIM_SystemDevice
{
[Override("GroupComponent")]
@@ -176,7 +176,7 @@ class LMI_ProcessorSystemDevice: CIM_SystemDevice
* Memory
*/
-[ Provider("cmpi:cmpiLMI_Memory") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Memory") ]
class LMI_Memory: CIM_Memory
{
[ Description("Indicates whether memory has NUMA layout.") ]
@@ -201,12 +201,12 @@ class LMI_Memory: CIM_Memory
uint16 TransparentHugeMemoryPageStatus;
};
-[ Provider("cmpi:cmpiLMI_PhysicalMemory") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PhysicalMemory") ]
class LMI_PhysicalMemory: CIM_PhysicalMemory
{
};
-[ Provider("cmpi:cmpiLMI_PhysicalMemoryRealizes"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PhysicalMemoryRealizes"), Association ]
class LMI_PhysicalMemoryRealizes: CIM_Realizes
{
[Override("Antecedent")]
@@ -216,7 +216,7 @@ class LMI_PhysicalMemoryRealizes: CIM_Realizes
LMI_Memory REF Dependent;
};
-[ Provider("cmpi:cmpiLMI_MemorySystemDevice"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_MemorySystemDevice"), Association ]
class LMI_MemorySystemDevice: CIM_SystemDevice
{
[Override("GroupComponent")]
@@ -230,17 +230,17 @@ class LMI_MemorySystemDevice: CIM_SystemDevice
* Physical Asset
*/
-[ Provider("cmpi:cmpiLMI_Chassis") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Chassis") ]
class LMI_Chassis: CIM_Chassis
{
};
-[ Provider("cmpi:cmpiLMI_Baseboard") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Baseboard") ]
class LMI_Baseboard: CIM_Card
{
};
-[ Provider("cmpi:cmpiLMI_BaseboardContainer"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_BaseboardContainer"), Association ]
class LMI_BaseboardContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -250,7 +250,7 @@ class LMI_BaseboardContainer: CIM_Container
LMI_Baseboard REF PartComponent;
};
-[ Provider("cmpi:cmpiLMI_ProcessorChipContainer"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorChipContainer"), Association ]
class LMI_ProcessorChipContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -260,7 +260,7 @@ class LMI_ProcessorChipContainer: CIM_Container
LMI_ProcessorChip REF PartComponent;
};
-[ Provider("cmpi:cmpiLMI_ChassisComputerSystemPackage"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ChassisComputerSystemPackage"), Association ]
class LMI_ChassisComputerSystemPackage: CIM_ComputerSystemPackage
{
[Override("Antecedent")]
@@ -270,12 +270,12 @@ class LMI_ChassisComputerSystemPackage: CIM_ComputerSystemPackage
CIM_ComputerSystem REF Dependent;
};
-[ Provider("cmpi:cmpiLMI_MemorySlot") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_MemorySlot") ]
class LMI_MemorySlot: CIM_Slot
{
};
-[ Provider("cmpi:cmpiLMI_MemorySlotContainer"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_MemorySlotContainer"), Association ]
class LMI_MemorySlotContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -285,12 +285,12 @@ class LMI_MemorySlotContainer: CIM_Container
LMI_MemorySlot REF PartComponent;
};
-[ Provider("cmpi:cmpiLMI_MemoryPhysicalPackage") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_MemoryPhysicalPackage") ]
class LMI_MemoryPhysicalPackage: CIM_PhysicalPackage
{
};
-[ Provider("cmpi:cmpiLMI_MemoryPhysicalPackageInConnector"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_MemoryPhysicalPackageInConnector"), Association ]
class LMI_MemoryPhysicalPackageInConnector: CIM_PackageInConnector
{
[Override("Antecedent")]
@@ -300,7 +300,7 @@ class LMI_MemoryPhysicalPackageInConnector: CIM_PackageInConnector
LMI_MemoryPhysicalPackage REF Dependent;
};
-[ Provider("cmpi:cmpiLMI_PhysicalMemoryContainer"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PhysicalMemoryContainer"), Association ]
class LMI_PhysicalMemoryContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -310,12 +310,12 @@ class LMI_PhysicalMemoryContainer: CIM_Container
LMI_PhysicalMemory REF PartComponent;
};
-[ Provider("cmpi:cmpiLMI_PortPhysicalConnector") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PortPhysicalConnector") ]
class LMI_PortPhysicalConnector: CIM_PhysicalConnector
{
};
-[ Provider("cmpi:cmpiLMI_PortPhysicalConnectorContainer"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PortPhysicalConnectorContainer"), Association ]
class LMI_PortPhysicalConnectorContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -325,12 +325,12 @@ class LMI_PortPhysicalConnectorContainer: CIM_Container
LMI_PortPhysicalConnector REF PartComponent;
};
-[ Provider("cmpi:cmpiLMI_SystemSlot") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_SystemSlot") ]
class LMI_SystemSlot: CIM_Slot
{
};
-[ Provider("cmpi:cmpiLMI_SystemSlotContainer"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_SystemSlotContainer"), Association ]
class LMI_SystemSlotContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -340,7 +340,7 @@ class LMI_SystemSlotContainer: CIM_Container
LMI_SystemSlot REF PartComponent;
};
-[ Provider("cmpi:cmpiLMI_PointingDevice") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PointingDevice") ]
class LMI_PointingDevice: CIM_PointingDevice
{
};
@@ -349,17 +349,17 @@ class LMI_PointingDevice: CIM_PointingDevice
* Battery
*/
-[ Provider("cmpi:cmpiLMI_Battery") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Battery") ]
class LMI_Battery: CIM_Battery
{
};
-[ Provider("cmpi:cmpiLMI_BatteryPhysicalPackage") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_BatteryPhysicalPackage") ]
class LMI_BatteryPhysicalPackage: CIM_PhysicalPackage
{
};
-[ Provider("cmpi:cmpiLMI_PhysicalBatteryRealizes"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PhysicalBatteryRealizes"), Association ]
class LMI_PhysicalBatteryRealizes: CIM_Realizes
{
[Override("Antecedent")]
@@ -369,7 +369,7 @@ class LMI_PhysicalBatteryRealizes: CIM_Realizes
LMI_Battery REF Dependent;
};
-[ Provider("cmpi:cmpiLMI_PhysicalBatteryContainer"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PhysicalBatteryContainer"), Association ]
class LMI_PhysicalBatteryContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -379,7 +379,7 @@ class LMI_PhysicalBatteryContainer: CIM_Container
LMI_BatteryPhysicalPackage REF PartComponent;
};
-[ Provider("cmpi:cmpiLMI_BatterySystemDevice"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_BatterySystemDevice"), Association ]
class LMI_BatterySystemDevice: CIM_SystemDevice
{
[Override("GroupComponent")]
@@ -393,7 +393,7 @@ class LMI_BatterySystemDevice: CIM_SystemDevice
* PCI Devices
*/
-[ Provider("cmpi:cmpiLMI_PCIDevice") ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PCIDevice") ]
class LMI_PCIDevice: CIM_PCIDevice
{
[ Description("Name of the vendor") ]
@@ -409,7 +409,7 @@ class LMI_PCIDevice: CIM_PCIDevice
string SubsystemName;
};
-[ Provider("cmpi:cmpiLMI_PCIDeviceSystemDevice"), Association ]
+[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PCIDeviceSystemDevice"), Association ]
class LMI_PCIDeviceSystemDevice: CIM_SystemDevice
{
[Override("GroupComponent")]