VirtualBox

Changeset 16627 in vbox for trunk


Ignore:
Timestamp:
Feb 10, 2009 12:45:20 PM (16 years ago)
Author:
vboxsync
Message:

EFI sync

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Builtins2.h

    r9693 r16627  
    3636extern DECLEXPORT(const unsigned char)  g_abVmiBiosBinary[];
    3737extern DECLEXPORT(const unsigned)       g_cbVmiBiosBinary;
     38#ifdef VBOX_WITH_EFI
     39extern DECLEXPORT(const unsigned char)  g_abEfiThunkBinary[];
     40extern DECLEXPORT(const unsigned)       g_cbEfiThunkBinary;
     41#endif
    3842#else
    3943extern DECLIMPORT(const unsigned char)  g_abPcBiosBinary[];
     
    4549extern DECLIMPORT(const unsigned char)  g_abVmiBiosBinary[];
    4650extern DECLIMPORT(const unsigned)       g_cbVmiBiosBinary;
     51#ifdef VBOX_WITH_EFI
     52extern DECLIMPORT(const unsigned char)  g_abEfiThunkBinary[];
     53extern DECLIMPORT(const unsigned)       g_cbEfiThunkBinary;
     54#endif
    4755#endif
    4856extern const PDMDEVREG g_DeviceAPIC;
     
    5260
    5361#endif
    54 
  • trunk/src/VBox/Devices/Makefile.kmk

    r16607 r16627  
    361361DevicesR3_DEFS          += VBOX_WITH_EFI
    362362DevicesR3_SOURCES       += EFI/DevEFI.cpp
    363 #VBoxDD_LIBS             += $(PATH_LIB)/EfiThunk$(VBOX_SUFF_LIB)
     363VBoxDD_LIBS             += $(PATH_LIB)/EfiThunk$(VBOX_SUFF_LIB)
    364364endif
    365365
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