VirtualBox

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


Ignore:
Timestamp:
Oct 22, 2019 4:50:13 PM (5 years ago)
Author:
vboxsync
Message:

DevEFI,VBoxDD2: More preps for baking the EFI firmware images into VBoxDD2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD2.h

    r80531 r81458  
    4545extern DECLEXPORT(const unsigned)       g_cbNetBiosBinary;
    4646# endif
     47# ifdef VBOX_WITH_EFI_IN_DD2
     48extern DECLEXPORT(const unsigned char)  g_abEfiFirmware32[];
     49extern DECLEXPORT(const unsigned)       g_cbEfiFirmware32;
     50extern DECLEXPORT(const unsigned char)  g_abEfiFirmware64[];
     51extern DECLEXPORT(const unsigned)       g_cbEfiFirmware64;
     52# endif
    4753#else  /* !IN_VBOXDD2 */
    4854extern DECLIMPORT(const unsigned char)  g_abPcBiosBinary386[];
     
    6268extern DECLIMPORT(const unsigned)       g_cbNetBiosBinary;
    6369# endif
     70# ifdef VBOX_WITH_EFI_IN_DD2
     71extern DECLIMPORT(const unsigned char)  g_abEfiFirmware32[];
     72extern DECLIMPORT(const unsigned)       g_cbEfiFirmware32;
     73extern DECLIMPORT(const unsigned char)  g_abEfiFirmware64[];
     74extern DECLIMPORT(const unsigned)       g_cbEfiFirmware64;
     75# endif
    6476#endif /* !IN_VBOXDD2 */
    6577
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