VirtualBox

Changeset 74316 in vbox


Ignore:
Timestamp:
Sep 17, 2018 3:58:19 PM (6 years ago)
Author:
vboxsync
Message:

Storage/VDFilterCrypt: Implemented IPRT based crypto alternative, guarded by VD_WITH_IPRT_CRYPTO, disabled, untested. bugref:9246

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/Makefile.kmk

    r72341 r74316  
    3636
    3737 StorageLib_SOURCES  = \
    38         VD.cpp \
    39         VDPlugin.cpp \
    40         VDVfs.cpp \
    41         VDIfVfs.cpp \
    42         VDIfVfs2.cpp \
    43         VDI.cpp \
    44         VMDK.cpp \
    45         VHD.cpp \
    46         DMG.cpp \
    47         Parallels.cpp \
    48         ISCSI.cpp \
    49         RAW.cpp \
    50         QED.cpp \
    51         QCOW.cpp \
    52         VHDX.cpp \
    53         CUE.cpp \
    54         VISO.cpp \
    55         VCICache.cpp
    56 endif
     38        VD.cpp \
     39        VDPlugin.cpp \
     40        VDVfs.cpp \
     41        VDIfVfs.cpp \
     42        VDIfVfs2.cpp \
     43        VDI.cpp \
     44        VMDK.cpp \
     45        VHD.cpp \
     46        DMG.cpp \
     47        Parallels.cpp \
     48        ISCSI.cpp \
     49        RAW.cpp \
     50        QED.cpp \
     51        QCOW.cpp \
     52        VHDX.cpp \
     53        CUE.cpp \
     54        VISO.cpp \
     55        VCICache.cpp
     56endif # !VBOX_ONLY_EXTPACKS
    5757
    5858if defined(VBOX_WITH_EXTPACK_PUEL) && defined(VBOX_WITH_EXTPACK_PUEL_BUILD)
     
    6161  VDPluginCrypt_TEMPLATE      = VBoxR3ExtPackPuelWithOpenSsl
    6262  VDPluginCrypt_LDFLAGS.linux = $(VBOX_GCC_NO_UNDEFINED)
    63 
     63  VDPluginCrypt_DEFS          = $(if $(VD_WITH_IPRT_CRYPTO),VD_WITH_IPRT_CRYPTO,)
    6464  VDPluginCrypt_SOURCES  = \
    65         VDFilterCrypt.cpp \
    66         VDKeyStore.cpp
    67   VDPluginCrypt_SOURCES.win = VDPluginCrypt.rc
     65        VDFilterCrypt.cpp \
     66        VDKeyStore.cpp
     67  VDPluginCrypt_SOURCES.win = \
     68        VDPluginCrypt.rc
    6869 endif
    6970endif # VBOX_WITH_EXTPACK_PUEL
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