summaryrefslogtreecommitdiffstats
path: root/src/power/90_LMI_PowerManagement_Profile.mof.skel
diff options
context:
space:
mode:
Diffstat (limited to 'src/power/90_LMI_PowerManagement_Profile.mof.skel')
-rw-r--r--src/power/90_LMI_PowerManagement_Profile.mof.skel27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/power/90_LMI_PowerManagement_Profile.mof.skel b/src/power/90_LMI_PowerManagement_Profile.mof.skel
new file mode 100644
index 0000000..b03c5bd
--- /dev/null
+++ b/src/power/90_LMI_PowerManagement_Profile.mof.skel
@@ -0,0 +1,27 @@
+instance of PG_ProviderProfileCapabilities
+{
+ CapabilityID = "@CLASS@";
+
+ ProviderModuleName = "cmpiLMI_PowerManagement";
+
+ ProviderName = "@CLASS@";
+
+ RegisteredProfile = 0;
+
+ OtherRegisteredProfile = "OpenLMI-PowerManagement";
+ OtherProfileOrganization = "OpenLMI";
+
+ ProfileVersion = "@VERSION@";
+
+ RegisteredSubProfiles = {
+ 3021
+ };
+
+ SubprofileVersions = {
+ "1.0.1"
+ };
+
+ ConformingElements = {
+ "@CLASS@"
+ };
+};