• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#/** @file
2#
3#  Copyright (c) 2016 Linaro Ltd.
4#  Copyright (c) 2016 Hisilicon Limited.
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#
10#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12#
13#**/
14
15[Defines]
16  INF_VERSION                    = 0x00010005
17  BASE_NAME                      = SasV1Dxe
18  FILE_GUID                      = 2b235921-8405-4219-a461-972a3a60969c
19  MODULE_TYPE                    = UEFI_DRIVER
20  VERSION_STRING                 = 1.0
21
22  ENTRY_POINT                    = SasV1Initialize
23
24
25[Sources.common]
26  SasV1Dxe.c
27
28[Packages]
29  ArmPkg/ArmPkg.dec
30  EmbeddedPkg/EmbeddedPkg.dec
31  MdePkg/MdePkg.dec
32  OpenPlatformPkg/Chips/Hisilicon/HisiPkg.dec
33
34[LibraryClasses]
35  DmaLib
36  IoLib
37  MemoryAllocationLib
38  PcdLib
39  TimerLib
40  UefiDriverEntryPoint
41  UefiLib
42  UncachedMemoryAllocationLib
43
44[Protocols]
45  gEfiExtScsiPassThruProtocolGuid
46  gPlatformSasProtocolGuid
47