summaryrefslogtreecommitdiffstats
path: root/tools/devassistant/files/crt/c/openlmi/src/90_LMI_{{PROJECT_NAME}}_Profile.mof.skel.tpl
blob: d54aa394ab3f9d966655182bc304424345b109df (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_{{ PROJECT_NAME }}";

    ProviderName = "@CLASS@";

    RegisteredProfile = 0;

    OtherRegisteredProfile = "OpenLMI-{{ PROJECT_NAME }}";
    OtherProfileOrganization = "OpenLMI";

    ProfileVersion = "@VERSION@";

    RegisteredSubProfiles = {
    };

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