24 lines
569 B
Plaintext
24 lines
569 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[
|
|
Version ( "12.0.0" ),
|
|
Description
|
|
(
|
|
"The IPS_DALProvisioningRecord provides information related "
|
|
"to a single Intel (R) AMT provisioning occurrence that was "
|
|
"performed using DAL."
|
|
)
|
|
]
|
|
class IPS_DALProvisioningRecord : IPS_ProvisioningAuditRecord
|
|
{
|
|
|
|
[
|
|
Description
|
|
(
|
|
"The data which was saved by FW when DAL assisted provisioning occured."
|
|
"FW is agnostic to data encoding."
|
|
),
|
|
OctetString
|
|
]
|
|
uint8 DALRecord[];
|
|
};
|