1 # 2 # 3 #/*++ 4 # 5 # Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved 6 # 8 # This program and the accompanying materials are licensed and made available under 10 # the terms and conditions of the BSD License that accompanies this distribution. 12 # The full text of the license may be found at 14 # http://opensource.org/licenses/bsd-license.php. 16 # 18 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 20 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 22 # 24 25 # 26 # Module Name: 27 # 28 # EfiRegTableLib.inf 29 # 30 # Abstract: 31 # 32 # Component description file. 33 # 34 #--*/ 35 36 [Defines] 37 INF_VERSION = 0x00010005 38 BASE_NAME = EfiRegTableLib 39 FILE_GUID = 98546145-64F1-4d2e-814F-6BF963DB7930 40 MODULE_TYPE = BASE 41 VERSION_STRING = 1.0 42 LIBRARY_CLASS = EfiRegTableLib 43 44 # 45 # The following information is for reference only and not required by the build tools. 46 # 47 # VALID_ARCHITECTURES = IA32 X64 IPF EBC 48 # 49 50 [Sources] 51 EfiRegTableLib.c 52 53 [Packages] 54 MdePkg/MdePkg.dec 55 MdeModulePkg/MdeModulePkg.dec 56 Vlv2TbltDevicePkg/PlatformPkg.dec 57 IntelFrameworkPkg/IntelFrameworkPkg.dec 58 59 60 [LibraryClasses] 61 62