summaryrefslogtreecommitdiffstats
path: root/src/hardware
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-11-20 14:45:16 +0100
committerPeter Schiffer <pschiffe@redhat.com>2013-11-20 14:46:34 +0100
commit3d5a9167320549731dcab224fe233ea27e26231a (patch)
treefc2cd016dcbdfd36a47e308cd6db6f8f14bd2ece /src/hardware
parentb6d2338da4e396e8750f6adbbc1f8509bc438fad (diff)
downloadopenlmi-providers-3d5a9167320549731dcab224fe233ea27e26231a.tar.gz
openlmi-providers-3d5a9167320549731dcab224fe233ea27e26231a.tar.xz
openlmi-providers-3d5a9167320549731dcab224fe233ea27e26231a.zip
Hardware: register SNIA profile with LMI_DiskPhysicalPackage 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 81e5b2c..932d338 100644
--- a/src/hardware/90_LMI_Hardware_Profile_DMTF.mof
+++ b/src/hardware/90_LMI_Hardware_Profile_DMTF.mof
@@ -123,3 +123,28 @@ instance of PG_ProviderProfileCapabilities
};
};
+instance of PG_ProviderProfileCapabilities
+{
+ CapabilityID = "LMI_DiskPhysicalPackage_DMTF";
+
+ ProviderModuleName = "cmpiLMI_Hardware";
+
+ ProviderName = "LMI_DiskPhysicalPackage";
+
+ RegisteredProfile = 15;
+
+ ProfileVersion = "1.6.0";
+
+ RegisteredSubprofiles = {
+ 1011
+ };
+
+ SubprofileVersions = {
+ "1.6.0"
+ };
+
+ ConformingElements = {
+ "LMI_DiskPhysicalPackage"
+ };
+};
+