lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 1 | ## @file
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 2 | # Intel Framework Reference Module Package for All Architectures
|
| 3 | #
|
| 4 | # This file is used to build all modules in IntelFrameworkModulePkg.
|
| 5 | #
|
Hao Wu | c93b95f | 2016-01-19 04:05:12 +0000 | [diff] [blame] | 6 | #Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
|
myronporter | 49fd8a3 | 2010-03-16 23:34:53 +0000 | [diff] [blame] | 7 | #This program and the accompanying materials are licensed and made available under
|
| 8 | #the terms and conditions of the BSD License that accompanies this distribution.
|
| 9 | #The full text of the license may be found at
|
| 10 | #http://opensource.org/licenses/bsd-license.php.
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 11 | #
|
| 12 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 13 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 14 | #
|
myronporter | 38dc220 | 2010-03-22 16:28:12 +0000 | [diff] [blame] | 15 | ##
|
| 16 |
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 17 | ################################################################################
|
| 18 | #
|
| 19 | # Defines Section - statements that will be processed to create a Makefile.
|
| 20 | #
|
| 21 | ################################################################################
|
| 22 | [Defines]
|
| 23 | PLATFORM_NAME = IntelFrameworkModuleAll
|
| 24 | PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087
|
Feng Tian | f4d7904 | 2015-08-20 08:46:05 +0000 | [diff] [blame] | 25 | PLATFORM_VERSION = 0.96
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 26 | DSC_SPECIFICATION = 0x00010005
|
| 27 | OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll
|
| 28 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
|
Hao Wu | c93b95f | 2016-01-19 04:05:12 +0000 | [diff] [blame] | 29 | BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 30 | SKUID_IDENTIFIER = DEFAULT
|
| 31 |
|
| 32 | ################################################################################
|
| 33 | #
|
| 34 | # SKU Identification section - list of all SKU IDs supported by this
|
| 35 | # Platform.
|
| 36 | #
|
| 37 | ################################################################################
|
| 38 | [SkuIds]
|
| 39 | 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
|
| 40 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 41 | [LibraryClasses]
|
jljusten | bcecde1 | 2011-06-27 23:32:56 +0000 | [diff] [blame] | 42 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
| 43 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 44 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
mdkinney | c77b88d | 2011-03-10 22:25:34 +0000 | [diff] [blame] | 45 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 46 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
| 47 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 48 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
jljusten | bcecde1 | 2011-06-27 23:32:56 +0000 | [diff] [blame] | 49 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 50 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 51 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 52 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
xli24 | e25cd12 | 2009-12-29 07:53:43 +0000 | [diff] [blame] | 53 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 54 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 55 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 56 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
| 57 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
| 58 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
| 59 | PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
|
| 60 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
jljusten | bcecde1 | 2011-06-27 23:32:56 +0000 | [diff] [blame] | 61 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
| 62 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 63 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 64 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
xli24 | d42aba9 | 2009-12-29 07:46:33 +0000 | [diff] [blame] | 65 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
lgao4 | 4fb411f | 2010-05-21 02:49:25 +0000 | [diff] [blame] | 66 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 67 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
| 68 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 69 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 70 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 71 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 72 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 73 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 74 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 75 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
jljusten | 92d4b03 | 2011-06-30 20:19:03 +0000 | [diff] [blame] | 76 | PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 77 |
|
| 78 | [LibraryClasses.common.PEIM]
|
| 79 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 80 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 81 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 82 |
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 83 | [LibraryClasses.EBC.PEIM]
|
| 84 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
| 85 |
|
jljusten | 13d4af6 | 2011-08-31 18:57:46 +0000 | [diff] [blame] | 86 | [LibraryClasses.common.DXE_DRIVER]
|
| 87 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
| 88 |
|
lgao4 | 4fb411f | 2010-05-21 02:49:25 +0000 | [diff] [blame] | 89 | [LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER]
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 90 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 91 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 92 |
|
| 93 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 94 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
lgao4 | 4fb411f | 2010-05-21 02:49:25 +0000 | [diff] [blame] | 95 |
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 96 | ################################################################################
|
| 97 | #
|
| 98 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
| 99 | #
|
| 100 | ################################################################################
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 101 | [PcdsFeatureFlag]
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 102 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE
|
| 103 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 104 | [PcdsFixedAtBuild]
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 105 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 106 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 107 | gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 108 |
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 109 | [PcdsFixedAtBuild.IPF]
|
| 110 | gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
|
| 111 |
|
| 112 | ###################################################################################################
|
| 113 | #
|
| 114 | # Components Section - list of the modules and components that will be processed by compilation
|
| 115 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
| 116 | #
|
| 117 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
| 118 | # into firmware volume images. This section is just a list of modules to compile from
|
| 119 | # source into UEFI-compliant binaries.
|
| 120 | # It is the FDF file that contains information on combining binary files into firmware
|
| 121 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
| 122 | # Binary modules do not need to be listed in this section, as they should be
|
| 123 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
| 124 | # Logo (Logo.bmp), and etc.
|
| 125 | # There may also be modules listed in this section that are not required in the FDF file,
|
| 126 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
| 127 | # generated for it, but the binary will not be put into any firmware volume.
|
| 128 | #
|
| 129 | ###################################################################################################
|
| 130 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 131 | [Components]
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 132 | IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
|
| 133 | IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 134 | IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
|
| 135 | IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 136 | IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
| 137 | IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
|
| 138 | IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
| 139 | IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
|
| 140 | IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
jljusten | cf7958f | 2011-09-02 21:31:02 +0000 | [diff] [blame] | 141 | IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf
|
Ruiyu Ni | 9e3f171 | 2015-05-06 04:50:23 +0000 | [diff] [blame] | 142 | IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf
|
Eric Dong | 5a673ab | 2015-07-30 03:43:14 +0000 | [diff] [blame] | 143 | IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 144 |
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 145 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
| 146 | IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
|
niruiyu | 558be45 | 2010-08-19 02:40:27 +0000 | [diff] [blame] | 147 | IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.inf
|
jljusten | d8387fa | 2011-06-17 17:42:49 +0000 | [diff] [blame] | 148 | IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 149 | IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
|
| 150 | IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
|
| 151 | IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
|
| 152 | IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
|
| 153 | IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
|
| 154 | IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 155 |
|
jljusten | bcecde1 | 2011-06-27 23:32:56 +0000 | [diff] [blame] | 156 | IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
|
| 157 | IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf
|
| 158 | IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/BlockIoDxe.inf
|
| 159 | IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf
|
| 160 |
|
jljusten | 8a96515 | 2011-08-29 22:15:21 +0000 | [diff] [blame] | 161 | IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 162 | IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
|
| 163 | IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
|
| 164 | IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
|
| 165 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
|
| 166 | IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
|
| 167 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
|
| 168 | IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
|
xli24 | 28a9411 | 2010-08-13 05:43:30 +0000 | [diff] [blame] | 169 | IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf
|
jljusten | c2df8e1 | 2011-09-01 19:57:08 +0000 | [diff] [blame] | 170 | IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf
|
jljusten | b2824a8 | 2011-09-01 19:57:46 +0000 | [diff] [blame] | 171 | IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf
|
jljusten | bcecde1 | 2011-06-27 23:32:56 +0000 | [diff] [blame] | 172 |
|
jljusten | 13d4af6 | 2011-08-31 18:57:46 +0000 | [diff] [blame] | 173 | [Components.IA32,Components.X64]
|
| 174 | IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf
|
lgao4 | 5aab2d5 | 2012-03-19 07:13:29 +0000 | [diff] [blame] | 175 | IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
|
jljusten | 13d4af6 | 2011-08-31 18:57:46 +0000 | [diff] [blame] | 176 |
|
jljusten | bcecde1 | 2011-06-27 23:32:56 +0000 | [diff] [blame] | 177 | [Components.IA32,Components.X64,Components.IPF]
|
| 178 | IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
|
xli24 | 28a9411 | 2010-08-13 05:43:30 +0000 | [diff] [blame] | 179 |
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 180 | [Components.IA32]
|
| 181 | IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
|
mdkinney | 806bf4f | 2010-01-14 18:57:44 +0000 | [diff] [blame] | 182 | IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
|
| 183 | <LibraryClasses>
|
| 184 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
| 185 | }
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 186 |
|
| 187 | [Components.X64]
|
| 188 | IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
|
mdkinney | 806bf4f | 2010-01-14 18:57:44 +0000 | [diff] [blame] | 189 | IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
|
| 190 | <LibraryClasses>
|
| 191 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
| 192 | }
|
| 193 |
|
| 194 | [Components.IPF]
|
| 195 | IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
|
| 196 | <LibraryClasses>
|
| 197 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
| 198 | }
|
Hao Wu | a61f87e | 2016-08-01 13:54:48 +0800 | [diff] [blame] | 199 |
|
| 200 | [BuildOptions]
|
| 201 | *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
|