diff options
Diffstat (limited to 'Common/Sources')
-rw-r--r-- | Common/Sources | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Common/Sources b/Common/Sources new file mode 100644 index 0000000..98dbb93 --- /dev/null +++ b/Common/Sources @@ -0,0 +1,17 @@ +TARGETNAME=Common
+TARGETTYPE=DRIVER_LIBRARY
+
+INCLUDES = ..;../Crypto
+
+SOURCES = \
+ Cache.c \
+ Crc.c \
+ Crypto.c \
+ EncryptionThreadPool.c \
+ Endian.c \
+ GfMul.c \
+ Pkcs5.c \
+ Volumes.c \
+ Xts.c \
+ Tests.c \
+ Wipe.c
|