summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-01-14 16:03:07 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-01-14 16:03:07 +0100
commit06fabf29d5691223cf91a1c369b30b4f024a1f68 (patch)
treebded1b0baf075b6c346f10fca7a621f8937eeb73 /mof
parent00d6546132d71931951c60c7572f27799893527e (diff)
downloadopenlmi-providers-06fabf29d5691223cf91a1c369b30b4f024a1f68.tar.gz
openlmi-providers-06fabf29d5691223cf91a1c369b30b4f024a1f68.tar.xz
openlmi-providers-06fabf29d5691223cf91a1c369b30b4f024a1f68.zip
Hardware: added LMI_DiskDriveDeviceSAPImplementationProvider
New provider: * LMI_DiskDriveDeviceSAPImplementationProvider
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 505ecd7..6a49a25 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -1511,3 +1511,13 @@ class LMI_DiskDriveATAPort: CIM_ATAPort
uint64 Speed;
};
+[ Version("0.5.0"), Provider("cmpi:cmpiLMI_DiskDriveDeviceSAPImplementation"), Association ]
+class LMI_DiskDriveDeviceSAPImplementation: CIM_DeviceSAPImplementation
+{
+ [ Override("Antecedent") ]
+ LMI_DiskDriveATAPort REF Antecedent;
+
+ [ Override("Dependent") ]
+ LMI_ATAProtocolEndpoint REF Dependent;
+};
+