summaryrefslogtreecommitdiffstats
path: root/src/hardware/90_LMI_Hardware_Profile_DMTF.mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-09-09 20:05:06 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-09-09 20:05:06 +0200
commit6c65d5564cfbb7b0d0b53a2375cb59a2428f8c49 (patch)
treecce771bb5524f484d0917b4e64c76b530f34988d /src/hardware/90_LMI_Hardware_Profile_DMTF.mof
parent49f626f598c0fe173f48b3bb9094c89747faa9d5 (diff)
downloadopenlmi-providers-6c65d5564cfbb7b0d0b53a2375cb59a2428f8c49.tar.gz
openlmi-providers-6c65d5564cfbb7b0d0b53a2375cb59a2428f8c49.tar.xz
openlmi-providers-6c65d5564cfbb7b0d0b53a2375cb59a2428f8c49.zip
Hardware: Added PCI_Bridge provider
Separated PCI_Bridges from PCI_Devices and provided multiple additional information related to PCI_Bridges. New providers: * LMI_PCIBridgeProvider * LMI_PCIBridgeSystemDeviceProvider
Diffstat (limited to 'src/hardware/90_LMI_Hardware_Profile_DMTF.mof')
-rw-r--r--src/hardware/90_LMI_Hardware_Profile_DMTF.mof26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/hardware/90_LMI_Hardware_Profile_DMTF.mof b/src/hardware/90_LMI_Hardware_Profile_DMTF.mof
index 777fa90..81e5b2c 100644
--- a/src/hardware/90_LMI_Hardware_Profile_DMTF.mof
+++ b/src/hardware/90_LMI_Hardware_Profile_DMTF.mof
@@ -97,3 +97,29 @@ instance of PG_ProviderProfileCapabilities
"LMI_PCIDevice"
};
};
+
+instance of PG_ProviderProfileCapabilities
+{
+ CapabilityID = "LMI_PCIBridge_DMTF";
+
+ ProviderModuleName = "cmpiLMI_Hardware";
+
+ ProviderName = "LMI_PCIBridge";
+
+ RegisteredProfile = 507;
+
+ ProfileVersion = "1.0.2";
+
+ RegisteredSubprofiles = {
+ 3038
+ };
+
+ SubprofileVersions = {
+ "1.0.0"
+ };
+
+ ConformingElements = {
+ "LMI_PCIBridge"
+ };
+};
+