summaryrefslogtreecommitdiffstats
path: root/mof/LMI_Software.mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof/LMI_Software.mof')
-rw-r--r--mof/LMI_Software.mof29
1 files changed, 29 insertions, 0 deletions
diff --git a/mof/LMI_Software.mof b/mof/LMI_Software.mof
index 3aa9216..ca00863 100644
--- a/mof/LMI_Software.mof
+++ b/mof/LMI_Software.mof
@@ -547,6 +547,35 @@ class LMI_SoftwareInstallationService : CIM_SoftwareInstallationService {
};
+class LMI_SoftwareInstallationServiceCapabilities :
+ CIM_SoftwareInstallationServiceCapabilities {
+
+ [Implemented(true), Override("InstanceID")]
+ string InstanceID;
+
+ [Implemented(true), Override("CanAddToCollection")]
+ boolean CanAddToCollection;
+
+ [Implemented(true), Override("Caption")]
+ string SupportedTargetTypes[];
+
+ [Implemented(true), Override("SupportedInstallOptions")]
+ uint16 SupportedInstallOptions[];
+
+ [Implemented(true), Override("Description")]
+ string Description;
+
+ [Implemented(true), Override("SupportedURISchemes")]
+ uint16 SupportedURISchemes[];
+
+ [Implemented(true), Override("SupportedAsynchronousActions")]
+ uint16 SupportedAsynchronousActions[];
+
+ [Implemented(true), Override("SupportedSynchronousActions")]
+ uint16 SupportedSynchronousActions[];
+
+};
+
class LMI_SoftwareInstallationJob : LMI_ConcreteJob {
[Implemented(true), Override("InstanceID")]