]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf
e62d94b5b43d046d2f68de3c84d78f926f86b134
[mirror_edk2.git] / BeagleBoardPkg / Library / ResetSystemLib / ResetSystemLib.inf
1 #%HEADER%
2 #/** @file
3 # Reset System lib to make it easy to port new platforms
4 #
5 # Copyright (c) 2008, Apple Inc.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
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
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = BeagleBoardResetSystemLib
20 FILE_GUID = 781371a2-3fdd-41d4-96a1-7b34cbc9e895
21 MODULE_TYPE = BASE
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = EfiResetSystemLib
24
25
26 [Sources.common]
27 ResetSystemLib.c
28
29 [Packages]
30 BeagleBoardPkg/BeagleBoardPkg.dec
31 ArmPkg/ArmPkg.dec
32 MdePkg/MdePkg.dec
33 EmbeddedPkg/EmbeddedPkg.dec
34
35 [Pcd.common]
36 gArmTokenSpaceGuid.PcdCpuResetAddress
37 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress
38
39 [LibraryClasses]
40 DebugLib
41 BeagleBoardSystemLib