1 ## @file 2 # Sample to provide FSP platform information related function. 3 # 4 # Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR> 5 # 6 # This program and the accompanying materials 7 # are licensed and made available under the terms and conditions of the BSD License 8 # which accompanies this distribution. The full text of the license may be found at 9 # http://opensource.org/licenses/bsd-license.php. 10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12 # 13 ## 14 15 ################################################################################ 16 # 17 # Defines Section - statements that will be processed to create a Makefile. 18 # 19 ################################################################################ 20 [Defines] 21 INF_VERSION = 0x00010005 22 BASE_NAME = BaseFspPlatformInfoLibSample 23 FILE_GUID = 24C6F3E2-6ACD-436b-A604-56A5CF742A55 24 MODULE_TYPE = SEC 25 VERSION_STRING = 1.0 26 LIBRARY_CLASS = FspPlatformInfoLib 27 28 29 # 30 # The following information is for reference only and not required by the build tools. 31 # 32 # VALID_ARCHITECTURES = IA32 X64 33 # 34 35 ################################################################################ 36 # 37 # Sources Section - list of files that are required for the build to succeed. 38 # 39 ################################################################################ 40 41 [Sources] 42 FspPlatformInfoLibSample.c 43 44 45 ################################################################################ 46 # 47 # Package Dependency Section - list of Package files that are required for 48 # this module. 49 # 50 ################################################################################ 51 52 [Packages] 53 MdePkg/MdePkg.dec 54 IntelFspPkg/IntelFspPkg.dec 55 IntelFspWrapperPkg/IntelFspWrapperPkg.dec 56 57 [LibraryClasses] 58 59 [Pcd] 60 gFspWrapperTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES 61 gFspWrapperTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES 62