2009-02-24 16:53:05 +01:00
|
|
|
/** @file
|
|
|
|
Defined the platform specific device path which will be used by
|
|
|
|
platform Bbd to perform the platform policy connect.
|
|
|
|
|
2010-04-23 18:28:26 +02:00
|
|
|
Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:03:59 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2009-02-24 16:53:05 +01:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#include "BdsPlatform.h"
|
|
|
|
|
|
|
|
///
|
|
|
|
/// Predefined platform default time out value
|
|
|
|
///
|
|
|
|
UINT16 gPlatformBootTimeOutDefault = 10;
|