From ed078aa12fa4932bf915886d4c64eae6375d0172 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Thu, 25 Jul 2013 15:12:35 +0200 Subject: logicalfile: add profile registration --- src/logicalfile/90_LMI_LogicalFile_Profile.mof.skel | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/logicalfile/90_LMI_LogicalFile_Profile.mof.skel (limited to 'src/logicalfile/90_LMI_LogicalFile_Profile.mof.skel') diff --git a/src/logicalfile/90_LMI_LogicalFile_Profile.mof.skel b/src/logicalfile/90_LMI_LogicalFile_Profile.mof.skel new file mode 100644 index 0000000..4ea42e0 --- /dev/null +++ b/src/logicalfile/90_LMI_LogicalFile_Profile.mof.skel @@ -0,0 +1,20 @@ +instance of PG_ProviderProfileCapabilities +{ + CapabilityID = "@CLASS@"; + + ProviderModuleName = "cmpiLMI_LogicalFile"; + + ProviderName = "@CLASS@"; + + RegisteredProfile = 0; + + OtherRegisteredProfile = "OpenLMI-LogicalFile"; + OtherProfileOrganization = "OpenLMI"; + + ProfileVersion = "@VERSION@"; + + ConformingElements = { + "@CLASS@" + }; +}; + -- cgit