11 lines
387 B
Plaintext
11 lines
387 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Version ( "6.1.0" ),
|
|
Description (
|
|
"The IPS_ManualProvisioningRecord provides information related "
|
|
"to a single Intel(R) AMT provisioning occurrence that was "
|
|
"performed using a manual provisioning operation." )]
|
|
class IPS_ManualProvisioningRecord : IPS_ProvisioningAuditRecord {
|
|
|
|
|
|
};
|