summaryrefslogtreecommitdiffstats
path: root/src/fan/90_LMI_Fan_Profile.mof.skel
blob: e8d89f2dba205bcfdcbea32d50404a3822c81d6d (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
instance of PG_ProviderProfileCapabilities
{
    CapabilityID = "@CLASS@";

    ProviderModuleName = "cmpiLMI_Fan";

    ProviderName = "@CLASS@";

    RegisteredProfile = 0;

    OtherRegisteredProfile = "OpenLMI-Fan";
    OtherProfileOrganization = "OpenLMI";

    ProfileVersion = "@VERSION@";

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

instance of PG_ProviderProfileCapabilities
{
    CapabilityID = "DMTF_@CLASS@";

    ProviderModuleName = "cmpiLMI_Fan";

    ProviderName = "@CLASS@";

    RegisteredProfile = 0;

    OtherRegisteredProfile = "Fan";
    OtherProfileOrganization = "DMTF";

    ProfileVersion = "1.0.1";

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