summaryrefslogtreecommitdiffstats
path: root/src/realmd/90_LMI_Realmd_Profile.mof.skel
blob: 4b08cfc5c3c6c1c2af425272e1d9d17c611adc19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
instance of PG_ProviderProfileCapabilities
{
    CapabilityID = "@CLASS@";

    ProviderModuleName = "cmpiLMI_Realmd";

    ProviderName = "@CLASS@";

    RegisteredProfile = 0;

    OtherRegisteredProfile = "OpenLMI-Realmd";
    OtherProfileOrganization = "OpenLMI";

    ProfileVersion = "@VERSION@";

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