VirtualBox

Ignore:
Timestamp:
Sep 22, 2021 3:18:46 PM (3 years ago)
Author:
vboxsync
Message:

Devices: Integrate the libtpms based TPM emulation driver in the build infrastructure (still disabled because libtpms approval is still pending), bugref:10075

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r90946 r91331  
    422422        return rc;
    423423# endif
     424
     425# ifdef VBOX_WITH_LIBTPMS
     426    rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvTpmEmuTpms);
     427    if (RT_FAILURE(rc))
     428        return rc;
     429# endif
    424430#endif
    425431
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette