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 # Module Name: 26 # 27 # VlvPlatformInit.inf 28 # 29 # Abstract: 30 # 31 # Component description file for wrapper driver of Vlv platform init part. 32 # 33 #--*/ 34 35 36 [Defines] 37 INF_VERSION = 0x00010005 38 BASE_NAME = VlvPlatformInitDxe 39 FILE_GUID = 1EC0EFC9-C93A-4b62-9B27-C059ABD80E92 40 MODULE_TYPE = DXE_DRIVER 41 VERSION_STRING = 1.0 42 ENTRY_POINT = VlvPlatformInitEntryPoint 43 44 [Sources] 45 VlvPlatformInit.c 46 IgdOpRegion.c 47 48 49 [Packages] 50 MdePkg/MdePkg.dec 51 IntelFrameworkPkg/IntelFrameworkPkg.dec 52 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec 53 Vlv2TbltDevicePkg/PlatformPkg.dec 54 55 [LibraryClasses] 56 UefiDriverEntryPoint 57 DebugLib 58 UefiBootServicesTableLib 59 S3BootScriptLib 60 DxeServicesTableLib 61 PchPlatformLib 62 S3PciLib 63 S3IoLib 64 PciLib 65 IoLib 66 67 [Guids] 68 gBmpImageGuid 69 gEfiDxeServicesTableGuid 70 71 [Protocols] 72 gDxeVlvPlatformPolicyGuid 73 gEfiDxeSmmReadyToLockProtocolGuid 74 gIgdOpRegionProtocolGuid 75 gEfiGlobalNvsAreaProtocolGuid 76 gEfiPciIoProtocolGuid 77 gEfiFirmwareVolumeProtocolGuid 78 gEfiCpuIoProtocolGuid 79 80 [Depex] 81 gDxeVlvPlatformPolicyGuid AND 82 gEfiPciRootBridgeIoProtocolGuid AND 83 gEfiCpuIoProtocolGuid AND 84 gEfiDataHubProtocolGuid AND 85 gEfiGlobalNvsAreaProtocolGuid AND 86 gEfiFirmwareVolumeProtocolGuid AND 87 gEfiHiiDatabaseProtocolGuid 88 89