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

    ProviderModuleName = "cmpiLMI_Realmd";

    ProviderName = "@CLASS@";

    RegisteredProfile = 0;

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

    ProfileVersion = "@VERSION@";

    RegisteredSubProfiles = {};

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