1#/** @file
2#
3#  Component description file for ArmVExpressSysConfigRuntimeLib module
4#
5#  Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
6#  Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
7#
8#  This program and the accompanying materials
9#  are licensed and made available under the terms and conditions of the BSD License
10#  which accompanies this distribution.  The full text of the license may be found at
11#  http://opensource.org/licenses/bsd-license.php
12#
13#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15#
16#**/
17
18[Defines]
19  INF_VERSION                    = 0x00010005
20  BASE_NAME                      = ArmVExpressSysConfigRuntimeLib
21  FILE_GUID                      = 6275b819-615c-4a36-814a-c1f330b4e5d9
22  MODULE_TYPE                    = BASE
23  VERSION_STRING                 = 1.0
24  LIBRARY_CLASS                  = ArmPlatformSysConfigLib|DXE_RUNTIME_DRIVER
25
26[Sources.common]
27  ArmVExpressSysConfigRuntimeLib.c
28
29[Packages]
30  MdePkg/MdePkg.dec
31  ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec
32  ArmPlatformPkg/ArmPlatformPkg.dec
33
34[LibraryClasses]
35  BaseLib
36  IoLib
37  UefiRuntimeLib
38