summaryrefslogtreecommitdiffstats
path: root/src/software-dbus/90_LMI_Software_Profile.mof.skel
blob: 7abd08942a0c6fc4c90755d57f3c9d743b9948aa (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_Software";

    ProviderName = "@CLASS@";

    RegisteredProfile = 0;

    OtherRegisteredProfile = "OpenLMI-Software";
    OtherProfileOrganization = "OpenLMI";

    ProfileVersion = "@VERSION@";

    RegisteredSubProfiles = {};

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