summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_Hardware.mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-06-06 20:39:51 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-06-06 20:39:51 +0200
commitccb095d49a35b001439c254beebf5ba4e57e89e0 (patch)
treeeb2aed06949a2d2d8464d30a13f837234626fbd3 /mof/60_LMI_Hardware.mof
parent91e01015001072515ba308e347b8997af36d8953 (diff)
downloadopenlmi-providers-ccb095d49a35b001439c254beebf5ba4e57e89e0.tar.gz
openlmi-providers-ccb095d49a35b001439c254beebf5ba4e57e89e0.tar.xz
openlmi-providers-ccb095d49a35b001439c254beebf5ba4e57e89e0.zip
Hardware: Added system slot provider
New providers: * LMI_SystemSlotProvider * LMI_SystemSlotContainerProvider
Diffstat (limited to 'mof/60_LMI_Hardware.mof')
-rw-r--r--mof/60_LMI_Hardware.mof15
1 files changed, 15 insertions, 0 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index ed50c34..f4bc764 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -295,6 +295,21 @@ class LMI_PortPhysicalConnectorContainer: CIM_Container
LMI_PortPhysicalConnector REF PartComponent;
};
+[ Provider("cmpi:cmpiLMI_SystemSlot") ]
+class LMI_SystemSlot: CIM_Slot
+{
+};
+
+[ Provider("cmpi:cmpiLMI_SystemSlotContainer"), Association ]
+class LMI_SystemSlotContainer: CIM_Container
+{
+ [Override("GroupComponent")]
+ LMI_Chassis REF GroupComponent;
+
+ [Override("PartComponent")]
+ LMI_SystemSlot REF PartComponent;
+};
+
/******************************************************************************
* PCI Devices
*/