qcacmn: Move out Crypto files

Move only-win-specific crypto files from cmn_dev to
component dev

Change-Id: I55c2c44100d3a9c0799ccbafd2ce31aa242d3e71
This commit is contained in:
Disha Das
2018-12-10 16:20:56 +05:30
committed by nshrivas
parent 49bd1b5fa5
commit df10f65cb7
33 changed files with 144 additions and 5023 deletions

View File

@@ -33,6 +33,7 @@ INCS += -I$(obj)/$(DEPTH)/cmn_dev/wbuff/inc
ifeq ($(WLAN_CONV_CRYPTO_SUPPORTED), 1)
INCS += -I$(obj)/$(DEPTH)/cmn_dev/umac/cmn_services/crypto/inc
INCS += -I$(obj)/$(DEPTH)/component_dev/crypto/inc
endif
ifeq ($(WLAN_SUPPORT_GREEN_AP), 1)