]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Sample/Platform/Ia32/Build/Ia32.dsc
Remove the unnecessary library reference.
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Platform / Ia32 / Build / Ia32.dsc
CommitLineData
84255c8f 1#/*++\r
2#\r
3# Copyright (c) 2004 - 2007, Intel Corporation \r
4# All rights reserved. This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11# \r
12# Module Name:\r
13#\r
84374b95 14# Ia32.dsc\r
84255c8f 15#\r
16# Abstract:\r
17#\r
18# This is the build description file containing the platform \r
19# build definitions.\r
20#\r
21#\r
22# Notes:\r
23# \r
24# The info in this file is broken down into sections. The start of a section\r
25# is designated by a "[" in the first column. So the [=====] separater ends\r
26# a section.\r
27# \r
28#--*/\r
29\r
30\r
31[=============================================================================]\r
32#\r
33# This section gets processed first by the utility. Define any\r
34# macros that you may use elsewhere in this description file. This is the\r
35# mechanism by which you can pass parameters and defines to the makefiles\r
36# generated for each component. You can define it here, and then make an\r
37# assignment in the [makefile.common] section. For example, if here you\r
38# define MY_VAR = my_var_value, then you can add MY_VAR = $(MY_VAR) in\r
39# the [makefile.common] section and it becomes MY_VAR = my_var_value in\r
40# the output makefiles for each component.\r
41#\r
42[Defines]\r
43PLATFORM = $(PROJECT_NAME)\r
44\r
45[=============================================================================]\r
46#\r
47# Include other common build descriptions\r
48#\r
49!include "$(EDK_SOURCE)\Sample\Platform\Common.dsc"\r
50!include "$(EDK_SOURCE)\Sample\Platform\Common$(PROCESSOR).dsc"\r
51\r
52[=============================================================================]\r
53#\r
54# These control the generation of the FV files\r
55#\r
56[=============================================================================]\r
57[Fv.Fv.Attributes]\r
58\r
59[Fv.Fv.options]\r
60\r
61[Build.Fv.Fv]\r
62\r
63[=============================================================================]\r
64#\r
65# These are the libraries that will be built by the master makefile\r
66#\r
67[=============================================================================]\r
68[Libraries]\r
69DEFINE EDK_PREFIX=\r
70\r
71!include "$(EDK_SOURCE)\Sample\Platform\EdkLibAll.dsc"\r
72\r
73#\r
74# EdkII Glue Library\r
75#\r
76#!include "$(EDK_SOURCE)\Sample\Platform\EdkIIGlueLibAll.dsc"\r
77\r
78[=============================================================================]\r
79#\r
80# These are platform specific libraries that must be built prior to building\r
81# certain drivers that depend upon them.\r
82#\r
83[=============================================================================]\r
84[Libraries.Platform]\r
84255c8f 85Sample\Platform\Generic\RuntimeDxe\StatusCode\Lib\BsDataHubStatusCode\BsDataHubStatusCode.inf\r
86Sample\Platform\Generic\RuntimeDxe\StatusCode\Lib\RtMemoryStatusCode\RtMemoryStatusCode.inf\r
84255c8f 87\r
84374b95 88#Other\Maintained\Application\Shell\Library\EfiShellLib.inf\r
84255c8f 89\r
90[=============================================================================]\r
91#\r
92# These are the components that will be built by the master makefile\r
93#\r
94[=============================================================================]\r
95[Components]\r
96DEFINE PACKAGE=Default\r
97\r
84374b95 98#Add EDK INF file here:\r
84255c8f 99#Other\Maintained\Application\Shell\ShellFull.inf\r
84255c8f 100\r
101[=============================================================================]\r
102\r