]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.c
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / MultiPlatformLib / BoardJumpers / BoardJumpers.c
CommitLineData
3cbfba02
DW
1/** @file\r
2 Jumper setting for multiplatform.\r
3\r
4 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
5 \r\r
6 This program and the accompanying materials are licensed and made available under\r\r
7 the terms and conditions of the BSD License that accompanies this distribution. \r\r
8 The full text of the license may be found at \r\r
9 http://opensource.org/licenses/bsd-license.php. \r\r
10 \r\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
13 \r\r
14\r
15**/\r
16\r
17#include <BoardJumpers.h>\r
18\r
19BOOLEAN\r
20IsRecoveryJumper (\r
21 IN CONST EFI_PEI_SERVICES **PeiServices,\r
22 IN OUT EFI_PLATFORM_INFO_HOB *PlatformInfoHob\r
23)\r
24{\r
25 return FALSE;\r
26}\r
27\r
28BOOLEAN\r
29IsManufacturingMode(\r
30 IN CONST EFI_PEI_SERVICES **PeiServices,\r
31 IN OUT EFI_PLATFORM_INFO_HOB *PlatformInfoHob\r
32)\r
33{\r
34 return FALSE;\r
35}\r