summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Hardware.mof10
1 files changed, 10 insertions, 0 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index 084dbfd..dc5da14 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -1370,3 +1370,13 @@ class LMI_DiskDriveRealizes: CIM_Realizes
LMI_DiskDrive REF Dependent;
};
+[ Version("0.5.0"), Provider("cmpi:cmpiLMI_DiskDriveSystemDevice"), Association ]
+class LMI_DiskDriveSystemDevice: CIM_SystemDevice
+{
+ [ Override("GroupComponent") ]
+ CIM_ComputerSystem REF GroupComponent;
+
+ [ Override("PartComponent") ]
+ LMI_DiskDrive REF PartComponent;
+};
+