Driver attestation signing fail due to invalid INF about Coinstallers32

The driver attestation is failing with below error

Error 1303 in honeywell_cdc.inf; Found legacy AddReg operation defining co-installers (CoInstallers32).Failed INF validation. INF did not pass Desktop validation (InfVerif /k).

Here is the part of code where it is pointing to:

[Dev_w_CTS.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles

[CoInstaller_AddReg]
HKR,CoInstallers32,0x00010000,
“wdfcoinstaller01009.dll,WdfCoInstaller”,
“acmfccoi.dll,acm_force_com_co_installer”

“As designed”, you’re not allowed to have a CoInstallers section anymore:

https://learn.microsoft.com/en-us/windows-hardware/drivers/install/inf-ddinstall-coinstallers-section

Is there any way to implement this without using legacy AddReg operation defining co-installers