47 lines
1.3 KiB
INI
47 lines
1.3 KiB
INI
## @file
|
|
# Provide DXE SLP 2.0 Service Protocol for L05 Feature
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2013, Insyde Software Corp. 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 = Slp20ServiceDxe
|
|
FILE_GUID = 1405ad5e-5bed-11e3-866a-047d7b99e097
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = Slp20ServiceDxeDriverEntryPoint
|
|
|
|
[Sources]
|
|
Slp20ServiceDxe.h
|
|
Slp20ServiceDxe.c
|
|
|
|
[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
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
MemoryAllocationLib
|
|
DxeOemSvcFeatureLibDefault
|
|
|
|
[Protocols]
|
|
gEfiL05DxeSlp20ProtocolGuid
|
|
|
|
[Guids]
|
|
|
|
[Depex]
|
|
TRUE
|
|
|