22 lines
755 B
Plaintext
22 lines
755 B
Plaintext
// Copyright (C) 2009 Intel Corporation
|
|
#pragma namespace("\\\\.\\root")
|
|
|
|
instance of __Namespace {
|
|
name="Intel_ME";
|
|
};
|
|
|
|
#pragma namespace("\\\\.\\root\\Intel_ME")
|
|
|
|
//**************************************************************************
|
|
//* Class: CIM_HostedService
|
|
//* Derived from: CIM_Dependency
|
|
//**************************************************************************
|
|
[Association, Locale(1033): ToInstance, dynamic: ToInstance, provider("IntelMEProv")]
|
|
class CIM_HostedService : CIM_Dependency
|
|
{
|
|
[read: ToSubClass, Max(1): ToSubClass, Min(1): ToSubClass, Override("Antecedent")] CIM_System ref Antecedent = NULL;
|
|
[read: ToSubClass, Override("Dependent"), Weak: ToSubClass] CIM_Service ref Dependent = NULL;
|
|
};
|
|
|
|
//* EOF CIM_Dependency.mof
|