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