1#/** @file
2#
3#  Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>
4#
5#  This program and the accompanying materials
6#  are licensed and made available under the terms and conditions of the BSD License
7#  which accompanies this distribution. The full text of the license may be found at
8#  http://opensource.org/licenses/bsd-license.php
9#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11#
12#
13#**/
14
15[Defines]
16  INF_VERSION                    = 0x00010005
17  BASE_NAME                      = ArmVExpressFastBootDxe
18  FILE_GUID                      = 4004e454-89a0-11e3-89aa-97ef9d942abc
19  MODULE_TYPE                    = UEFI_DRIVER
20  VERSION_STRING                 = 1.0
21  ENTRY_POINT                    = ArmAndroidFastbootPlatformEntryPoint
22
23[Sources.common]
24  ArmVExpressFastBoot.c
25
26[LibraryClasses]
27  BaseLib
28  BaseMemoryLib
29  DebugLib
30  DevicePathLib
31  MemoryAllocationLib
32  PcdLib
33  UefiBootServicesTableLib
34  UefiDriverEntryPoint
35
36[Protocols]
37  gAndroidFastbootPlatformProtocolGuid
38  gEfiBlockIoProtocolGuid
39  gEfiDiskIoProtocolGuid
40
41[Packages]
42  EmbeddedPkg/EmbeddedPkg.dec
43  MdePkg/MdePkg.dec
44  MdeModulePkg/MdeModulePkg.dec
45  ArmPlatformPkg/ArmPlatformPkg.dec
46  ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec
47  ArmPkg/ArmPkg.dec
48
49[Pcd]
50  gArmVExpressTokenSpaceGuid.PcdAndroidFastbootNvmDevicePath
51  gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
52