summaryrefslogtreecommitdiffstats
path: root/src/account/90_LMI_Account_Profile.mof.skel
blob: c918c8f37c3788625c185f78715da7c0f305a08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
instance of PG_ProviderProfileCapabilities
{
    CapabilityID = "@CLASS@";

    ProviderModuleName = "cmpiLMI_Account";

    ProviderName = "@CLASS@";

    RegisteredProfile = 0;

    OtherRegisteredProfile = "OpenLMI-Account";
    OtherProfileOrganization = "OpenLMI";

    ProfileVersion = "@VERSION@";

    RegisteredSubProfiles = {
        3025
    };

    SubprofileVersions = {
        "1.0.1"
    };

    ConformingElements = {
       "@CLASS@"
     };
};