]> git.proxmox.com Git - mirror_edk2.git/blame - ArmRealViewEbPkg/FvbDxe/FvbDxe.inf
Add a tempate for a RealView FVB for the variable services.
[mirror_edk2.git] / ArmRealViewEbPkg / FvbDxe / FvbDxe.inf
CommitLineData
b88bd019 1#/** @file\r
2# \r
3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11# \r
12#**/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = FvbDxe\r
17 FILE_GUID = 43ECE281-D9E2-4DD0-B304-E6A5689256F4\r
18 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
19 VERSION_STRING = 1.0\r
20\r
21 ENTRY_POINT = FvbDxeInitialize\r
22\r
23\r
24[Sources.common]\r
25 FvbDxe.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 EmbeddedPkg/EmbeddedPkg.dec\r
31 ArmRealViewEbPkg/ArmRealViewEbPkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 UefiLib\r
36 UefiBootServicesTableLib\r
37 DebugLib\r
38 PrintLib\r
39 UefiDriverEntryPoint\r
40 IoLib\r
41\r
42[Guids]\r
43 \r
44\r
45[Protocols]\r
46 gEfiFirmwareVolumeBlockProtocolGuid\r
47\r
48[FixedPcd.common]\r
49 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
50 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
51\r
52[depex]\r
53 TRUE\r