mirror of https://github.com/acidanthera/audk.git
I refined some names, added description for FAT source package, and removed the description for MBD.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@797 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
28c73f6ef7
commit
362271d685
|
@ -1,12 +1,12 @@
|
||||||
Intel(R) Platform Innovation Framework for EFI
|
Intel(R) Platform Innovation Framework for EFI
|
||||||
EFI Development Kit 2.0 (EDK II)
|
EFI Development Kit II (EDK II)
|
||||||
Alpha Release
|
Root Package 1.00
|
||||||
2006-04-26
|
2006-07-06
|
||||||
|
|
||||||
Copyright (c) 2006, Intel Corporation
|
Copyright (c) 2006, Intel Corporation
|
||||||
|
|
||||||
This document provides updates to documentation, along with a description on
|
This document provides updates to documentation, along with a description on
|
||||||
how to install and build the Edk II.
|
how to install and build the EDK II.
|
||||||
|
|
||||||
Package Contents
|
Package Contents
|
||||||
----------------
|
----------------
|
||||||
|
@ -18,6 +18,8 @@ Package Contents
|
||||||
EdkModulePkg - A package containing reference drivers
|
EdkModulePkg - A package containing reference drivers
|
||||||
EdkFatBinPkg - A package containing binary DXE drivers for the Fat 32 file
|
EdkFatBinPkg - A package containing binary DXE drivers for the Fat 32 file
|
||||||
system
|
system
|
||||||
|
EdkFatPkg - A package containing source DXE drivers for the Fat 32 file
|
||||||
|
system
|
||||||
EdkShellBinPkg - A package containing binary Shell applications and commands
|
EdkShellBinPkg - A package containing binary Shell applications and commands
|
||||||
EdkNt32Pkg - A package containing the NT32 Emulation platform reference
|
EdkNt32Pkg - A package containing the NT32 Emulation platform reference
|
||||||
|
|
||||||
|
@ -273,17 +275,13 @@ Refer to the "Module Surface Area Architecture Specification" for additional
|
||||||
details. The MSA is further explained in the "Build Packaging Specification"
|
details. The MSA is further explained in the "Build Packaging Specification"
|
||||||
document.
|
document.
|
||||||
|
|
||||||
C) Module Build Description (MDB). The "as-built" definition file that contains
|
C) Platform Configuration Database (PCD). A platform database which contains a
|
||||||
only the changes to the default flags defined in the MSA. The MSA and MDB are
|
|
||||||
further explained in the "Build Packaging Specification" document.
|
|
||||||
|
|
||||||
D) Platform Configuration Database (PCD). A platform database which contains a
|
|
||||||
variety of current platform settings or directives by which a driver or
|
variety of current platform settings or directives by which a driver or
|
||||||
application can interact with. The PCD is defined by the PCD_Protocol (This is
|
application can interact with. The PCD is defined by the PCD_Protocol (This is
|
||||||
further explained in the "Platform Configuration Database Infrastructure
|
further explained in the "Platform Configuration Database Infrastructure
|
||||||
Description" document.
|
Description" document.
|
||||||
|
|
||||||
E) Library Class. A library class is a logical grouping of similar functions.
|
D) Library Class. A library class is a logical grouping of similar functions.
|
||||||
When developing components, the module surface area declares the class of
|
When developing components, the module surface area declares the class of
|
||||||
libraries that can be used by the component. The MBD file specifies the
|
libraries that can be used by the component. The MBD file specifies the
|
||||||
instance(s) of the library that will be used during compilation/linking. All
|
instance(s) of the library that will be used during compilation/linking. All
|
||||||
|
|
Loading…
Reference in New Issue