summaryrefslogtreecommitdiffstats
path: root/src/hardware
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-12-11 14:49:52 +0100
committerPeter Schiffer <pschiffe@redhat.com>2013-12-12 13:35:56 +0100
commit61f41e54ba8e153b8de97335e60624f890052633 (patch)
tree61470e6dd58e7e385cbe9240612a3bb5c7e33958 /src/hardware
parent4df5453c8715f25e367090fdd5ce7de7fa996340 (diff)
downloadopenlmi-providers-61f41e54ba8e153b8de97335e60624f890052633.tar.gz
openlmi-providers-61f41e54ba8e153b8de97335e60624f890052633.tar.xz
openlmi-providers-61f41e54ba8e153b8de97335e60624f890052633.zip
Hardware: register SNIA profile with LMI_DiskDrive provider
Diffstat (limited to 'src/hardware')
-rw-r--r--src/hardware/90_LMI_Hardware_Profile_DMTF.mof25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/hardware/90_LMI_Hardware_Profile_DMTF.mof b/src/hardware/90_LMI_Hardware_Profile_DMTF.mof
index 932d338..b57c117 100644
--- a/src/hardware/90_LMI_Hardware_Profile_DMTF.mof
+++ b/src/hardware/90_LMI_Hardware_Profile_DMTF.mof
@@ -148,3 +148,28 @@ instance of PG_ProviderProfileCapabilities
};
};
+instance of PG_ProviderProfileCapabilities
+{
+ CapabilityID = "LMI_DiskDrive_DMTF";
+
+ ProviderModuleName = "cmpiLMI_Hardware";
+
+ ProviderName = "LMI_DiskDrive";
+
+ RegisteredProfile = 15;
+
+ ProfileVersion = "1.6.0";
+
+ RegisteredSubprofiles = {
+ 1011
+ };
+
+ SubprofileVersions = {
+ "1.6.0"
+ };
+
+ ConformingElements = {
+ "LMI_DiskDrive"
+ };
+};
+