VirtualBox

Changeset 90492 in vbox for trunk/src/VBox/Devices/build


Ignore:
Timestamp:
Aug 3, 2021 10:16:28 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146096
Message:

Devices: Rename TPM directory to Security, bugref:10075

Location:
trunk/src/VBox/Devices/build
Files:
2 edited

Legend:

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

    r88626 r90492  
    232232    if (RT_FAILURE(rc))
    233233        return rc;
     234#ifdef VBOX_WITH_TPM
     235    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceTpm);
     236    if (RT_FAILURE(rc))
     237        return rc;
     238#endif
    234239
    235240    return VINF_SUCCESS;
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r88626 r90492  
    201201extern const PDMDEVREG g_DeviceIommuIntel;
    202202#endif
     203#ifdef VBOX_WITH_TPM
     204extern const PDMDEVREG g_DeviceTpm;
     205#endif
    203206
    204207/* VBoxAcpi.cpp */
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