60 lines
1.6 KiB
INI
60 lines
1.6 KiB
INI
## @file
|
|
# Component description file for the Keyboard layout driver.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2020, 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 = KeyboardLayoutDxe
|
|
FILE_GUID = 68B09391-751F-46ff-A4D6-71B8502F52AB
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = KeyboardLayoutDxeEntryPoint
|
|
|
|
[Sources]
|
|
KeyboardLayoutDxe.c
|
|
UsKeyboardLayout.c
|
|
UkKeyboardLayout.c
|
|
FrenchKeyboardLayout.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
PcdLib
|
|
HiiDbLib
|
|
HiiStringLib
|
|
HiiConfigAccessLib
|
|
DebugLib
|
|
|
|
[Protocols]
|
|
gEfiHiiDatabaseProtocolGuid
|
|
|
|
[Guids]
|
|
gEfiHiiKeyBoardLayoutGuid
|
|
|
|
[FeaturePcd]
|
|
gInsydeTokenSpaceGuid.PcdH2OKeyboardLayoutUsSupported
|
|
gInsydeTokenSpaceGuid.PcdH2OKeyboardLayoutFrenchSupported
|
|
gInsydeTokenSpaceGuid.PcdH2OKeyboardLayoutUkSupported
|
|
|
|
[PCD]
|
|
gInsydeTokenSpaceGuid.PcdH2ODefautKeyboardLayout
|
|
|
|
[Depex]
|
|
gEfiHiiDatabaseProtocolGuid
|
|
|