## @file # #****************************************************************************** #* Copyright (c) 2012 - 2013, Insyde Software Corporation. All Rights Reserved. #* #* You may not reproduce, distribute, publish, display, perform, modify, adapt, #* transmit, broadcast, present, recite, release, license or otherwise exploit #* any part of this publication in any form, by any means, without the prior #* written permission of Insyde Software Corporation. #* #****************************************************************************** [Defines] INF_VERSION = 0x00010005 BASE_NAME = L05UefiDriveIdentification FILE_GUID = 5853694a-467f-4464-bbf9-0c971a74cb36 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = UefiDriveIdentificationEntry [Sources] UefiDriveIdentification.c UefiDriveIdentification.h [Packages] $(PROJECT_PKG)/Project.dec $(OEM_FEATURE_OVERRIDE_CORE_CODE)/$(OEM_FEATURE_OVERRIDE_CORE_CODE).dec $(OEM_FEATURE_COMMON_PATH)/$(OEM_FEATURE_COMMON_PATH).dec InsydeModulePkg/InsydeModulePkg.dec MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec [LibraryClasses] UefiLib UefiBootServicesTableLib UefiRuntimeServicesTableLib UefiDriverEntryPoint MemoryAllocationLib PrintLib DevicePathLib DebugLib GenericBdsLib [Guids] gEfiGlobalVariableGuid gEfiL05LenovoBootOptionGuid [Protocols] gEfiBlockIoProtocolGuid [Pcd] [Depex] TRUE [BuildOptions] !if $(INSYDE_DEBUGGER) == YES MSFT:*_*_*_CC_FLAGS = /Od !endif