summaryrefslogtreecommitdiff
path: root/SamsungPlatformPkg/ExynosPkg/Exynos5250/Drivers/HashDxe/HashDxe.inf
diff options
context:
space:
mode:
authorSteven Kinney <steven.kinney@linaro.org>2013-10-02 16:33:44 -0500
committerSteven Kinney <steven.kinney@linaro.org>2013-10-02 16:33:44 -0500
commit84502da15069f664cc729da8fdc53bfa832234eb (patch)
tree3a0392c05f26c3167c1381be32af424a3aca0ebd /SamsungPlatformPkg/ExynosPkg/Exynos5250/Drivers/HashDxe/HashDxe.inf
parent09e7ec163baf29e6ee85e36c9ef348ebb9369b7e (diff)
parenteafdd4f792145f3470b66e66fdb1d6da2720820b (diff)
Merge branch 'linaro-topic-arndale' into x-integ
Diffstat (limited to 'SamsungPlatformPkg/ExynosPkg/Exynos5250/Drivers/HashDxe/HashDxe.inf')
-rw-r--r--SamsungPlatformPkg/ExynosPkg/Exynos5250/Drivers/HashDxe/HashDxe.inf57
1 files changed, 57 insertions, 0 deletions
diff --git a/SamsungPlatformPkg/ExynosPkg/Exynos5250/Drivers/HashDxe/HashDxe.inf b/SamsungPlatformPkg/ExynosPkg/Exynos5250/Drivers/HashDxe/HashDxe.inf
new file mode 100644
index 000000000..45ae5fc0a
--- /dev/null
+++ b/SamsungPlatformPkg/ExynosPkg/Exynos5250/Drivers/HashDxe/HashDxe.inf
@@ -0,0 +1,57 @@
+## @file
+#
+# Component description file for Crypto engine module
+#
+# This is the main routine for initializing the Crypto engine support routines.
+#
+# Copyright (c) 2012, Samsung Electronics Co. All rights reserved.<BR>
+# This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = HashDxe
+ FILE_GUID = 2ceb319d-ee89-4ef2-9a0d-7958abf4cd87
+ MODULE_TYPE = DXE_DRIVER
+ VERSION_STRING = 1.0
+ ENTRY_POINT = HashDxeInitialize
+
+[Sources]
+ HashDxe.c
+
+[Packages]
+ ArmPkg/ArmPkg.dec
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+ SamsungPlatformPkg/ExynosPkg/Exynos5250/ExynosPkg.dec
+ SamsungPlatformPkg/SamsungPlatformPkg.dec
+
+[LibraryClasses]
+ UefiDriverEntryPoint
+ UncachedMemoryAllocationLib
+ DebugLib
+ IoLib
+ ArmGicLib
+
+[Guids]
+ gEfiHashAlgorithmSha1Guid
+ gEfiHashAlgorithmSha256Guid
+
+[Protocols]
+ gEfiDevicePathProtocolGuid
+ gEfiHashProtocolGuid
+ gSamsungPlatformGpioProtocolGuid
+
+[Pcd]
+ gExynosPkgTokenSpaceGuid.PcdCmuBase
+ gExynosPkgTokenSpaceGuid.PcdCryptoBase
+
+[Depex]
+ TRUE