Add run_dynamic_oemcrypto_v19 test script

Also removed L3 function pointers to the function headers added in
go/wvgerrit/186010 because they weren't stubbed out and was causing the
new script to fail.

Bug: 293359147
Change-Id: I15606bb636a8bd2637bcf48c421a85d82044762b
This commit is contained in:
Vicky Min
2023-10-18 17:56:15 +00:00
committed by Robert Shih
parent dbab54191b
commit 9e76fdfb5f
2 changed files with 48 additions and 2 deletions

View File

@@ -1153,7 +1153,6 @@ class Adapter {
level3_.Generic_Verify_V17 = Level3_Generic_Verify_V17;
level3_.DeactivateUsageEntry = Level3_DeactivateUsageEntry;
level3_.ReportUsage = Level3_ReportUsage;
level3_GetUsageEntryInfo = Level3_GetUsageEntryInfo;
level3_.GetProvisioningMethod = Level3_GetProvisioningMethod;
level3_.GetOEMPublicCertificate = Level3_GetOEMPublicCertificate;
level3_.SupportedCertificates = Level3_SupportedCertificates;
@@ -1171,7 +1170,6 @@ class Adapter {
level3_.LoadProvisioning_V18 = Level3_LoadProvisioning;
level3_.PrepAndSignProvisioningRequest = Level3_PrepAndSignProvisioningRequest;
level3_.PrepAndSignLicenseRequest = Level3_PrepAndSignLicenseRequest;
level3_.PrepAndSignLicenseRelease = Level3_PrepAndSignLicenseRelease;
level3_.PrepAndSignRenewalRequest = Level3_PrepAndSignRenewalRequest;
level3_.MaximumUsageTableHeaderSize = Level3_MaximumUsageTableHeaderSize;
level3_.AllocateSecureBuffer = Level3_AllocateSecureBuffer;