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

    ProviderModuleName = "cmpiLMI_LogicalFile";

    ProviderName = "@CLASS@";

    RegisteredProfile = 0;

    OtherRegisteredProfile = "OpenLMI-LogicalFile";
    OtherProfileOrganization = "OpenLMI";

    ProfileVersion = "@VERSION@";

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