• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#/** @file
2#
3#  Copyright (c) 2017, Linaro. All rights reserved.
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                    = 0x00010019
17  BASE_NAME                      = HiKeyMmcDxe
18  FILE_GUID                      = a4f9bfb1-b3f8-4d4d-8c04-9539173fc1f2
19  MODULE_TYPE                    = UEFI_DRIVER
20  VERSION_STRING                 = 1.0
21  ENTRY_POINT                    = HiKeyMmcEntryPoint
22
23[Sources.common]
24  HiKeyMmcDxe.c
25
26[LibraryClasses]
27  DebugLib
28  IoLib
29  TimerLib
30  UefiBootServicesTableLib
31  UefiDriverEntryPoint
32
33[Protocols]
34  gEfiDriverBindingProtocolGuid
35  gEmbeddedGpioProtocolGuid
36  gPlatformDwMmcProtocolGuid
37
38[Packages]
39  EmbeddedPkg/EmbeddedPkg.dec
40  MdePkg/MdePkg.dec
41  MdeModulePkg/MdeModulePkg.dec
42  OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/DwMmcHcDxe.dec
43
44[Depex]
45  TRUE
46