1##  <at> file
2# Component description file for Reneses PD720202 firmware download driver
3#
4# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
5#
6# This program and the accompanying materials are licensed
7# and made available under the terms and conditions of the BSD License which
8# accompanies this distribution. The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.php
10#
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14##
15
16[Defines]
17  INF_VERSION                    = 0x00010005
18  BASE_NAME                      = RenesasFirmwarePD720202
19  FILE_GUID                      = 5979ebfe-d53c-4150-a972-568231583969
20  MODULE_TYPE                    = UEFI_DRIVER
21  VERSION_STRING                 = 1.0
22  ENTRY_POINT                    = InitializeRenesasPD720202Driver
23
24[Sources]
25  RenesasFirmwarePD720202.c
26
27[Packages]
28  MdeModulePkg/MdeModulePkg.dec
29  MdePkg/MdePkg.dec
30  OpenPlatformPkg/OpenPlatformPkg.dec
31
32[LibraryClasses]
33  DebugLib
34  DxeServicesLib
35  UefiBootServicesTableLib
36  UefiLib
37  UefiDriverEntryPoint
38
39[Protocols]
40  gEfiPciIoProtocolGuid
41
42[Guids]
43  gRenesasFirmwarePD720202ImageId
44