summaryrefslogtreecommitdiff
path: root/Core/EM/HashService/HashService.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/HashService/HashService.sdl')
-rw-r--r--Core/EM/HashService/HashService.sdl28
1 files changed, 28 insertions, 0 deletions
diff --git a/Core/EM/HashService/HashService.sdl b/Core/EM/HashService/HashService.sdl
new file mode 100644
index 0000000..9b193bd
--- /dev/null
+++ b/Core/EM/HashService/HashService.sdl
@@ -0,0 +1,28 @@
+TOKEN
+ Name = "HashService_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable hash service support in Project"
+ TokenType = Boolean
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+ Token = "CryptoAPI_SUPPORT" "=" "1"
+End
+
+PATH
+ Name = "HashService_DIR"
+ Help = "Path to PlatformToDriver Module in Project"
+End
+
+MODULE
+ Help = "Includes HashService.mak to Project"
+ File = "HashService.mak"
+End
+
+ELINK
+ Name = "HashServiceEntryPoint,"
+ Parent = "BdsEntryInitialize"
+ InvokeOrder = AfterParent
+End
+
+