summaryrefslogtreecommitdiffstats
path: root/tools/devassistant/files/crt/c/openlmi/src/90_LMI_{{PROJECT_NAME}}_Profile.mof.skel.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/devassistant/files/crt/c/openlmi/src/90_LMI_{{PROJECT_NAME}}_Profile.mof.skel.tpl')
-rw-r--r--tools/devassistant/files/crt/c/openlmi/src/90_LMI_{{PROJECT_NAME}}_Profile.mof.skel.tpl22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/devassistant/files/crt/c/openlmi/src/90_LMI_{{PROJECT_NAME}}_Profile.mof.skel.tpl b/tools/devassistant/files/crt/c/openlmi/src/90_LMI_{{PROJECT_NAME}}_Profile.mof.skel.tpl
new file mode 100644
index 0000000..d54aa39
--- /dev/null
+++ b/tools/devassistant/files/crt/c/openlmi/src/90_LMI_{{PROJECT_NAME}}_Profile.mof.skel.tpl
@@ -0,0 +1,22 @@
+instance of PG_ProviderProfileCapabilities
+{
+ CapabilityID = "@CLASS@";
+
+ ProviderModuleName = "cmpiLMI_{{ PROJECT_NAME }}";
+
+ ProviderName = "@CLASS@";
+
+ RegisteredProfile = 0;
+
+ OtherRegisteredProfile = "OpenLMI-{{ PROJECT_NAME }}";
+ OtherProfileOrganization = "OpenLMI";
+
+ ProfileVersion = "@VERSION@";
+
+ RegisteredSubProfiles = {
+ };
+
+ ConformingElements = {
+ "@CLASS@"
+ };
+};