vanjeff | 53f93f7 | 2007-06-28 03:22:01 +0000 | [diff] [blame] | 1 | #/** @file
|
| 2 | # Intel Framework Package Reference Implementations
|
| 3 | #
|
qhuang8 | 27134a4 | 2007-07-20 01:41:50 +0000 | [diff] [blame] | 4 | # This DSC file is used for Package Level build.
|
vanjeff | 53f93f7 | 2007-06-28 03:22:01 +0000 | [diff] [blame] | 5 | #
|
| 6 | # Copyright (c) 2007, Intel Corporation
|
| 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 | #
|
| 16 | #**/
|
| 17 |
|
| 18 | ################################################################################
|
| 19 | #
|
| 20 | # Defines Section - statements that will be processed to create a Makefile.
|
| 21 | #
|
| 22 | ################################################################################
|
| 23 | [Defines]
|
qwang12 | 241c475 | 2007-06-29 03:52:14 +0000 | [diff] [blame] | 24 | PLATFORM_NAME = IntelFramework
|
vanjeff | 53f93f7 | 2007-06-28 03:22:01 +0000 | [diff] [blame] | 25 | PLATFORM_GUID = E76EB141-6EDB-43f3-A455-EF24A79673DD
|
| 26 | PLATFORM_VERSION = 0.1
|
| 27 | DSC_SPECIFICATION = 0x00010005
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 28 | OUTPUT_DIRECTORY = Build/IntelFramework
|
vanjeff | 53f93f7 | 2007-06-28 03:22:01 +0000 | [diff] [blame] | 29 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
|
| 30 | BUILD_TARGETS = DEBUG|RELEASE
|
| 31 | SKUID_IDENTIFIER = DEFAULT
|
| 32 |
|
| 33 |
|
vanjeff | 53f93f7 | 2007-06-28 03:22:01 +0000 | [diff] [blame] | 34 | ################################################################################
|
| 35 | #
|
| 36 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
| 37 | #
|
| 38 | ################################################################################
|
| 39 | [PcdsFixedAtBuild.common]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 40 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
|
| 41 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
|
| 42 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
|
| 43 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
|
qhuang8 | 27134a4 | 2007-07-20 01:41:50 +0000 | [diff] [blame] | 44 |
|
vanjeff | 53f93f7 | 2007-06-28 03:22:01 +0000 | [diff] [blame] | 45 | [PcdsPatchableInModule.common]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 46 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
|
vanjeff | 53f93f7 | 2007-06-28 03:22:01 +0000 | [diff] [blame] | 47 |
|
qhuang8 | c180991 | 2007-09-17 04:13:54 +0000 | [diff] [blame] | 48 | [PcdsFeatureFlag.common]
|
| 49 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
|
| 50 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
|
| 51 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
|
| 52 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
|
vanjeff | 53f93f7 | 2007-06-28 03:22:01 +0000 | [diff] [blame] | 53 |
|
| 54 | ################################################################################
|
| 55 | #
|
| 56 | # Components Section - list of all EDK II Modules needed by this Platform
|
| 57 | #
|
| 58 | ################################################################################
|
qhuang8 | 6357d9e | 2007-07-19 09:48:57 +0000 | [diff] [blame] | 59 | [Components.common]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 60 | IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
|
| 61 | IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.inf
|
| 62 | IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
|
| 63 | IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 64 | IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
|
| 65 | IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf
|