19 lines
1021 B
Bash
19 lines
1021 B
Bash
## @file
|
|
# Platform Configuration Switches
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 2014, 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.
|
|
#*
|
|
#******************************************************************************
|
|
DEFINE PLATFORM_PKG = SharkBayMultiBoardPkg
|
|
DEFINE CHIPSET_REF_CODE_PKG = SharkBayRcPkg
|
|
DEFINE CHIPSET_PKG = SharkBayChipsetPkg
|
|
DEFINE INSYDE_EVENTLOG_PKG = InsydeEventLogPkg
|
|
DEFINE H2O_EVENT_LOG_SUPPORT = YES
|
|
DEFINE H2O_POST_MESSAGE = NO
|
|
DEFINE H2O_POST_BEEP = NO |