summaryrefslogtreecommitdiffstats
path: root/src/hardware/90_LMI_Hardware_Profile.mof.skel
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/90_LMI_Hardware_Profile.mof.skel')
-rw-r--r--src/hardware/90_LMI_Hardware_Profile.mof.skel21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/hardware/90_LMI_Hardware_Profile.mof.skel b/src/hardware/90_LMI_Hardware_Profile.mof.skel
new file mode 100644
index 0000000..fbf562f
--- /dev/null
+++ b/src/hardware/90_LMI_Hardware_Profile.mof.skel
@@ -0,0 +1,21 @@
+instance of PG_ProviderProfileCapabilities
+{
+ CapabilityID = "@CLASS@";
+
+ ProviderModuleName = "cmpiLMI_Hardware";
+
+ ProviderName = "@CLASS@";
+
+ RegisteredProfile = 0;
+
+ OtherRegisteredProfile = "OpenLMI-Hardware";
+ OtherProfileOrganization = "OpenLMI";
+
+ ProfileVersion = "@VERSION@";
+
+ RegisteredSubProfiles = {};
+
+ ConformingElements = {
+ "@CLASS@"
+ };
+};