summaryrefslogtreecommitdiff
path: root/Silicon/Atmel/AtSha204a/AtSha204aDxe.inf
blob: fe90cc53811452973ea1c12380688df27e7d0aa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
## @file
#  Device driver for the Atmel ATSHA204A random number generator.
#
#  Copyright (c) 2018, Linaro Ltd. 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                    = 0x0001001A
  BASE_NAME                      = AtSha204aDxe
  FILE_GUID                      = 8b8f683b-f376-4ba0-b8d7-b4bbd30319cc
  MODULE_TYPE                    = UEFI_DRIVER
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = EntryPoint
  UNLOAD_IMAGE                   = UnloadImage

#
#  VALID_ARCHITECTURES           = AARCH64 ARM EBC IA32 IPF X64
#

[Sources]
  AtSha204aDriver.c
  AtSha204aDriver.h
  ComponentName.c
  DriverBinding.c

[Packages]
  MdePkg/MdePkg.dec
  Silicon/Atmel/AtSha204a/AtSha204a.dec

[LibraryClasses]
  BaseMemoryLib
  DebugLib
  UefiBootServicesTableLib
  UefiDriverEntryPoint
  UefiLib

[Protocols]
  gEfiRngProtocolGuid                 # PROTOCOL BY_START
  gEfiI2cIoProtocolGuid               # PROTOCOL TO_START

[Guids]
  gAtSha204aI2cDeviceGuid
  gEfiRngAlgorithmRaw