1 #/** @file 2 # 3 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> 4 # 6 # This program and the accompanying materials are licensed and made available under 8 # the terms and conditions of the BSD License that accompanies this distribution. 10 # The full text of the license may be found at 12 # http://opensource.org/licenses/bsd-license.php. 14 # 16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 18 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 20 # 22 # 23 # 24 #**/ 25 26 [Defines] 27 INF_VERSION = 0x00010005 28 BASE_NAME = PlatformCmosLib 29 FILE_GUID = ECA883EF-0CBE-40b6-84BC-FA4A709782F7 30 MODULE_TYPE = BASE 31 VERSION_STRING = 1.0 32 LIBRARY_CLASS = PlatformCmosLib 33 34 [Sources] 35 PlatformCmosLib.c 36 37 [LibraryClasses] 38 IoLib 39 40 [Packages] 41 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec 42 MdePkg/MdePkg.dec 43 MdeModulePkg/MdeModulePkg.dec 44 Vlv2TbltDevicePkg/PlatformPkg.dec 45