21 lines
1011 B
Bash
21 lines
1011 B
Bash
## @file
|
|
# Package Configuration Switches
|
|
# Uses of conditional directive such as !if/!else/!endif should be avoided in
|
|
# package configuration file
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 2019, 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 H2O_DDT_DEBUG_IO = Usb
|
|
DEFINE GCC =
|
|
DEFINE EFI_DEBUG = NO
|
|
DEFINE USB_DEBUG_SUPPORT = NO
|
|
DEFINE Q2LSERVICE_SUPPORT = NO
|
|
DEFINE SOURCE_CODE_ANALYSIS_BUILD = NO |