summaryrefslogtreecommitdiffstats
path: root/src/power/90_LMI_PowerManagement_Profile.mof.skel
blob: b03c5bd19e966d7ad2f1a9a188666c4f39e940a4 (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
instance of PG_ProviderProfileCapabilities
{
    CapabilityID = "@CLASS@";

    ProviderModuleName = "cmpiLMI_PowerManagement";

    ProviderName = "@CLASS@";

    RegisteredProfile = 0;

    OtherRegisteredProfile = "OpenLMI-PowerManagement";
    OtherProfileOrganization = "OpenLMI";

    ProfileVersion = "@VERSION@";

    RegisteredSubProfiles = {
        3021
    };

    SubprofileVersions = {
        "1.0.1"
    };

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