57 lines
2.2 KiB
Plaintext
57 lines
2.2 KiB
Plaintext
#
|
|
# This file contains 'Framework Code' and is licensed as such
|
|
# under the terms of your license agreement with Intel or your
|
|
# vendor. This file may not be modified, except as allowed by
|
|
# additional terms of your license agreement.
|
|
#
|
|
## @file
|
|
# BluetoothPkg Package
|
|
#
|
|
# This package provides common modules on Bailey Park.
|
|
# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# This software and associated documentation (if any) is furnished
|
|
# under a license and may only be used or copied in accordance
|
|
# with the terms of the license. Except as permitted by such
|
|
# license, no part of this software or documentation may be
|
|
# reproduced, stored in a retrieval system, or transmitted in any
|
|
# form or by any means without the express written consent of
|
|
# Intel Corporation.
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
DEC_SPECIFICATION = 0x00010005
|
|
PACKAGE_NAME = BluetoothPkg
|
|
PACKAGE_GUID = 6387BDFD-E537-4360-876D-B8A99869A8B1
|
|
PACKAGE_VERSION = 0.1
|
|
|
|
[Includes]
|
|
Include
|
|
|
|
# All Bluetooth related things in Bluetooth dir.
|
|
Features/BluetoothPkg/Include
|
|
|
|
[LibraryClasses]
|
|
## @libraryclass Provide Hid lib support.
|
|
HidLib|Bluetooth/Include/Library/HidLib.h
|
|
|
|
## @libraryclass Provide Bluetooth lib support.
|
|
BluetoothLib|Bluetooth/Include/Library/BluetoothLib.h
|
|
|
|
[Guids]
|
|
gEfiBluetoothPkgTokenSpaceGuid = { 0xdbbb5c08, 0x628e, 0x4988, { 0xb9, 0xc8, 0x81, 0x38, 0x9e, 0x4e, 0xfd, 0xc6 } }
|
|
|
|
## Bluetooth/Include/Guid/HidKeyBoardLayout.h
|
|
gHidKeyboardLayoutPackageGuid = { 0x16388a95, 0x4d5c, 0x459a, { 0xa1, 0x62, 0x7e, 0x2, 0x13, 0xaa, 0xc9, 0x70 } }
|
|
gHidKeyboardLayoutKeyGuid = { 0xf07b4ce2, 0x2de1, 0x472d, { 0xa8, 0x52, 0x75, 0xd3, 0x3e, 0xd1, 0xd1, 0x5b } }
|
|
|
|
[PcdsFeatureFlag]
|
|
gEfiBluetoothPkgTokenSpaceGuid.PcdDisableDefaultKeyboardLayoutInHidKbDriver|FALSE|BOOLEAN|0x00010201
|
|
|
|
[Protocols]
|
|
## Bluetooth/Include/Protocol/Hid.h
|
|
gEdkiiHidProtocolGuid = { 0xc9520968, 0x20df, 0x40a9, { 0x94, 0xf3, 0x58, 0x5b, 0x3f, 0x18, 0xa9, 0x9 } }
|
|
gEdkiiHid2ProtocolGuid = { 0xf25d558b, 0xef86, 0x430e, { 0xac, 0x91, 0xd0, 0xee, 0x4d, 0x1e, 0xc4, 0xa6 } }
|
|
|