Changeset 44575 in vbox for trunk/src/VBox/Devices/build
- Timestamp:
- Feb 6, 2013 6:21:17 PM (12 years ago)
- Location:
- trunk/src/VBox/Devices/build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.cpp
r44528 r44575 37 37 const void *g_apvVBoxDDDependencies[] = 38 38 { 39 #if defined(VBOX_WITH_EFI) && !defined(VBOX_WITH_OVMF)40 &g_abEfiThunkBinary[0],41 #endif42 39 NULL, 43 40 }; -
trunk/src/VBox/Devices/build/VBoxDD.h
r44514 r44575 27 27 /** The size of the default BIOS logo data. */ 28 28 extern const unsigned g_cbVgaDefBiosLogo; 29 #ifdef VBOX_WITH_EFI30 /** The EFI thunk binary. */31 extern const unsigned char g_abEfiThunkBinary[];32 /** The size of the EFI thunk binary. */33 extern const unsigned g_cbEfiThunkBinary;34 #endif35 29 36 30
Note:
See TracChangeset
for help on using the changeset viewer.