lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 1 | ## @file
|
qhuang8 | 93c5e87 | 2009-08-24 15:32:36 +0000 | [diff] [blame] | 2 | # Intel Framework Package Reference Implementations
|
| 3 | #
|
| 4 | # This DSC file is used for Package Level build.
|
| 5 | #
|
mdkinney | d765978 | 2010-01-27 23:04:34 +0000 | [diff] [blame] | 6 | # Copyright (c) 2007 - 2010, Intel Corporation
|
qhuang8 | 93c5e87 | 2009-08-24 15:32:36 +0000 | [diff] [blame] | 7 | #
|
| 8 | # All rights reserved. This program and the accompanying materials
|
| 9 | # are licensed and made available under the terms and conditions of the BSD License
|
| 10 | # which accompanies this distribution. The full text of the license may be found at
|
| 11 | # http://opensource.org/licenses/bsd-license.php
|
| 12 | #
|
| 13 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 14 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 15 | #
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 16 | ##
|
qhuang8 | 93c5e87 | 2009-08-24 15:32:36 +0000 | [diff] [blame] | 17 |
|
| 18 | ################################################################################
|
| 19 | #
|
| 20 | # Defines Section - statements that will be processed to create a Makefile.
|
| 21 | #
|
| 22 | ################################################################################
|
| 23 | [Defines]
|
| 24 | PLATFORM_NAME = IntelFramework
|
| 25 | PLATFORM_GUID = E76EB141-6EDB-43f3-A455-EF24A79673DD
|
xli24 | 37cc056 | 2010-03-04 15:57:53 +0000 | [diff] [blame] | 26 | PLATFORM_VERSION = 0.91
|
qhuang8 | 93c5e87 | 2009-08-24 15:32:36 +0000 | [diff] [blame] | 27 | DSC_SPECIFICATION = 0x00010005
|
| 28 | OUTPUT_DIRECTORY = Build/IntelFramework
|
| 29 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
|
| 30 | BUILD_TARGETS = DEBUG|RELEASE
|
| 31 | SKUID_IDENTIFIER = DEFAULT
|
| 32 |
|
qhuang8 | 93c5e87 | 2009-08-24 15:32:36 +0000 | [diff] [blame] | 33 | ################################################################################
|
| 34 | #
|
| 35 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
| 36 | #
|
| 37 | ################################################################################
|
mdkinney | d765978 | 2010-01-27 23:04:34 +0000 | [diff] [blame] | 38 | [PcdsFixedAtBuild]
|
qhuang8 | 93c5e87 | 2009-08-24 15:32:36 +0000 | [diff] [blame] | 39 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
|
| 40 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
|
| 41 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
|
| 42 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
|
| 43 |
|
mdkinney | d765978 | 2010-01-27 23:04:34 +0000 | [diff] [blame] | 44 | [PcdsPatchableInModule]
|
qhuang8 | 93c5e87 | 2009-08-24 15:32:36 +0000 | [diff] [blame] | 45 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
|
| 46 |
|
mdkinney | d765978 | 2010-01-27 23:04:34 +0000 | [diff] [blame] | 47 | [PcdsFeatureFlag]
|
qhuang8 | 93c5e87 | 2009-08-24 15:32:36 +0000 | [diff] [blame] | 48 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
|
| 49 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
|
| 50 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
|
| 51 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
|
| 52 |
|
| 53 | ###################################################################################################
|
| 54 | #
|
| 55 | # Components Section - list of the modules and components that will be processed by compilation
|
| 56 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
| 57 | #
|
| 58 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
| 59 | # into firmware volume images. This section is just a list of modules to compile from
|
| 60 | # source into UEFI-compliant binaries.
|
| 61 | # It is the FDF file that contains information on combining binary files into firmware
|
| 62 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
| 63 | # Binary modules do not need to be listed in this section, as they should be
|
| 64 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
| 65 | # Logo (Logo.bmp), and etc.
|
| 66 | # There may also be modules listed in this section that are not required in the FDF file,
|
| 67 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
| 68 | # generated for it, but the binary will not be put into any firmware volume.
|
| 69 | #
|
| 70 | ###################################################################################################
|
mdkinney | d765978 | 2010-01-27 23:04:34 +0000 | [diff] [blame] | 71 | [Components]
|
qhuang8 | 93c5e87 | 2009-08-24 15:32:36 +0000 | [diff] [blame] | 72 | IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
|
| 73 | IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
|
| 74 | IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
|
| 75 | IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf
|
| 76 | IntelFrameworkPkg/Library/PeiHobLibFramework/PeiHobLibFramework.inf
|
qhuang8 | 93c5e87 | 2009-08-24 15:32:36 +0000 | [diff] [blame] | 77 |
|