summaryrefslogtreecommitdiffstats
path: root/src/account/90_LMI_Account_Profile.mof.skel
diff options
context:
space:
mode:
authorRoman Rakus <rrakus@redhat.com>2013-07-24 11:45:14 +0200
committerRoman Rakus <rrakus@redhat.com>2013-07-24 12:29:56 +0200
commitf990e0ddb6c2079cc3cfeefe9a0947a357880e8f (patch)
tree6aa32da02620f6afbe2fc0561d7a5e55b1195bc7 /src/account/90_LMI_Account_Profile.mof.skel
parent99f551607ff6c0f7f941873766e1533f0ce41245 (diff)
downloadopenlmi-providers-f990e0ddb6c2079cc3cfeefe9a0947a357880e8f.tar.gz
openlmi-providers-f990e0ddb6c2079cc3cfeefe9a0947a357880e8f.tar.xz
openlmi-providers-f990e0ddb6c2079cc3cfeefe9a0947a357880e8f.zip
Account: Profile registration
Signed-off-by: Roman Rakus <rrakus@redhat.com>
Diffstat (limited to 'src/account/90_LMI_Account_Profile.mof.skel')
-rw-r--r--src/account/90_LMI_Account_Profile.mof.skel28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/account/90_LMI_Account_Profile.mof.skel b/src/account/90_LMI_Account_Profile.mof.skel
new file mode 100644
index 0000000..ff0bdee
--- /dev/null
+++ b/src/account/90_LMI_Account_Profile.mof.skel
@@ -0,0 +1,28 @@
+instance of PG_ProviderProfileCapabilities
+{
+ CapabilityID = "@CLASS@";
+
+ ProviderModuleName = "cmpiLMI_Account";
+
+ ProviderName = "@CLASS@";
+
+ RegisteredProfile = 0;
+
+ OtherRegisteredProfile = "OpenLMI-Account";
+ OtherProfileOrganization = "OpenLMI";
+
+ ProfileVersion = "0.0.1";
+
+ RegisteredSubProfiles = {
+ 3025
+ };
+
+ SubprofileVersions = {
+ "1.0.1"
+ };
+
+ ConformingElements = {
+ "@CLASS@"
+ };
+};
+