VirtualBox

Changeset 15327 in vbox


Ignore:
Timestamp:
Dec 11, 2008 6:13:29 PM (16 years ago)
Author:
vboxsync
Message:

SUPR3HardenedVerfiy: Added VBoxREM32/64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp

    r14443 r15327  
    8484 *
    8585 * @todo This needs reviewing against the linux packages.
    86  * @todo The excessive use of kSupID_SharedLib needs to be reviewed at some point. For 
     86 * @todo The excessive use of kSupID_SharedLib needs to be reviewed at some point. For
    8787 *       the time being we're building the linux packages with SharedLib pointing to
    8888 *       AppPrivArch (lazy bird).
     
    103103    {   kSupIFT_Dll,  kSupID_SharedLib,         false, "VBoxVMM"  SUPLIB_DLL_SUFF },
    104104    {   kSupIFT_Dll,  kSupID_SharedLib,         false, "VBoxREM"  SUPLIB_DLL_SUFF },
     105#if RT_ARCH_BITS == 32
     106    {   kSupIFT_Dll,  kSupID_SharedLib,          true, "VBoxREM32"  SUPLIB_DLL_SUFF },
     107    {   kSupIFT_Dll,  kSupID_SharedLib,          true, "VBoxREM64"  SUPLIB_DLL_SUFF },
     108#endif
    105109    {   kSupIFT_Dll,  kSupID_SharedLib,         false, "VBoxDD"  SUPLIB_DLL_SUFF },
    106110    {   kSupIFT_Dll,  kSupID_SharedLib,         false, "VBoxDD2"  SUPLIB_DLL_SUFF },
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