VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/DcsPkg.dec
diff options
context:
space:
mode:
authorAlex <kavsrf@gmail.com>2016-08-15 17:11:31 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-08-15 17:14:26 +0200
commitb87fc6b140772ba3017de311c7063c259424264c (patch)
tree41ad139e7469380704361ae757a155464e8b68e3 /DcsPkg.dec
parent68ea2f72cfe6a9b34212ced97882e488c73c8f1d (diff)
downloadVeraCrypt-DCS-b87fc6b140772ba3017de311c7063c259424264c.tar.gz
VeraCrypt-DCS-b87fc6b140772ba3017de311c7063c259424264c.zip
First public release. Used by VeraCrypt 1.18.VeraCrypt_1.18_PreRelease
Diffstat (limited to 'DcsPkg.dec')
-rw-r--r--DcsPkg.dec29
1 files changed, 29 insertions, 0 deletions
diff --git a/DcsPkg.dec b/DcsPkg.dec
new file mode 100644
index 0000000..539fda8
--- /dev/null
+++ b/DcsPkg.dec
@@ -0,0 +1,29 @@
+## @file DcsPkg.dec
+# This Package provides all definitions, library classes and libraries instances.
+#
+##
+
+
+[Defines]
+ DEC_SPECIFICATION = 0x00010005
+ PACKAGE_NAME = DcsPkg
+ PACKAGE_UNI_FILE = DcsPkg.uni
+ PACKAGE_GUID = 9974377F-5593-492A-A54E-7B23126DE450
+ PACKAGE_VERSION = 1.0
+
+
+[Includes]
+ Include
+ Library/VeraCryptLib
+ Library/VeraCryptLib/crypto
+
+[LibraryClasses]
+ CommonLib|Include/Library/CommonLib.h
+ GraphLib|Include/Library/GraphLib.h
+ PasswordLib|Include/Library/PasswordLib.h
+ DcsCfgLib|Include/Library/DcsCfgLib.h
+
+[Guids]
+ # Include/CommonLib.h
+ # {101F8560-D73A-4FF7-89F6-8170F6615587}
+ gEfiDcsVariableGuid = { 0x101f8560, 0xd73a, 0x4ff7, { 0x89, 0xf6, 0x81, 0x70, 0xf6, 0x61, 0x55, 0x87 } }