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

    ProviderModuleName = "cmpiLMI_Journald";

    ProviderName = "@CLASS@";

    RegisteredProfile = 0;

    OtherRegisteredProfile = "OpenLMI-Journald";
    OtherProfileOrganization = "OpenLMI";

    ProfileVersion = "@VERSION@";

    RegisteredSubProfiles = { };

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