1 # 2 # 3 # Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved 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 27 [Defines] 28 INF_VERSION = 0x00010005 29 BASE_NAME = PlatformGOPPolicy 30 FILE_GUID = 9737D7CA-D869-45e5-A5EF-75D9438688DE 31 MODULE_TYPE = DXE_DRIVER 32 VERSION_STRING = 1.0 33 ENTRY_POINT = PlatformGOPPolicyEntryPoint 34 35 # 36 # The following information is for reference only and not required by the build tools. 37 # 38 # VALID_ARCHITECTURES = IA32 39 # 40 41 [Sources.common] 42 PlatformGopPolicy.c 43 44 [Packages] 45 MdePkg/MdePkg.dec 46 IntelFrameworkPkg/IntelFrameworkPkg.dec 47 Vlv2TbltDevicePkg/PlatformPkg.dec 48 [LibraryClasses] 49 BaseLib 50 DebugLib 51 UefiDriverEntryPoint 52 UefiRuntimeServicesTableLib 53 # DxeKscLib 54 55 [Guids] 56 gBmpImageGuid 57 gEfiNormalSetupGuid 58 59 [Protocols] 60 gEfiCpuIoProtocolGuid 61 gEfiFirmwareVolume2ProtocolGuid 62 gPlatformGOPPolicyGuid 63 64 [Depex] 65 gEfiCpuIoProtocolGuid AND gEfiVariableArchProtocolGuid 66