Changeset 105041 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 27, 2024 8:52:03 AM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 163659
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r104914 r105041 641 641 VBoxDD_SOURCES += \ 642 642 Security/DevTpm.cpp \ 643 Security/DevTpmPpi.cpp \ 643 644 Security/DrvTpmEmu.cpp 644 645 -
trunk/src/VBox/Devices/build/VBoxDD.cpp
r101618 r105041 247 247 if (RT_FAILURE(rc)) 248 248 return rc; 249 250 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceTpmPpi); 251 if (RT_FAILURE(rc)) 252 return rc; 249 253 #endif 250 254 #ifdef VBOX_WITH_VIRT_ARMV8 -
trunk/src/VBox/Devices/build/VBoxDD.h
r101618 r105041 116 116 #ifdef VBOX_WITH_TPM 117 117 extern const PDMDEVREG g_DeviceTpm; 118 extern const PDMDEVREG g_DeviceTpmPpi; 118 119 #endif 119 120
Note:
See TracChangeset
for help on using the changeset viewer.