converted all surface area description files to new schema

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@688 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2006-06-30 19:01:55 +00:00
parent a29c47e01d
commit 3bdeb048a5
66 changed files with 7337 additions and 5945 deletions

View File

@ -1,27 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<PackageSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd"> <PackageSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SpdHeader> <SpdHeader>
<PackageName>EdkFatBinPkg</PackageName> <PackageName>EdkFatBinPkg</PackageName>
<Guid>0fd7197b-9bde-44fe-a7e4-d2177a9922e5</Guid> <GuidValue>0fd7197b-9bde-44fe-a7e4-d2177a9922e5</GuidValue>
<Version>0.3</Version> <Version>0.3</Version>
<Abstract>This is the Binary Package for the FAT dirver</Abstract> <Abstract>This is the Binary Package for the FAT dirver</Abstract>
<Description>This package provides FAT drivers which are not licensed under BSD.</Description> <Description>This package provides FAT drivers which are not licensed under BSD.</Description>
<Copyright>Copyright (c) 2004, Intel Corporation.</Copyright> <Copyright>Copyright (c) 2004, Intel Corporation.</Copyright>
<License> <License>All rights reserved.
All rights reserved.
This program and the accompanying materials are licensed and made available This program and the accompanying materials are licensed and made available
under the terms and conditions of the BSD License which accompanies this distribution. under the terms and conditions of the BSD License which accompanies this distribution.
The full text of the license may be found at http://opensource.org/licenses/bsd-license.php The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES
OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License>
<ReadOnly>true</ReadOnly>
<RePackage>false</RePackage>
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</SpdHeader> </SpdHeader>
<PackageDefinitions>
<ReadOnly>true</ReadOnly>
<RePackage>false</RePackage>
</PackageDefinitions>
<MsaFiles> <MsaFiles>
<MsaFile>
<Filename>Fat.msa</Filename> <Filename>Fat.msa</Filename>
</MsaFile>
</MsaFiles> </MsaFiles>
</PackageSurfaceArea> </PackageSurfaceArea>

View File

@ -1,53 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
--> <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>Fat</BaseName> <ModuleName>Fat</ModuleName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>BS_DRIVER</ComponentType> <GuidValue>5058F21C-BC34-11d4-BD18-0080C73C8881</GuidValue>
<Guid>5058F21C-BC34-11d4-BD18-0080C73C8881</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Make a FFS section for an FV that contains the FAT driver.*.FFS files are compressed FFS sections.</Abstract> <Abstract>Make a FFS section for an FV that contains the FAT driver.*.FFS files are compressed FFS sections.</Abstract>
<Description>This is the FAT 32 EFI/Tiano Driver</Description> <Description>This is the FAT 32 EFI/Tiano Driver</Description>
<Copyright>Copyright 2004, Intel Corporation</Copyright> <Copyright>Copyright 2004, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-17 20:56</Created>
<Updated>2006-03-19 16:17</Updated>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>Fat</OutputFileBasename>
</ModuleDefinitions>
<SourceFiles> <SourceFiles>
<Arch ArchType="IA32"> <Filename SupArchList="IA32">Ia32/Fat.FFS</Filename>
<Filename Path="Ia32" FileType="FFS">Fat.FFS</Filename> <Filename SupArchList="IPF">Ipf/Fat.FFS</Filename>
</Arch> <Filename SupArchList="X64">X64Fat.FFS</Filename>
<Arch ArchType="IPF">
<Filename Path="Ipf" FileType="FFS">Fat.FFS</Filename>
</Arch>
<Arch ArchType="X64">
<Filename Path="X64" FileType="FFS">Fat.FFS</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Externs> <Externs>
<Extern> <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
<ModuleEntryPoint></ModuleEntryPoint> <Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Extern>
</Externs> </Externs>
<BuildOptions>
<Option>BUILD_TYPE=CUSTOM_BUILD</Option>
</BuildOptions>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,27 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<PackageSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd"> <PackageSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SpdHeader> <SpdHeader>
<PackageName>EdkShellBinPkg</PackageName> <PackageName>EdkShellBinPkg</PackageName>
<Guid>d4266a1b-1d38-4116-93ae-60dc3e2012a6</Guid> <GuidValue>d4266a1b-1d38-4116-93ae-60dc3e2012a6</GuidValue>
<Version>0.3</Version> <Version>0.3</Version>
<Abstract>Reference package showing multiple binaries</Abstract> <Abstract>Reference package showing multiple binaries</Abstract>
<Description>This package contains multiple binary drivers, using only one MSA, one MBD and a single SPD.</Description> <Description>This package contains multiple binary drivers, using only one MSA, one MBD and a single SPD.</Description>
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
<License> <License>All rights reserved.
All rights reserved.
This program and the accompanying materials are licensed and made available This program and the accompanying materials are licensed and made available
under the terms and conditions of the BSD License which accompanies this distribution. under the terms and conditions of the BSD License which accompanies this distribution.
The full text of the license may be found at http://opensource.org/licenses/bsd-license.php The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES
OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License>
<ReadOnly>true</ReadOnly>
<RePackage>false</RePackage>
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</SpdHeader> </SpdHeader>
<PackageDefinitions>
<ReadOnly>true</ReadOnly>
<RePackage>false</RePackage>
</PackageDefinitions>
<MsaFiles> <MsaFiles>
<MsaFile>
<Filename>bin/Shell.msa</Filename> <Filename>bin/Shell.msa</Filename>
</MsaFile>
</MsaFiles> </MsaFiles>
</PackageSurfaceArea> </PackageSurfaceArea>

View File

@ -1,47 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--Copyright (c) 2006, Intel Corporation
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
--> <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaHeader> <MsaHeader>
<BaseName>Shell</BaseName> <ModuleName>Shell</ModuleName>
<ModuleType>UEFI_APPLICATION</ModuleType> <ModuleType>UEFI_APPLICATION</ModuleType>
<ComponentType>APPLICATION</ComponentType> <GuidValue>c57ad6b7-0515-40a8-9d21-551652854e37</GuidValue>
<Guid>c57ad6b7-0515-40a8-9d21-551652854e37</Guid> <Version>1.0</Version>
<Version>0x00090000</Version>
<Abstract>Component description file for EFI Shell module.</Abstract> <Abstract>Component description file for EFI Shell module.</Abstract>
<Description> <Description>This is a binary package containing multiple binary files, however there is
This is a binary package containing multiple binary files, however there is only a single MSA and MBD file.</Description>
only a single MSA and MBD file.
</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License>All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-17 20:56</Created>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>Shell</OutputFileBasename>
</ModuleDefinitions>
<SourceFiles> <SourceFiles>
<Arch ArchType="IA32"> <Filename SupArchList="IA32">ia32/Shell_Full.efi</Filename>
<Filename>ia32/Shell_Full.efi</Filename> <Filename SupArchList="IPF">ipf/Shell_Full.efi</Filename>
</Arch> <Filename SupArchList="X64">x64/Shell.efi</Filename>
<Arch ArchType="IPF">
<Filename>ipf/Shell_Full.efi</Filename>
</Arch>
<Arch ArchType="X64">
<Filename>x64/Shell.efi</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00000000</Specification>
</Externs>
</ModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,58 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseCacheMaintenanceLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://nwlxweb02.jf.intel.com/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseCacheMaintenanceLib</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>123dd843-57c9-4158-8418-ce68b3944ce7</GuidValue>
<Guid>123dd843-57c9-4158-8418-ce68b3944ce7</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Library Dependencies:BaseLib</Abstract> <Abstract>Library Dependencies:BaseLib</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BaseCacheMaintenanceLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">CacheMaintenanceLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>CacheMaintenanceLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Arch ArchType="IA32"> <Filename SupArchList="IA32">x86Cache.c</Filename>
<Filename>x86Cache.c</Filename> <Filename SupArchList="X64">x86Cache.c</Filename>
</Arch> <Filename SupArchList="EBC">EbcCache.c</Filename>
<Arch ArchType="X64"> <Filename SupArchList="IPF">IpfCache.c</Filename>
<Filename>x86Cache.c</Filename> <Filename SupArchList="IPF">Ipf/Cpu.s</Filename>
</Arch> <Filename SupArchList="IPF">Ipf/PalCallStatic.s</Filename>
<Arch ArchType="EBC">
<Filename>EbcCache.c</Filename>
</Arch>
<Arch ArchType="IPF">
<Filename>IpfCache.c</Filename>
<Filename>Ipf/Cpu.s</Filename>
<Filename>Ipf/PalCallStatic.s</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,58 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseDebugLibNull</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseDebugLibNull</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>9ba1d976-0624-41a3-8650-28165e8d9ae8</GuidValue>
<Guid>9ba1d976-0624-41a3-8650-28165e8d9ae8</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>NULL Debug Library for UEFI drivers</Abstract> <Abstract>NULL Debug Library for UEFI drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BaseDebugLibNull</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">PrintLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PrintLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>DebugLib.c</Filename> <Filename>DebugLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdDebugPropertyMask</C_Name> <C_Name>PcdDebugPropertyMask</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugPropertyMask</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdDebugClearMemoryValue</C_Name> <C_Name>PcdDebugClearMemoryValue</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugClearMemoryValue</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="PATCHABLE_IN_MODULE"> <PcdEntry PcdItemType="PATCHABLE_IN_MODULE">
<C_Name>PcdDebugPrintErrorLevel</C_Name> <C_Name>PcdDebugPrintErrorLevel</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugPrintErrorLevel</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,56 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseIoLibIntrinsic</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseIoLibIntrinsic</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>926c9cd0-4bb8-479b-9ac4-8a2a23f85307</GuidValue>
<Guid>926c9cd0-4bb8-479b-9ac4-8a2a23f85307</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BaseIoLibIntrinsic</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">IoLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>IoLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Arch ArchType="IA32"> <Filename SupArchList="IA32">IoLib.c</Filename>
<Filename>IoLib.c</Filename> <Filename SupArchList="IA32">IoLibMsc.c</Filename>
<Filename>IoLibMsc.c</Filename> <Filename SupArchList="IA32">IoLibGcc.c</Filename>
<Filename>IoLibGcc.c</Filename> <Filename SupArchList="IA32">IoHighLevel.c</Filename>
<Filename>IoHighLevel.c</Filename> <Filename SupArchList="X64">IoLib.c</Filename>
</Arch> <Filename SupArchList="X64">IoLibMsc.c</Filename>
<Arch ArchType="X64"> <Filename SupArchList="X64">IoLibGcc.c</Filename>
<Filename>IoLib.c</Filename> <Filename SupArchList="X64">IoHighLevel.c</Filename>
<Filename>IoLibMsc.c</Filename>
<Filename>IoLibGcc.c</Filename>
<Filename>IoHighLevel.c</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,44 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseLib</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>27d67720-ea68-48ae-93da-a3a074c90e30</GuidValue>
<Guid>27d67720-ea68-48ae-93da-a3a074c90e30</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Memory-only library functions with no library constructordestructor</Abstract> <Abstract>Memory-only library functions with no library constructordestructor</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-22 18:15</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BaseLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">BaseLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">TimerLib</LibraryClass> <Keyword>BaseLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>TimerLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>String.c</Filename> <Filename>String.c</Filename>
<Filename>LinkedList.c</Filename> <Filename>LinkedList.c</Filename>
<Filename>Synchronization.c</Filename> <Filename>Synchronization.c</Filename>
@ -72,241 +72,245 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>SwapBytes32.c</Filename> <Filename>SwapBytes32.c</Filename>
<Filename>SwapBytes64.c</Filename> <Filename>SwapBytes64.c</Filename>
<Filename>SwitchStack.c</Filename> <Filename>SwitchStack.c</Filename>
<Arch ArchType="IA32"> <Filename SupArchList="IA32">x86LowLevel.c</Filename>
<Filename>x86LowLevel.c</Filename> <Filename SupArchList="IA32">x86Thunk.c</Filename>
<Filename>x86Thunk.c</Filename> <Filename SupArchList="IA32">Unaligned.c</Filename>
<Filename>Unaligned.c</Filename> <Filename SupArchList="IA32">Ia32/Non-existing.c</Filename>
<Filename>Ia32/Non-existing.c</Filename> <Filename SupArchList="IA32">Ia32/InternalSwitchStack.c</Filename>
<Filename>Ia32/InternalSwitchStack.c</Filename> <Filename SupArchList="IA32">Ia32/LShiftU64.asm</Filename>
<Filename>Ia32/LShiftU64.asm</Filename> <Filename SupArchList="IA32">Ia32/RShiftU64.asm</Filename>
<Filename>Ia32/RShiftU64.asm</Filename> <Filename SupArchList="IA32">Ia32/ARShiftU64.asm</Filename>
<Filename>Ia32/ARShiftU64.asm</Filename> <Filename SupArchList="IA32">Ia32/LRotU64.asm</Filename>
<Filename>Ia32/LRotU64.asm</Filename> <Filename SupArchList="IA32">Ia32/RRotU64.asm</Filename>
<Filename>Ia32/RRotU64.asm</Filename> <Filename SupArchList="IA32">Ia32/MultU64x32.asm</Filename>
<Filename>Ia32/MultU64x32.asm</Filename> <Filename SupArchList="IA32">Ia32/MultU64x64.asm</Filename>
<Filename>Ia32/MultU64x64.asm</Filename> <Filename SupArchList="IA32">Ia32/DivU64x32.asm</Filename>
<Filename>Ia32/DivU64x32.asm</Filename> <Filename SupArchList="IA32">Ia32/ModU64x32.asm</Filename>
<Filename>Ia32/ModU64x32.asm</Filename> <Filename SupArchList="IA32">Ia32/DivU64x32Remainder.asm</Filename>
<Filename>Ia32/DivU64x32Remainder.asm</Filename> <Filename SupArchList="IA32">Ia32/DivU64x64Remainder.asm</Filename>
<Filename>Ia32/DivU64x64Remainder.asm</Filename> <Filename SupArchList="IA32">Ia32/DivS64x64Remainder.c</Filename>
<Filename>Ia32/DivS64x64Remainder.c</Filename> <Filename SupArchList="IA32">Ia32/SwapBytes64.asm</Filename>
<Filename>Ia32/SwapBytes64.asm</Filename> <Filename SupArchList="IA32">Ia32/SetJump.asm</Filename>
<Filename>Ia32/SetJump.asm</Filename> <Filename SupArchList="IA32">Ia32/LongJump.asm</Filename>
<Filename>Ia32/LongJump.asm</Filename> <Filename SupArchList="IA32">Ia32/CpuId.asm</Filename>
<Filename>Ia32/CpuId.asm</Filename> <Filename SupArchList="IA32">Ia32/CpuIdEx.asm</Filename>
<Filename>Ia32/CpuIdEx.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadEflags.asm</Filename>
<Filename>Ia32/ReadEflags.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadMsr64.asm</Filename>
<Filename>Ia32/ReadMsr64.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteMsr32.asm</Filename>
<Filename>Ia32/WriteMsr32.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteMsr64.asm</Filename>
<Filename>Ia32/WriteMsr64.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadCr0.asm</Filename>
<Filename>Ia32/ReadCr0.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadCr2.asm</Filename>
<Filename>Ia32/ReadCr2.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadCr3.asm</Filename>
<Filename>Ia32/ReadCr3.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadCr4.asm</Filename>
<Filename>Ia32/ReadCr4.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteCr0.asm</Filename>
<Filename>Ia32/WriteCr0.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteCr2.asm</Filename>
<Filename>Ia32/WriteCr2.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteCr3.asm</Filename>
<Filename>Ia32/WriteCr3.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteCr4.asm</Filename>
<Filename>Ia32/WriteCr4.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadDr0.asm</Filename>
<Filename>Ia32/ReadDr0.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadDr1.asm</Filename>
<Filename>Ia32/ReadDr1.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadDr2.asm</Filename>
<Filename>Ia32/ReadDr2.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadDr3.asm</Filename>
<Filename>Ia32/ReadDr3.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadDr4.asm</Filename>
<Filename>Ia32/ReadDr4.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadDr5.asm</Filename>
<Filename>Ia32/ReadDr5.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadDr6.asm</Filename>
<Filename>Ia32/ReadDr6.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadDr7.asm</Filename>
<Filename>Ia32/ReadDr7.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteDr0.asm</Filename>
<Filename>Ia32/WriteDr0.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteDr1.asm</Filename>
<Filename>Ia32/WriteDr1.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteDr2.asm</Filename>
<Filename>Ia32/WriteDr2.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteDr3.asm</Filename>
<Filename>Ia32/WriteDr3.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteDr4.asm</Filename>
<Filename>Ia32/WriteDr4.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteDr5.asm</Filename>
<Filename>Ia32/WriteDr5.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteDr6.asm</Filename>
<Filename>Ia32/WriteDr6.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteDr7.asm</Filename>
<Filename>Ia32/WriteDr7.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadCs.asm</Filename>
<Filename>Ia32/ReadCs.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadDs.asm</Filename>
<Filename>Ia32/ReadDs.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadEs.asm</Filename>
<Filename>Ia32/ReadEs.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadFs.asm</Filename>
<Filename>Ia32/ReadFs.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadGs.asm</Filename>
<Filename>Ia32/ReadGs.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadSs.asm</Filename>
<Filename>Ia32/ReadSs.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadTr.asm</Filename>
<Filename>Ia32/ReadTr.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadGdtr.asm</Filename>
<Filename>Ia32/ReadGdtr.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteGdtr.asm</Filename>
<Filename>Ia32/WriteGdtr.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadIdtr.asm</Filename>
<Filename>Ia32/ReadIdtr.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteIdtr.asm</Filename>
<Filename>Ia32/WriteIdtr.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadLdtr.asm</Filename>
<Filename>Ia32/ReadLdtr.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteLdtr.asm</Filename>
<Filename>Ia32/WriteLdtr.asm</Filename> <Filename SupArchList="IA32">Ia32/FxSave.asm</Filename>
<Filename>Ia32/FxSave.asm</Filename> <Filename SupArchList="IA32">Ia32/FxRestore.asm</Filename>
<Filename>Ia32/FxRestore.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadMm0.asm</Filename>
<Filename>Ia32/ReadMm0.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadMm1.asm</Filename>
<Filename>Ia32/ReadMm1.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadMm2.asm</Filename>
<Filename>Ia32/ReadMm2.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadMm3.asm</Filename>
<Filename>Ia32/ReadMm3.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadMm4.asm</Filename>
<Filename>Ia32/ReadMm4.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadMm5.asm</Filename>
<Filename>Ia32/ReadMm5.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadMm6.asm</Filename>
<Filename>Ia32/ReadMm6.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadMm7.asm</Filename>
<Filename>Ia32/ReadMm7.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteMm0.asm</Filename>
<Filename>Ia32/WriteMm0.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteMm1.asm</Filename>
<Filename>Ia32/WriteMm1.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteMm2.asm</Filename>
<Filename>Ia32/WriteMm2.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteMm3.asm</Filename>
<Filename>Ia32/WriteMm3.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteMm4.asm</Filename>
<Filename>Ia32/WriteMm4.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteMm5.asm</Filename>
<Filename>Ia32/WriteMm5.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteMm6.asm</Filename>
<Filename>Ia32/WriteMm6.asm</Filename> <Filename SupArchList="IA32">Ia32/WriteMm7.asm</Filename>
<Filename>Ia32/WriteMm7.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadTsc.asm</Filename>
<Filename>Ia32/ReadTsc.asm</Filename> <Filename SupArchList="IA32">Ia32/ReadPmc.asm</Filename>
<Filename>Ia32/ReadPmc.asm</Filename> <Filename SupArchList="IA32">Ia32/Monitor.asm</Filename>
<Filename>Ia32/Monitor.asm</Filename> <Filename SupArchList="IA32">Ia32/Mwait.asm</Filename>
<Filename>Ia32/Mwait.asm</Filename> <Filename SupArchList="IA32">Ia32/EnablePaging32.asm</Filename>
<Filename>Ia32/EnablePaging32.asm</Filename> <Filename SupArchList="IA32">Ia32/DisablePaging32.asm</Filename>
<Filename>Ia32/DisablePaging32.asm</Filename> <Filename SupArchList="IA32">Ia32/EnablePaging64.asm</Filename>
<Filename>Ia32/EnablePaging64.asm</Filename> <Filename SupArchList="IA32">Ia32/Wbinvd.asm</Filename>
<Filename>Ia32/Wbinvd.asm</Filename> <Filename SupArchList="IA32">Ia32/Invd.asm</Filename>
<Filename>Ia32/Invd.asm</Filename> <Filename SupArchList="IA32">Ia32/FlushCacheLine.asm</Filename>
<Filename>Ia32/FlushCacheLine.asm</Filename> <Filename SupArchList="IA32">Ia32/InterlockedIncrement.asm</Filename>
<Filename>Ia32/InterlockedIncrement.asm</Filename> <Filename SupArchList="IA32">Ia32/InterlockedDecrement.asm</Filename>
<Filename>Ia32/InterlockedDecrement.asm</Filename> <Filename SupArchList="IA32">Ia32/InterlockedCompareExchange32.asm</Filename>
<Filename>Ia32/InterlockedCompareExchange32.asm</Filename> <Filename SupArchList="IA32">Ia32/InterlockedCompareExchange64.asm</Filename>
<Filename>Ia32/InterlockedCompareExchange64.asm</Filename> <Filename SupArchList="IA32">Ia32/EnableInterrupts.asm</Filename>
<Filename>Ia32/EnableInterrupts.asm</Filename> <Filename SupArchList="IA32">Ia32/DisableInterrupts.asm</Filename>
<Filename>Ia32/DisableInterrupts.asm</Filename> <Filename SupArchList="IA32">Ia32/EnableDisableInterrupts.asm</Filename>
<Filename>Ia32/EnableDisableInterrupts.asm</Filename> <Filename SupArchList="IA32">Ia32/CpuSleep.asm</Filename>
<Filename>Ia32/CpuSleep.asm</Filename> <Filename SupArchList="IA32">Ia32/CpuPause.asm</Filename>
<Filename>Ia32/CpuPause.asm</Filename> <Filename SupArchList="IA32">Ia32/CpuBreakpoint.asm</Filename>
<Filename>Ia32/CpuBreakpoint.asm</Filename> <Filename SupArchList="IA32">Ia32/CpuFlushTlb.asm</Filename>
<Filename>Ia32/CpuFlushTlb.asm</Filename> <Filename SupArchList="IA32">Ia32/Thunk16.asm</Filename>
<Filename>Ia32/Thunk16.asm</Filename> <Filename SupArchList="X64">X86LowLevel.c</Filename>
</Arch> <Filename SupArchList="X64">X86Thunk.c</Filename>
<Arch ArchType="X64"> <Filename SupArchList="X64">Unaligned.c</Filename>
<Filename>X86LowLevel.c</Filename> <Filename SupArchList="X64">Math64.c</Filename>
<Filename>X86Thunk.c</Filename> <Filename SupArchList="X64">X64/Non-existing.c</Filename>
<Filename>Unaligned.c</Filename> <Filename SupArchList="X64">X64/SwitchStack.asm</Filename>
<Filename>Math64.c</Filename> <Filename SupArchList="X64">X64/SetJump.asm</Filename>
<Filename>X64/Non-existing.c</Filename> <Filename SupArchList="X64">X64/LongJump.asm</Filename>
<Filename>X64/SwitchStack.asm</Filename> <Filename SupArchList="X64">X64/CpuId.asm</Filename>
<Filename>X64/SetJump.asm</Filename> <Filename SupArchList="X64">X64/CpuIdEx.asm</Filename>
<Filename>X64/LongJump.asm</Filename> <Filename SupArchList="X64">X64/ReadEflags.asm</Filename>
<Filename>X64/CpuId.asm</Filename> <Filename SupArchList="X64">X64/ReadMsr32.asm</Filename>
<Filename>X64/CpuIdEx.asm</Filename> <Filename SupArchList="X64">X64/ReadMsr64.asm</Filename>
<Filename>X64/ReadEflags.asm</Filename> <Filename SupArchList="X64">X64/WriteMsr32.asm</Filename>
<Filename>X64/ReadMsr32.asm</Filename> <Filename SupArchList="X64">X64/WriteMsr64.asm</Filename>
<Filename>X64/ReadMsr64.asm</Filename> <Filename SupArchList="X64">X64/ReadCr0.asm</Filename>
<Filename>X64/WriteMsr32.asm</Filename> <Filename SupArchList="X64">X64/ReadCr2.asm</Filename>
<Filename>X64/WriteMsr64.asm</Filename> <Filename SupArchList="X64">X64/ReadCr3.asm</Filename>
<Filename>X64/ReadCr0.asm</Filename> <Filename SupArchList="X64">X64/ReadCr4.asm</Filename>
<Filename>X64/ReadCr2.asm</Filename> <Filename SupArchList="X64">X64/WriteCr0.asm</Filename>
<Filename>X64/ReadCr3.asm</Filename> <Filename SupArchList="X64">X64/WriteCr2.asm</Filename>
<Filename>X64/ReadCr4.asm</Filename> <Filename SupArchList="X64">X64/WriteCr3.asm</Filename>
<Filename>X64/WriteCr0.asm</Filename> <Filename SupArchList="X64">X64/WriteCr4.asm</Filename>
<Filename>X64/WriteCr2.asm</Filename> <Filename SupArchList="X64">X64/ReadDr0.asm</Filename>
<Filename>X64/WriteCr3.asm</Filename> <Filename SupArchList="X64">X64/ReadDr1.asm</Filename>
<Filename>X64/WriteCr4.asm</Filename> <Filename SupArchList="X64">X64/ReadDr2.asm</Filename>
<Filename>X64/ReadDr0.asm</Filename> <Filename SupArchList="X64">X64/ReadDr3.asm</Filename>
<Filename>X64/ReadDr1.asm</Filename> <Filename SupArchList="X64">X64/ReadDr4.asm</Filename>
<Filename>X64/ReadDr2.asm</Filename> <Filename SupArchList="X64">X64/ReadDr5.asm</Filename>
<Filename>X64/ReadDr3.asm</Filename> <Filename SupArchList="X64">X64/ReadDr6.asm</Filename>
<Filename>X64/ReadDr4.asm</Filename> <Filename SupArchList="X64">X64/ReadDr7.asm</Filename>
<Filename>X64/ReadDr5.asm</Filename> <Filename SupArchList="X64">X64/WriteDr0.asm</Filename>
<Filename>X64/ReadDr6.asm</Filename> <Filename SupArchList="X64">X64/WriteDr1.asm</Filename>
<Filename>X64/ReadDr7.asm</Filename> <Filename SupArchList="X64">X64/WriteDr2.asm</Filename>
<Filename>X64/WriteDr0.asm</Filename> <Filename SupArchList="X64">X64/WriteDr3.asm</Filename>
<Filename>X64/WriteDr1.asm</Filename> <Filename SupArchList="X64">X64/WriteDr4.asm</Filename>
<Filename>X64/WriteDr2.asm</Filename> <Filename SupArchList="X64">X64/WriteDr5.asm</Filename>
<Filename>X64/WriteDr3.asm</Filename> <Filename SupArchList="X64">X64/WriteDr6.asm</Filename>
<Filename>X64/WriteDr4.asm</Filename> <Filename SupArchList="X64">X64/WriteDr7.asm</Filename>
<Filename>X64/WriteDr5.asm</Filename> <Filename SupArchList="X64">X64/ReadCs.asm</Filename>
<Filename>X64/WriteDr6.asm</Filename> <Filename SupArchList="X64">X64/ReadDs.asm</Filename>
<Filename>X64/WriteDr7.asm</Filename> <Filename SupArchList="X64">X64/ReadEs.asm</Filename>
<Filename>X64/ReadCs.asm</Filename> <Filename SupArchList="X64">X64/ReadFs.asm</Filename>
<Filename>X64/ReadDs.asm</Filename> <Filename SupArchList="X64">X64/ReadGs.asm</Filename>
<Filename>X64/ReadEs.asm</Filename> <Filename SupArchList="X64">X64/ReadSs.asm</Filename>
<Filename>X64/ReadFs.asm</Filename> <Filename SupArchList="X64">X64/ReadTr.asm</Filename>
<Filename>X64/ReadGs.asm</Filename> <Filename SupArchList="X64">X64/ReadGdtr.asm</Filename>
<Filename>X64/ReadSs.asm</Filename> <Filename SupArchList="X64">X64/WriteGdtr.asm</Filename>
<Filename>X64/ReadTr.asm</Filename> <Filename SupArchList="X64">X64/ReadIdtr.asm</Filename>
<Filename>X64/ReadGdtr.asm</Filename> <Filename SupArchList="X64">X64/WriteIdtr.asm</Filename>
<Filename>X64/WriteGdtr.asm</Filename> <Filename SupArchList="X64">X64/ReadLdtr.asm</Filename>
<Filename>X64/ReadIdtr.asm</Filename> <Filename SupArchList="X64">X64/WriteLdtr.asm</Filename>
<Filename>X64/WriteIdtr.asm</Filename> <Filename SupArchList="X64">X64/FxSave.asm</Filename>
<Filename>X64/ReadLdtr.asm</Filename> <Filename SupArchList="X64">X64/FxRestore.asm</Filename>
<Filename>X64/WriteLdtr.asm</Filename> <Filename SupArchList="X64">X64/ReadMm0.asm</Filename>
<Filename>X64/FxSave.asm</Filename> <Filename SupArchList="X64">X64/ReadMm1.asm</Filename>
<Filename>X64/FxRestore.asm</Filename> <Filename SupArchList="X64">X64/ReadMm2.asm</Filename>
<Filename>X64/ReadMm0.asm</Filename> <Filename SupArchList="X64">X64/ReadMm3.asm</Filename>
<Filename>X64/ReadMm1.asm</Filename> <Filename SupArchList="X64">X64/ReadMm4.asm</Filename>
<Filename>X64/ReadMm2.asm</Filename> <Filename SupArchList="X64">X64/ReadMm5.asm</Filename>
<Filename>X64/ReadMm3.asm</Filename> <Filename SupArchList="X64">X64/ReadMm6.asm</Filename>
<Filename>X64/ReadMm4.asm</Filename> <Filename SupArchList="X64">X64/ReadMm7.asm</Filename>
<Filename>X64/ReadMm5.asm</Filename> <Filename SupArchList="X64">X64/WriteMm0.asm</Filename>
<Filename>X64/ReadMm6.asm</Filename> <Filename SupArchList="X64">X64/WriteMm1.asm</Filename>
<Filename>X64/ReadMm7.asm</Filename> <Filename SupArchList="X64">X64/WriteMm2.asm</Filename>
<Filename>X64/WriteMm0.asm</Filename> <Filename SupArchList="X64">X64/WriteMm3.asm</Filename>
<Filename>X64/WriteMm1.asm</Filename> <Filename SupArchList="X64">X64/WriteMm4.asm</Filename>
<Filename>X64/WriteMm2.asm</Filename> <Filename SupArchList="X64">X64/WriteMm5.asm</Filename>
<Filename>X64/WriteMm3.asm</Filename> <Filename SupArchList="X64">X64/WriteMm6.asm</Filename>
<Filename>X64/WriteMm4.asm</Filename> <Filename SupArchList="X64">X64/WriteMm7.asm</Filename>
<Filename>X64/WriteMm5.asm</Filename> <Filename SupArchList="X64">X64/ReadTsc.asm</Filename>
<Filename>X64/WriteMm6.asm</Filename> <Filename SupArchList="X64">X64/ReadPmc.asm</Filename>
<Filename>X64/WriteMm7.asm</Filename> <Filename SupArchList="X64">X64/Monitor.asm</Filename>
<Filename>X64/ReadTsc.asm</Filename> <Filename SupArchList="X64">X64/Mwait.asm</Filename>
<Filename>X64/ReadPmc.asm</Filename> <Filename SupArchList="X64">X64/DisablePaging64.asm</Filename>
<Filename>X64/Monitor.asm</Filename> <Filename SupArchList="X64">X64/Wbinvd.asm</Filename>
<Filename>X64/Mwait.asm</Filename> <Filename SupArchList="X64">X64/Invd.asm</Filename>
<Filename>X64/DisablePaging64.asm</Filename> <Filename SupArchList="X64">X64/FlushCacheLine.asm</Filename>
<Filename>X64/Wbinvd.asm</Filename> <Filename SupArchList="X64">X64/InterlockedIncrement.asm</Filename>
<Filename>X64/Invd.asm</Filename> <Filename SupArchList="X64">X64/InterlockedDecrement.asm</Filename>
<Filename>X64/FlushCacheLine.asm</Filename> <Filename SupArchList="X64">X64/InterlockedCompareExchange32.asm</Filename>
<Filename>X64/InterlockedIncrement.asm</Filename> <Filename SupArchList="X64">X64/InterlockedCompareExchange64.asm</Filename>
<Filename>X64/InterlockedDecrement.asm</Filename> <Filename SupArchList="X64">X64/EnableInterrupts.asm</Filename>
<Filename>X64/InterlockedCompareExchange32.asm</Filename> <Filename SupArchList="X64">X64/DisableInterrupts.asm</Filename>
<Filename>X64/InterlockedCompareExchange64.asm</Filename> <Filename SupArchList="X64">X64/EnableDisableInterrupts.asm</Filename>
<Filename>X64/EnableInterrupts.asm</Filename> <Filename SupArchList="X64">X64/CpuSleep.asm</Filename>
<Filename>X64/DisableInterrupts.asm</Filename> <Filename SupArchList="X64">X64/CpuPause.asm</Filename>
<Filename>X64/EnableDisableInterrupts.asm</Filename> <Filename SupArchList="X64">X64/CpuBreakpoint.asm</Filename>
<Filename>X64/CpuSleep.asm</Filename> <Filename SupArchList="X64">X64/CpuFlushTlb.asm</Filename>
<Filename>X64/CpuPause.asm</Filename> <Filename SupArchList="X64">X64/Thunk16.asm</Filename>
<Filename>X64/CpuBreakpoint.asm</Filename> <Filename SupArchList="IPF">Math64.c</Filename>
<Filename>X64/CpuFlushTlb.asm</Filename> <Filename SupArchList="IPF">Ipf/PalCallStatic.s</Filename>
<Filename>X64/Thunk16.asm</Filename> <Filename SupArchList="IPF">Ipf/setjmp.s</Filename>
</Arch> <Filename SupArchList="IPF">Ipf/longjmp.s</Filename>
<Arch ArchType="IPF"> <Filename SupArchList="IPF">Ipf/SwitchStack.s</Filename>
<Filename>Math64.c</Filename> <Filename SupArchList="IPF">Ipf/Unaligned.c</Filename>
<Filename>Ipf/PalCallStatic.s</Filename> <Filename SupArchList="IPF">Ipf/CpuBreakpoint.c</Filename>
<Filename>Ipf/setjmp.s</Filename> <Filename SupArchList="IPF">Ipf/InterlockedCompareExchange32.s</Filename>
<Filename>Ipf/longjmp.s</Filename> <Filename SupArchList="IPF">Ipf/InterlockedCompareExchange64.s</Filename>
<Filename>Ipf/SwitchStack.s</Filename> <Filename SupArchList="IPF">Ipf/Synchronization.c</Filename>
<Filename>Ipf/Unaligned.c</Filename> <Filename SupArchList="IPF">Ipf/CpuPause.s</Filename>
<Filename>Ipf/CpuBreakpoint.c</Filename> <Filename SupArchList="IPF">Ipf/CpuFlushTlb.s</Filename>
<Filename>Ipf/InterlockedCompareExchange32.s</Filename> <Filename SupArchList="EBC">Math64.c</Filename>
<Filename>Ipf/InterlockedCompareExchange64.s</Filename> <Filename SupArchList="EBC">Unaligned.c</Filename>
<Filename>Ipf/Synchronization.c</Filename> <Filename SupArchList="EBC">Ebc/SwitchStack.c</Filename>
<Filename>Ipf/CpuPause.s</Filename> <Filename SupArchList="EBC">Ebc/SetJumpLongJump.c</Filename>
<Filename>Ipf/CpuFlushTlb.s</Filename> <Filename SupArchList="EBC">Ebc/CpuBreakpoint.c</Filename>
</Arch> <Filename SupArchList="EBC">Ebc/Synchronization.c</Filename>
<Arch ArchType="EBC">
<Filename>Math64.c</Filename>
<Filename>Unaligned.c</Filename>
<Filename>Ebc/SwitchStack.c</Filename>
<Filename>Ebc/SetJumpLongJump.c</Filename>
<Filename>Ebc/CpuBreakpoint.c</Filename>
<Filename>Ebc/Synchronization.c</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdMaximumUnicodeStringLength</C_Name> <C_Name>PcdMaximumUnicodeStringLength</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdMaximumUnicodeStringLength</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdMaximumAsciiStringLength</C_Name> <C_Name>PcdMaximumAsciiStringLength</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdMaximumAsciiStringLength</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdMaximumLinkedListLength</C_Name> <C_Name>PcdMaximumLinkedListLength</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdMaximumLinkedListLength</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdSpinLockTimeout</C_Name> <C_Name>PcdSpinLockTimeout</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdSpinLockTimeout</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,41 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseMemoryLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseMemoryLib</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>fd44e603-002a-4b29-9f5f-529e815b6165</GuidValue>
<Guid>fd44e603-002a-4b29-9f5f-529e815b6165</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00090000</Version>
<Abstract>Memory-only library functions with no library constructor/destructor</Abstract> <Abstract>Memory-only library functions with no library constructor/destructor</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-04-12 13:55</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">BaseMemoryLib</LibraryClass> <OutputFileBasename>BaseMemoryLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>CopyMem.c</Filename> <Filename>CopyMem.c</Filename>
<Filename>MemLibGuid.c</Filename> <Filename>MemLibGuid.c</Filename>
<Filename>MemLibGeneric.c</Filename> <Filename>MemLibGeneric.c</Filename>
@ -52,7 +49,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>ScanMem64Wrapper.c</Filename> <Filename>ScanMem64Wrapper.c</Filename>
<Filename>SetMem.c</Filename> <Filename>SetMem.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,41 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseMemoryLibMmx</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseMemoryLibMmx</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>d458a654-f64c-49db-b8d1-3821306bf1f6</GuidValue>
<Guid>d458a654-f64c-49db-b8d1-3821306bf1f6</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00090000</Version>
<Abstract>Memory-only library functions with no library constructor/destructor</Abstract> <Abstract>Memory-only library functions with no library constructor/destructor</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-04-12 19:53</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">BaseMemoryLib</LibraryClass> <OutputFileBasename>BaseMemoryLibMmx</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>MemLibGuid.c</Filename> <Filename>MemLibGuid.c</Filename>
<Filename>CopyMemWrapper.c</Filename> <Filename>CopyMemWrapper.c</Filename>
<Filename>SetMemWrapper.c</Filename> <Filename>SetMemWrapper.c</Filename>
@ -48,33 +45,33 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>ScanMem16Wrapper.c</Filename> <Filename>ScanMem16Wrapper.c</Filename>
<Filename>ScanMem32Wrapper.c</Filename> <Filename>ScanMem32Wrapper.c</Filename>
<Filename>ScanMem64Wrapper.c</Filename> <Filename>ScanMem64Wrapper.c</Filename>
<Arch ArchType="IA32"> <Filename SupArchList="IA32">Ia32/CopyMem.asm</Filename>
<Filename>Ia32/CopyMem.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem.asm</Filename>
<Filename>Ia32/SetMem.asm</Filename> <Filename SupArchList="IA32">Ia32/ZeroMem.asm</Filename>
<Filename>Ia32/ZeroMem.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem16.asm</Filename>
<Filename>Ia32/SetMem16.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem32.asm</Filename>
<Filename>Ia32/SetMem32.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem64.asm</Filename>
<Filename>Ia32/SetMem64.asm</Filename> <Filename SupArchList="IA32">Ia32/CompareMem.asm</Filename>
<Filename>Ia32/CompareMem.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem8.asm</Filename>
<Filename>Ia32/ScanMem8.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem16.asm</Filename>
<Filename>Ia32/ScanMem16.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem32.asm</Filename>
<Filename>Ia32/ScanMem32.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem64.asm</Filename>
<Filename>Ia32/ScanMem64.asm</Filename> <Filename SupArchList="X64">X64/CopyMem.asm</Filename>
</Arch> <Filename SupArchList="X64">X64/SetMem.asm</Filename>
<Arch ArchType="X64"> <Filename SupArchList="X64">X64/SetMem16.asm</Filename>
<Filename>X64/CopyMem.asm</Filename> <Filename SupArchList="X64">X64/SetMem32.asm</Filename>
<Filename>X64/SetMem.asm</Filename> <Filename SupArchList="X64">X64/SetMem64.asm</Filename>
<Filename>X64/SetMem16.asm</Filename> <Filename SupArchList="X64">X64/CompareMem.asm</Filename>
<Filename>X64/SetMem32.asm</Filename> <Filename SupArchList="X64">X64/ScanMem8.asm</Filename>
<Filename>X64/SetMem64.asm</Filename> <Filename SupArchList="X64">X64/ScanMem16.asm</Filename>
<Filename>X64/CompareMem.asm</Filename> <Filename SupArchList="X64">X64/ScanMem32.asm</Filename>
<Filename>X64/ScanMem8.asm</Filename> <Filename SupArchList="X64">X64/ScanMem64.asm</Filename>
<Filename>X64/ScanMem16.asm</Filename>
<Filename>X64/ScanMem32.asm</Filename>
<Filename>X64/ScanMem64.asm</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,93 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseMemoryLibRepStr</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseMemoryLibRepStr</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>e7884bf4-51a1-485b-982a-ff89129983bc</GuidValue>
<Guid>e7884bf4-51a1-485b-982a-ff89129983bc</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00090000</Version>
<Abstract>Memory-only library functions with no library constructor/destructor</Abstract> <Abstract>Memory-only library functions with no library constructor/destructor</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-04-12 13:39</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">BaseMemoryLib</LibraryClass> <OutputFileBasename>BaseMemoryLibRepStr</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Arch ArchType="IA32"> <Filename SupArchList="IA32">MemLibGuid.c</Filename>
<Filename>MemLibGuid.c</Filename> <Filename SupArchList="IA32">CopyMemWrapper.c</Filename>
<Filename>CopyMemWrapper.c</Filename> <Filename SupArchList="IA32">SetMemWrapper.c</Filename>
<Filename>SetMemWrapper.c</Filename> <Filename SupArchList="IA32">SetMem16Wrapper.c</Filename>
<Filename>SetMem16Wrapper.c</Filename> <Filename SupArchList="IA32">SetMem32Wrapper.c</Filename>
<Filename>SetMem32Wrapper.c</Filename> <Filename SupArchList="IA32">SetMem64Wrapper.c</Filename>
<Filename>SetMem64Wrapper.c</Filename> <Filename SupArchList="IA32">CompareMemWrapper.c</Filename>
<Filename>CompareMemWrapper.c</Filename> <Filename SupArchList="IA32">ZeroMemWrapper.c</Filename>
<Filename>ZeroMemWrapper.c</Filename> <Filename SupArchList="IA32">ScanMem8Wrapper.c</Filename>
<Filename>ScanMem8Wrapper.c</Filename> <Filename SupArchList="IA32">ScanMem16Wrapper.c</Filename>
<Filename>ScanMem16Wrapper.c</Filename> <Filename SupArchList="IA32">ScanMem32Wrapper.c</Filename>
<Filename>ScanMem32Wrapper.c</Filename> <Filename SupArchList="IA32">ScanMem64Wrapper.c</Filename>
<Filename>ScanMem64Wrapper.c</Filename> <Filename SupArchList="IA32">Ia32/CopyMem.asm</Filename>
<Filename>Ia32/CopyMem.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem.asm</Filename>
<Filename>Ia32/SetMem.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem16.asm</Filename>
<Filename>Ia32/SetMem16.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem32.asm</Filename>
<Filename>Ia32/SetMem32.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem64.asm</Filename>
<Filename>Ia32/SetMem64.asm</Filename> <Filename SupArchList="IA32">Ia32/ZeroMem.asm</Filename>
<Filename>Ia32/ZeroMem.asm</Filename> <Filename SupArchList="IA32">Ia32/CompareMem.asm</Filename>
<Filename>Ia32/CompareMem.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem8.asm</Filename>
<Filename>Ia32/ScanMem8.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem16.asm</Filename>
<Filename>Ia32/ScanMem16.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem32.asm</Filename>
<Filename>Ia32/ScanMem32.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem64.asm</Filename>
<Filename>Ia32/ScanMem64.asm</Filename> <Filename SupArchList="X64">MemLibGuid.c</Filename>
</Arch> <Filename SupArchList="X64">CopyMemWrapper.c</Filename>
<Arch ArchType="X64"> <Filename SupArchList="X64">SetMemWrapper.c</Filename>
<Filename>MemLibGuid.c</Filename> <Filename SupArchList="X64">SetMem16Wrapper.c</Filename>
<Filename>CopyMemWrapper.c</Filename> <Filename SupArchList="X64">SetMem32Wrapper.c</Filename>
<Filename>SetMemWrapper.c</Filename> <Filename SupArchList="X64">SetMem64Wrapper.c</Filename>
<Filename>SetMem16Wrapper.c</Filename> <Filename SupArchList="X64">CompareMemWrapper.c</Filename>
<Filename>SetMem32Wrapper.c</Filename> <Filename SupArchList="X64">ZeroMemWrapper.c</Filename>
<Filename>SetMem64Wrapper.c</Filename> <Filename SupArchList="X64">ScanMem8Wrapper.c</Filename>
<Filename>CompareMemWrapper.c</Filename> <Filename SupArchList="X64">ScanMem16Wrapper.c</Filename>
<Filename>ZeroMemWrapper.c</Filename> <Filename SupArchList="X64">ScanMem32Wrapper.c</Filename>
<Filename>ScanMem8Wrapper.c</Filename> <Filename SupArchList="X64">ScanMem64Wrapper.c</Filename>
<Filename>ScanMem16Wrapper.c</Filename> <Filename SupArchList="X64">x64/CopyMem.asm</Filename>
<Filename>ScanMem32Wrapper.c</Filename> <Filename SupArchList="X64">x64/SetMem.asm</Filename>
<Filename>ScanMem64Wrapper.c</Filename> <Filename SupArchList="X64">x64/SetMem16.asm</Filename>
<Filename>x64/CopyMem.asm</Filename> <Filename SupArchList="X64">x64/SetMem32.asm</Filename>
<Filename>x64/SetMem.asm</Filename> <Filename SupArchList="X64">x64/SetMem64.asm</Filename>
<Filename>x64/SetMem16.asm</Filename> <Filename SupArchList="X64">x64/ZeroMem.asm</Filename>
<Filename>x64/SetMem32.asm</Filename> <Filename SupArchList="X64">x64/CompareMem.asm</Filename>
<Filename>x64/SetMem64.asm</Filename> <Filename SupArchList="X64">x64/ScanMem8.asm</Filename>
<Filename>x64/ZeroMem.asm</Filename> <Filename SupArchList="X64">x64/ScanMem16.asm</Filename>
<Filename>x64/CompareMem.asm</Filename> <Filename SupArchList="X64">x64/ScanMem32.asm</Filename>
<Filename>x64/ScanMem8.asm</Filename> <Filename SupArchList="X64">x64/ScanMem64.asm</Filename>
<Filename>x64/ScanMem16.asm</Filename>
<Filename>x64/ScanMem32.asm</Filename>
<Filename>x64/ScanMem64.asm</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,93 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseMemoryLibSse2</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseMemoryLibSse2</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>65a18235-5096-4032-8c63-214f0249ce8d</GuidValue>
<Guid>65a18235-5096-4032-8c63-214f0249ce8d</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00090000</Version>
<Abstract>Memory-only library functions with no library constructor/destructor</Abstract> <Abstract>Memory-only library functions with no library constructor/destructor</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-04-12 13:46</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">BaseMemoryLib</LibraryClass> <OutputFileBasename>BaseMemoryLibSse2</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Arch ArchType="IA32"> <Filename SupArchList="IA32">MemLibGuid.c</Filename>
<Filename>MemLibGuid.c</Filename> <Filename SupArchList="IA32">CopyMemWrapper.c</Filename>
<Filename>CopyMemWrapper.c</Filename> <Filename SupArchList="IA32">SetMemWrapper.c</Filename>
<Filename>SetMemWrapper.c</Filename> <Filename SupArchList="IA32">SetMem16Wrapper.c</Filename>
<Filename>SetMem16Wrapper.c</Filename> <Filename SupArchList="IA32">SetMem32Wrapper.c</Filename>
<Filename>SetMem32Wrapper.c</Filename> <Filename SupArchList="IA32">SetMem64Wrapper.c</Filename>
<Filename>SetMem64Wrapper.c</Filename> <Filename SupArchList="IA32">CompareMemWrapper.c</Filename>
<Filename>CompareMemWrapper.c</Filename> <Filename SupArchList="IA32">ZeroMemWrapper.c</Filename>
<Filename>ZeroMemWrapper.c</Filename> <Filename SupArchList="IA32">ScanMem8Wrapper.c</Filename>
<Filename>ScanMem8Wrapper.c</Filename> <Filename SupArchList="IA32">ScanMem16Wrapper.c</Filename>
<Filename>ScanMem16Wrapper.c</Filename> <Filename SupArchList="IA32">ScanMem32Wrapper.c</Filename>
<Filename>ScanMem32Wrapper.c</Filename> <Filename SupArchList="IA32">ScanMem64Wrapper.c</Filename>
<Filename>ScanMem64Wrapper.c</Filename> <Filename SupArchList="IA32">Ia32/CopyMem.asm</Filename>
<Filename>Ia32/CopyMem.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem.asm</Filename>
<Filename>Ia32/SetMem.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem16.asm</Filename>
<Filename>Ia32/SetMem16.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem32.asm</Filename>
<Filename>Ia32/SetMem32.asm</Filename> <Filename SupArchList="IA32">Ia32/SetMem64.asm</Filename>
<Filename>Ia32/SetMem64.asm</Filename> <Filename SupArchList="IA32">Ia32/ZeroMem.asm</Filename>
<Filename>Ia32/ZeroMem.asm</Filename> <Filename SupArchList="IA32">Ia32/CompareMem.asm</Filename>
<Filename>Ia32/CompareMem.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem8.asm</Filename>
<Filename>Ia32/ScanMem8.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem16.asm</Filename>
<Filename>Ia32/ScanMem16.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem32.asm</Filename>
<Filename>Ia32/ScanMem32.asm</Filename> <Filename SupArchList="IA32">Ia32/ScanMem64.asm</Filename>
<Filename>Ia32/ScanMem64.asm</Filename> <Filename SupArchList="X64">MemLibGuid.c</Filename>
</Arch> <Filename SupArchList="X64">CopyMemWrapper.c</Filename>
<Arch ArchType="X64"> <Filename SupArchList="X64">SetMemWrapper.c</Filename>
<Filename>MemLibGuid.c</Filename> <Filename SupArchList="X64">SetMem16Wrapper.c</Filename>
<Filename>CopyMemWrapper.c</Filename> <Filename SupArchList="X64">SetMem32Wrapper.c</Filename>
<Filename>SetMemWrapper.c</Filename> <Filename SupArchList="X64">SetMem64Wrapper.c</Filename>
<Filename>SetMem16Wrapper.c</Filename> <Filename SupArchList="X64">CompareMemWrapper.c</Filename>
<Filename>SetMem32Wrapper.c</Filename> <Filename SupArchList="X64">ZeroMemWrapper.c</Filename>
<Filename>SetMem64Wrapper.c</Filename> <Filename SupArchList="X64">ScanMem8Wrapper.c</Filename>
<Filename>CompareMemWrapper.c</Filename> <Filename SupArchList="X64">ScanMem16Wrapper.c</Filename>
<Filename>ZeroMemWrapper.c</Filename> <Filename SupArchList="X64">ScanMem32Wrapper.c</Filename>
<Filename>ScanMem8Wrapper.c</Filename> <Filename SupArchList="X64">ScanMem64Wrapper.c</Filename>
<Filename>ScanMem16Wrapper.c</Filename> <Filename SupArchList="X64">x64/CopyMem.asm</Filename>
<Filename>ScanMem32Wrapper.c</Filename> <Filename SupArchList="X64">x64/SetMem.asm</Filename>
<Filename>ScanMem64Wrapper.c</Filename> <Filename SupArchList="X64">x64/SetMem16.asm</Filename>
<Filename>x64/CopyMem.asm</Filename> <Filename SupArchList="X64">x64/SetMem32.asm</Filename>
<Filename>x64/SetMem.asm</Filename> <Filename SupArchList="X64">x64/SetMem64.asm</Filename>
<Filename>x64/SetMem16.asm</Filename> <Filename SupArchList="X64">x64/ZeroMem.asm</Filename>
<Filename>x64/SetMem32.asm</Filename> <Filename SupArchList="X64">x64/CompareMem.asm</Filename>
<Filename>x64/SetMem64.asm</Filename> <Filename SupArchList="X64">x64/ScanMem8.asm</Filename>
<Filename>x64/ZeroMem.asm</Filename> <Filename SupArchList="X64">x64/ScanMem16.asm</Filename>
<Filename>x64/CompareMem.asm</Filename> <Filename SupArchList="X64">x64/ScanMem32.asm</Filename>
<Filename>x64/ScanMem8.asm</Filename> <Filename SupArchList="X64">x64/ScanMem64.asm</Filename>
<Filename>x64/ScanMem16.asm</Filename>
<Filename>x64/ScanMem32.asm</Filename>
<Filename>x64/ScanMem64.asm</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,43 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BasePcdLibNull</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BasePcdLibNull</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>40096a3a-5c2a-4fbc-aef7-5475dd7ab334</GuidValue>
<Guid>40096a3a-5c2a-4fbc-aef7-5475dd7ab334</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00020000</Version>
<Abstract>NULL PCD Library</Abstract> <Abstract>NULL PCD Library</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-31 10:50</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">PcdLib</LibraryClass> <OutputFileBasename>BasePcdLibNull</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PcdLib.c</Filename> <Filename>PcdLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BasePciCf8Lib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BasePciCf8Lib</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>472ab06d-9810-4c00-bb7f-dad1828fc1ab</GuidValue>
<Guid>472ab06d-9810-4c00-bb7f-dad1828fc1ab</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BasePciCf8Lib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PciCf8Lib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">IoLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PciCf8Lib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>IoLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PciLib.c</Filename> <Filename>PciLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,50 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BasePciExpressLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BasePciExpressLib</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>287e50f4-a188-4699-b907-3e4080ca5688</GuidValue>
<Guid>287e50f4-a188-4699-b907-3e4080ca5688</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BasePciExpressLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PciExpressLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">IoLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PciExpressLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>IoLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PciLib.c</Filename> <Filename>PciLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdPciExpressBaseAddress</C_Name> <C_Name>PcdPciExpressBaseAddress</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdPciExpressBaseAddress</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BasePciLibCf8</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BasePciLibCf8</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>28bde99c-e8a7-4e3e-9a8a-e66cd64f31c6</GuidValue>
<Guid>28bde99c-e8a7-4e3e-9a8a-e66cd64f31c6</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BasePciLibCf8</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PciLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">PciCf8Lib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PciLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PciCf8Lib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PciLib.c</Filename> <Filename>PciLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BasePciLibPciExpress</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BasePciLibPciExpress</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>8987081e-daeb-44a9-8bef-a195b22d9417</GuidValue>
<Guid>8987081e-daeb-44a9-8bef-a195b22d9417</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BasePciLibPciExpress</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PciLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">PciExpressLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PciLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PciExpressLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PciLib.c</Filename> <Filename>PciLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,44 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BasePeCoffGetEntryPointLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BasePeCoffGetEntryPointLib</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>be490364-73d2-420d-950e-f6450ca75dfb</GuidValue>
<Guid>be490364-73d2-420d-950e-f6450ca75dfb</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the PEI library.</Abstract> <Abstract>Component description file for the PEI library.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BasePeCoffGetEntryPointLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PeCoffGetEntryPointLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PeCoffGetEntryPointLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PeCoffGetEntryPoint.c</Filename> <Filename>PeCoffGetEntryPoint.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,57 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BasePeCoffLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BasePeCoffLib</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>556f5d10-7309-4af4-b80a-8196bd60946f</GuidValue>
<Guid>556f5d10-7309-4af4-b80a-8196bd60946f</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the PEI library.</Abstract> <Abstract>Component description file for the PEI library.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BasePeCoffLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PeCoffLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PeCoffLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>BasePeCoff.c</Filename> <Filename>BasePeCoff.c</Filename>
<Arch ArchType="IA32"> <Filename SupArchList="IA32">Ia32/PeCoffLoaderEx.c</Filename>
<Filename>Ia32/PeCoffLoaderEx.c</Filename> <Filename SupArchList="X64">x64/PeCoffLoaderEx.c</Filename>
</Arch> <Filename SupArchList="IPF">Ipf/PeCoffLoaderEx.c</Filename>
<Arch ArchType="X64"> <Filename SupArchList="EBC">Ebc/PeCoffLoaderEx.c</Filename>
<Filename>x64/PeCoffLoaderEx.c</Filename>
</Arch>
<Arch ArchType="IPF">
<Filename>Ipf/PeCoffLoaderEx.c</Filename>
</Arch>
<Arch ArchType="EBC">
<Filename>Ebc/PeCoffLoaderEx.c</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,50 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BasePerformanceLibNull</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BasePerformanceLibNull</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>FC120ED3-40E1-46dc-8C9C-AAE3CA139ACF</GuidValue>
<Guid>FC120ED3-40E1-46dc-8C9C-AAE3CA139ACF</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00020000</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-04-04 11:05</Created> </MsaHeader>
<Updated>2006-04-04 11:05</Updated> <ModuleDefinitions>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BasePerformanceLibNull</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PerformanceLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PerformanceLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PerformanceLib.c</Filename> <Filename>PerformanceLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdPerformanceLibraryPropertyMask</C_Name> <C_Name>PcdPerformanceLibraryPropertyMask</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdPerformanceLibraryPropertyMask</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,46 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2006, Intel Corporation <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
All rights reserved. This program and the accompanying materials <MsaHeader>
are licensed and made available under the terms and conditions of the BSD License <ModuleName>BasePostCodeLibDebug</ModuleName>
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<LibraryModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MsaLibHeader>
<BaseName>BasePostCodeLibDebug</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>19e3bbba-beb1-43e8-b32d-9acbb22c7639</GuidValue>
<Guid>19e3bbba-beb1-43e8-b32d-9acbb22c7639</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License> WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
<Created>2006-03-09 23:16</Created> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Updated>2006-03-19 15:17</Updated> </MsaHeader>
<Specification>0</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">PostCodeLib</LibraryClass> <OutputFileBasename>BasePostCodeLibDebug</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PostCodeLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PostCode.c</Filename> <Filename>PostCode.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdPostCodePropertyMask</C_Name> <C_Name>PcdPostCodePropertyMask</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdPostCodePropertyMask</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,46 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2006, Intel Corporation <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
All rights reserved. This program and the accompanying materials <MsaHeader>
are licensed and made available under the terms and conditions of the BSD License <ModuleName>BasePostCodeLibPort80</ModuleName>
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<LibraryModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MsaLibHeader>
<BaseName>BasePostCodeLibPort80</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>b6e9a733-eb75-41b6-b30c-009bcf3801c8</GuidValue>
<Guid>b6e9a733-eb75-41b6-b30c-009bcf3801c8</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License> WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
<Created>2006-03-09 23:16</Created> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Updated>2006-03-19 15:17</Updated> </MsaHeader>
<Specification>0</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">PostCodeLib</LibraryClass> <OutputFileBasename>BasePostCodeLibPort80</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">IoLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PostCodeLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>IoLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PostCode.c</Filename> <Filename>PostCode.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdPostCodePropertyMask</C_Name> <C_Name>PcdPostCodePropertyMask</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdPostCodePropertyMask</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,47 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BasePrintLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BasePrintLib</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>a86fbfca-0183-4eeb-aa8a-762e3b7da1f3</GuidValue>
<Guid>a86fbfca-0183-4eeb-aa8a-762e3b7da1f3</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BasePrintLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PrintLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PrintLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PrintLib.c</Filename> <Filename>PrintLib.c</Filename>
<Filename>PrintLibInternal.c</Filename> <Filename>PrintLibInternal.c</Filename>
<Filename>PrintLibInternal.h</Filename> <Filename>PrintLibInternal.h</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,58 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseReportStatusCodeLibNull</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseReportStatusCodeLibNull</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>55c61087-7367-4546-bc32-4937c5e6aff3</GuidValue>
<Guid>55c61087-7367-4546-bc32-4937c5e6aff3</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BaseReportStatusCodeLibNull</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">ReportStatusCodeLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <Keyword>ReportStatusCodeLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">IoLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>IoLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>ReportStatusCodeLib.c</Filename> <Filename>ReportStatusCodeLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Guids> <Guids xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>StatusCodeDataTypeDebug</C_Name> <GuidCName>StatusCodeDataTypeDebug</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdReportStatusCodePropertyMask</C_Name> <C_Name>PcdReportStatusCodePropertyMask</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdReportStatusCodePropertyMask</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,47 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseSmbusLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseSmbusLib</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>4c38a173-b317-4f29-a7bf-1cc7e10ccb10</GuidValue>
<Guid>4c38a173-b317-4f29-a7bf-1cc7e10ccb10</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-17 09:00</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BaseSmbusLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">SmbusLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">IoLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">PciLib</LibraryClass> <Keyword>SmbusLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>IoLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PciLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>SmbusLib.c</Filename> <Filename>SmbusLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,59 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseTimerLibLocalApic</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseTimerLibLocalApic</BaseName>
<ModuleType>BASE</ModuleType> <ModuleType>BASE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>b5a05743-9b71-489b-a0ed-a0eb3950d23b</GuidValue>
<Guid>b5a05743-9b71-489b-a0ed-a0eb3950d23b</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-13 16:57</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BaseTimerLibLocalApic</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">TimerLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">IoLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <Keyword>TimerLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>IoLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Arch ArchType="IA32"> <Filename SupArchList="IA32">x86TimerLib.c</Filename>
<Filename>x86TimerLib.c</Filename> <Filename SupArchList="X64">x86TimerLib.c</Filename>
</Arch> <Filename SupArchList="IPF">Ipf/PalCallStatic.s</Filename>
<Arch ArchType="X64"> <Filename SupArchList="IPF">Ipf/ReadItc.s</Filename>
<Filename>x86TimerLib.c</Filename> <Filename SupArchList="IPF">Ipf/IpfTimerLib.c</Filename>
</Arch> <Filename SupArchList="EBC">Ebc/EbcTimerLib.c</Filename>
<Arch ArchType="IPF">
<Filename>Ipf/PalCallStatic.s</Filename>
<Filename>Ipf/ReadItc.s</Filename>
<Filename>Ipf/IpfTimerLib.c</Filename>
</Arch>
<Arch ArchType="EBC">
<Filename>Ebc/EbcTimerLib.c</Filename>
</Arch>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>BaseUefiDecompressLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>BaseUefiDecompressLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>9ae5147d-b240-467f-a484-b024fdc42ee0</GuidValue>
<Guid>9ae5147d-b240-467f-a484-b024fdc42ee0</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>BaseUefiDecompressLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">UefiDecompressLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>UefiDecompressLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>BaseUefiDecompressLib.c</Filename> <Filename>BaseUefiDecompressLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>DxeCoreEntryPoint</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>DxeCoreEntryPoint</BaseName>
<ModuleType>DXE_CORE</ModuleType> <ModuleType>DXE_CORE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>d258d6af-2fc0-4019-9c1f-1101c3dd19b5</GuidValue>
<Guid>d258d6af-2fc0-4019-9c1f-1101c3dd19b5</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to the DXE Core</Abstract> <Abstract>Component description file for the entry point to the DXE Core</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>DxeCoreEntryPoint</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">DxeCoreEntryPoint</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>DxeCoreEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>DxeCoreEntryPoint.c</Filename> <Filename>DxeCoreEntryPoint.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,46 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>DxeCoreHobLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>DxeCoreHobLib</BaseName>
<ModuleType>DXE_CORE</ModuleType> <ModuleType>DXE_CORE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>882ee1a3-35b2-412c-b8a2-7a8d34a7c390</GuidValue>
<Guid>882ee1a3-35b2-412c-b8a2-7a8d34a7c390</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>DxeCoreHobLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">HobLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DxeCoreEntryPoint</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <Keyword>HobLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DxeCoreEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>HobLib.c</Filename> <Filename>HobLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,56 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>DxeHobLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>DxeHobLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>f12b59c9-76d0-4661-ad7c-f04d1bef0558</GuidValue>
<Guid>f12b59c9-76d0-4661-ad7c-f04d1bef0558</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>DxeHobLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">HobLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <Keyword>HobLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>HobLib.c</Filename> <Filename>HobLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Guids> <Guids xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>HobList</C_Name> <GuidCName>HobList</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>HobLibConstructor</Constructor> <Constructor>HobLibConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,54 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>DxeIoLibCpuIo</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>DxeIoLibCpuIo</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>e94cd42a-3aad-4ea0-9b09-945891c60ccd</GuidValue>
<Guid>e94cd42a-3aad-4ea0-9b09-945891c60ccd</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00090000</Version>
<Abstract>I/O Library implemented with Framework CPU I/O Protocol</Abstract> <Abstract>I/O Library implemented with Framework CPU I/O Protocol</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-04-14 12:44</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">IoLib</LibraryClass> <OutputFileBasename>DxeIoLibCpuIo</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>IoLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>IoLib.c</Filename> <Filename>IoLib.c</Filename>
<Filename>IoHighLevel.c</Filename> <Filename>IoHighLevel.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Protocol Usage="ALWAYS_CONSUMED">CpuIo</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>CpuIo</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>IoLibConstructor</Constructor> <Constructor>IoLibConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,46 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>DxeMemoryAllocationLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>DxeMemoryAllocationLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>4674739d-3195-4fb2-8094-ac1d22d00194</GuidValue>
<Guid>4674739d-3195-4fb2-8094-ac1d22d00194</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>DxeMemoryAllocationLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">MemoryAllocationLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>MemoryAllocationLib.c</Filename> <Filename>MemoryAllocationLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,53 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>DxePcdLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>DxePcdLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>af97eb89-4cc6-45f8-a514-ca025b346480</GuidValue>
<Guid>af97eb89-4cc6-45f8-a514-ca025b346480</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>IO Library implemented with Framework CPU IO Protocol</Abstract> <Abstract>IO Library implemented with Framework CPU IO Protocol</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>DxePcdLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PcdLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>DxePcdLib.c</Filename> <Filename>DxePcdLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Protocol Usage="ALWAYS_CONSUMED">PcdProtocol</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>PcdProtocol</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>PcdLibConstructor</Constructor> <Constructor>PcdLibConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,68 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>DxeReportStatusCodeLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>DxeReportStatusCodeLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>3ddc3b12-99ea-4364-b315-6310a2050be5</GuidValue>
<Guid>3ddc3b12-99ea-4364-b315-6310a2050be5</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>DxeReportStatusCodeLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">ReportStatusCodeLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <Keyword>ReportStatusCodeLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">IoLib</LibraryClass> <Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>IoLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>ReportStatusCodeLib.c</Filename> <Filename>ReportStatusCodeLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Protocol Usage="ALWAYS_CONSUMED">StatusCode</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>StatusCode</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Guids> <Guids xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>StatusCodeDataTypeAssert</C_Name> <GuidCName>StatusCodeDataTypeAssert</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>StatusCodeDataTypeDebug</C_Name> <GuidCName>StatusCodeDataTypeDebug</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>StatusCodeSpecificData</C_Name> <GuidCName>StatusCodeSpecificData</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdReportStatusCodePropertyMask</C_Name> <C_Name>PcdReportStatusCodePropertyMask</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdReportStatusCodePropertyMask</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,55 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>DxeServicesTableLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>DxeServicesTableLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>baa1baa3-0a8d-402c-8042-985115fae953</GuidValue>
<Guid>baa1baa3-0a8d-402c-8042-985115fae953</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00020000</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-31 13:35</Updated> <ModuleDefinitions>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>DxeServicesTableLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">DxeServicesTableLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>DxeServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>DxeServicesTableLib.c</Filename> <Filename>DxeServicesTableLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Guids> <Guids xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>DxeServicesTable</C_Name> <GuidCName>DxeServicesTable</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>DxeServicesTableLibConstructor</Constructor> <Constructor>DxeServicesTableLibConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,54 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>DxeSmbusLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>DxeSmbusLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>07720769-A7D0-4a8d-BE41-71CC18EB3338</GuidValue>
<Guid>07720769-A7D0-4a8d-BE41-71CC18EB3338</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>SmBus Library Instance implemented with SmBus Protocol.</Abstract> <Abstract>SmBus Library Instance implemented with SmBus Protocol.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-04-17 22:31</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">SmbusLib</LibraryClass> <OutputFileBasename>DxeSmbusLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>SmbusLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>DxeSmbusLib.c</Filename> <Filename>DxeSmbusLib.c</Filename>
<Filename>SmbusLib.c</Filename> <Filename>SmbusLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Protocol Usage="ALWAYS_CONSUMED">Smbus</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>Smbus</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>SmbusLibConstructor</Constructor> <Constructor>SmbusLibConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,50 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>DxeSmmDriverEntryPoint</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>DxeSmmDriverEntryPoint</BaseName>
<ModuleType>DXE_SMM_DRIVER</ModuleType> <ModuleType>DXE_SMM_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>79C5C7B7-1083-42a6-AD15-2A4E7C4274D7</GuidValue>
<Guid>79C5C7B7-1083-42a6-AD15-2A4E7C4274D7</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00020000</Version>
<Abstract>Component description file for the entry point to a EFI/DXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFI/DXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-27 17:32</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">DxeSmmDriverEntryPoint</LibraryClass> <OutputFileBasename>DxeSmmDriverEntryPoint</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>DxeSmmDriverEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>DriverEntryPoint.c</Filename> <Filename>DriverEntryPoint.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Protocol Usage="ALWAYS_CONSUMED">DevicePath</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<Protocol Usage="ALWAYS_CONSUMED">SmmBase</Protocol> <ProtocolCName>DevicePath</ProtocolCName>
<Protocol Usage="ALWAYS_CONSUMED">LoadedImage</Protocol> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>SmmBase</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>LoadedImage</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>HiiLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>HiiLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>1e2c4c2e-67e6-4e57-b3ae-cf5a5af72c2c</GuidValue>
<Guid>1e2c4c2e-67e6-4e57-b3ae-cf5a5af72c2c</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-17 09:00</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>HiiLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">HiiLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>HiiLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>HiiLib.c</Filename> <Filename>HiiLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,43 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiCoreEntryPoint</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiCoreEntryPoint</BaseName>
<ModuleType>PEI_CORE</ModuleType> <ModuleType>PEI_CORE</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>b3b0654a-969d-4096-86cb-27e262a02083</GuidValue>
<Guid>b3b0654a-969d-4096-86cb-27e262a02083</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to the PEI Core</Abstract> <Abstract>Component description file for the entry point to the PEI Core</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeiCoreEntryPoint</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PeiCoreEntryPoint</LibraryClass> </ModuleDefinitions>
<LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PeiCoreEntryPoint</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PeiCoreEntryPoint.c</Filename> <Filename>PeiCoreEntryPoint.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,58 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiDxeDebugLibReportStatusCode</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiDxeDebugLibReportStatusCode</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>bda39d3a-451b-4350-8266-81ab10fa0523</GuidValue>
<Guid>bda39d3a-451b-4350-8266-81ab10fa0523</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Debug Library for PEIMs that send debug messages to ReportStatusCode</Abstract> <Abstract>Debug Library for PEIMs that send debug messages to ReportStatusCode</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:16</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeiDxeDebugLibReportStatusCode</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">ReportStatusCodeLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>ReportStatusCodeLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>DebugLib.c</Filename> <Filename>DebugLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdDebugPropertyMask</C_Name> <C_Name>PcdDebugPropertyMask</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugPropertyMask</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdDebugClearMemoryValue</C_Name> <C_Name>PcdDebugClearMemoryValue</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugClearMemoryValue</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="PATCHABLE_IN_MODULE"> <PcdEntry PcdItemType="PATCHABLE_IN_MODULE">
<C_Name>PcdDebugPrintErrorLevel</C_Name> <C_Name>PcdDebugPrintErrorLevel</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugPrintErrorLevel</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,47 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2006, Intel Corporation <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
All rights reserved. This program and the accompanying materials <MsaHeader>
are licensed and made available under the terms and conditions of the BSD License <ModuleName>PeiDxePostCodeLibReportStatusCode</ModuleName>
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<LibraryModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MsaLibHeader>
<BaseName>PeiDxePostCodeLibReportStatusCode</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>e062c52d-78dc-4cc5-b246-b13497a8123c</GuidValue>
<Guid>e062c52d-78dc-4cc5-b246-b13497a8123c</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License> WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
<Created>2006-03-09 23:16</Created> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Updated>2006-03-19 15:17</Updated> </MsaHeader>
<Specification>0</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">PostCodeLib</LibraryClass> <OutputFileBasename>PeiDxePostCodeLibReportStatusCode</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">ReportStatusCodeLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PostCodeLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>ReportStatusCodeLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PostCode.c</Filename> <Filename>PostCode.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdPostCodePropertyMask</C_Name> <C_Name>PcdPostCodePropertyMask</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdPostCodePropertyMask</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,57 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiHobLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiHobLib</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>9643128f-ac24-4b3e-b6be-d8849a306153</GuidValue>
<Guid>9643128f-ac24-4b3e-b6be-d8849a306153</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeiHobLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">HobLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <Keyword>HobLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>HobLib.c</Filename> <Filename>HobLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Guids> <Guids xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>HobMemoryAllocModule</C_Name> <GuidCName>HobMemoryAllocModule</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>HobMemoryAllocBspStore</C_Name> <GuidCName>HobMemoryAllocBspStore</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>HobMemoryAllocStack</C_Name> <GuidCName>HobMemoryAllocStack</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,46 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiIoLibCpuIo</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiIoLibCpuIo</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>b2585b69-fb63-4220-844a-8fbea8bf01af</GuidValue>
<Guid>b2585b69-fb63-4220-844a-8fbea8bf01af</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00090000</Version>
<Abstract>I/O Library implemented with Framework CPU I/O Protocol</Abstract> <Abstract>I/O Library implemented with Framework CPU I/O Protocol</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-04-14 12:42</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">IoLib</LibraryClass> <OutputFileBasename>PeiIoLibCpuIo</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>IoLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>IoLib.c</Filename> <Filename>IoLib.c</Filename>
<Filename>IoHighLevel.c</Filename> <Filename>IoHighLevel.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,46 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiMemoryAllocationLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiMemoryAllocationLib</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>b694e0dc-cd4e-4b30-885b-9c164ed3e74a</GuidValue>
<Guid>b694e0dc-cd4e-4b30-885b-9c164ed3e74a</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeiMemoryAllocationLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">MemoryAllocationLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>MemoryAllocationLib.c</Filename> <Filename>MemoryAllocationLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,42 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiMemoryLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiMemoryLib</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>3a9759d2-53bc-4eb2-abcd-c93099419063</GuidValue>
<Guid>3a9759d2-53bc-4eb2-abcd-c93099419063</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00090000</Version>
<Abstract>Memory-only library functions with no library constructor/destructor</Abstract> <Abstract>Memory-only library functions with no library constructor/destructor</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-04-12 13:39</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">BaseMemoryLib</LibraryClass> <OutputFileBasename>PeiMemoryLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>MemLib.c</Filename> <Filename>MemLib.c</Filename>
<Filename>MemLibGuid.c</Filename> <Filename>MemLibGuid.c</Filename>
<Filename>MemLibGeneric.c</Filename> <Filename>MemLibGeneric.c</Filename>
@ -52,7 +51,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>ScanMem32Wrapper.c</Filename> <Filename>ScanMem32Wrapper.c</Filename>
<Filename>ScanMem64Wrapper.c</Filename> <Filename>ScanMem64Wrapper.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,46 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiPcdLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiPcdLib</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>9dbf6f25-0da2-4a1d-8e12-e78de6ab4d0e</GuidValue>
<Guid>9dbf6f25-0da2-4a1d-8e12-e78de6ab4d0e</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>PCD Library Instance implemented with PCD PPI.</Abstract> <Abstract>PCD Library Instance implemented with PCD PPI.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeiPcdLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PcdLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">PeimEntryPoint</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> <Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeimEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PeiPcdLib.c</Filename> <Filename>PeiPcdLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,65 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiReportStatusCodeLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiReportStatusCodeLib</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>8c690838-7a22-45c4-aa58-a33e3e515cd4</GuidValue>
<Guid>8c690838-7a22-45c4-aa58-a33e3e515cd4</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeiReportStatusCodeLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">ReportStatusCodeLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <Keyword>ReportStatusCodeLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<LibraryClass Usage="ALWAYS_CONSUMED">IoLib</LibraryClass> <Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>IoLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>ReportStatusCodeLib.c</Filename> <Filename>ReportStatusCodeLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Guids> <Guids xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>StatusCodeDataTypeDebug</C_Name> <GuidCName>StatusCodeDataTypeDebug</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>StatusCodeDataTypeAssert</C_Name> <GuidCName>StatusCodeDataTypeAssert</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>StatusCodeSpecificData</C_Name> <GuidCName>StatusCodeSpecificData</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdReportStatusCodePropertyMask</C_Name> <C_Name>PcdReportStatusCodePropertyMask</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdReportStatusCodePropertyMask</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiResourcePublicationLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiResourcePublicationLib</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>e8d6390d-e190-4957-9ab6-d47d51b01336</GuidValue>
<Guid>e8d6390d-e190-4957-9ab6-d47d51b01336</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-17 09:00</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeiResourcePublicationLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">ResourcePublicationLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>ResourcePublicationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PeiResourcePublicationLib.c</Filename> <Filename>PeiResourcePublicationLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,44 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiServicesLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiServicesLib</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>a804239b-4155-446f-acc8-f0825d74908c</GuidValue>
<Guid>a804239b-4155-446f-acc8-f0825d74908c</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeiServicesLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PeiServicesLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PeiServicesLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PeiServicesLib.c</Filename> <Filename>PeiServicesLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,49 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiServicesTablePointerLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiServicesTablePointerLib</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>1c747f6b-0a58-49ae-8ea3-0327a4fa10e3</GuidValue>
<Guid>1c747f6b-0a58-49ae-8ea3-0327a4fa10e3</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeiServicesTablePointerLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PeiServicesTablePointerLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PeiServicesTablePointer.c</Filename> <Filename>PeiServicesTablePointer.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>PeiServicesTablePointerLibConstructor</Constructor> <Constructor>PeiServicesTablePointerLibConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,50 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiServicesTablePointerLibMm7</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiServicesTablePointerLibMm7</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>e6e9c1f8-2c8a-4f4b-a27c-c382e4bb8e67</GuidValue>
<Guid>e6e9c1f8-2c8a-4f4b-a27c-c382e4bb8e67</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeiServicesTablePointerLibMm7</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PeiServicesTablePointerLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PeiServicesTablePointer.c</Filename> <Filename>PeiServicesTablePointer.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>PeiServicesTablePointerLibConstructor</Constructor> <Constructor>PeiServicesTablePointerLibConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,51 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeiSmbusLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeiSmbusLib</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>51C4C059-67F0-4e3c-9A55-FF42A8291C8C</GuidValue>
<Guid>51C4C059-67F0-4e3c-9A55-FF42A8291C8C</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>SmBus Library Instance implemented with SmBus PPI.</Abstract> <Abstract>SmBus Library Instance implemented with SmBus PPI.</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-04-17 22:30</Created> </MsaHeader>
<Updated>2006-04-17 22:30</Updated> <ModuleDefinitions>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeiSmbusLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">SmbusLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">PeimEntryPoint</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass> <Keyword>SmbusLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeimEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PeiServicesTablePointerLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PeiSmbusLib.c</Filename> <Filename>PeiSmbusLib.c</Filename>
<Filename>SmbusLib.c</Filename> <Filename>SmbusLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<PPIs> <PPIs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Ppi Usage="ALWAYS_CONSUMED">Smbus</Ppi> <Ppi Usage="ALWAYS_CONSUMED">
<PpiCName>Smbus</PpiCName>
</Ppi>
</PPIs> </PPIs>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,44 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>PeimEntryPoint</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>PeimEntryPoint</BaseName>
<ModuleType>PEIM</ModuleType> <ModuleType>PEIM</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>fa177ff7-1fc7-458d-a358-d9d62ae61cec</GuidValue>
<Guid>fa177ff7-1fc7-458d-a358-d9d62ae61cec</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to the PEI Core</Abstract> <Abstract>Component description file for the entry point to the PEI Core</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>PeimEntryPoint</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">PeimEntryPoint</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>PeimEntryPoint</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>PeimEntryPoint.c</Filename> <Filename>PeimEntryPoint.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2006, Intel Corporation <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
All rights reserved. This program and the accompanying materials <MsaHeader>
are licensed and made available under the terms and conditions of the BSD License <ModuleName>UefiBootServicesTableLib</ModuleName>
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<LibraryModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MsaLibHeader>
<BaseName>UefiBootServicesTableLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>ff5c7a2c-ab7a-4366-8616-11c6e53247b6</GuidValue>
<Guid>ff5c7a2c-ab7a-4366-8616-11c6e53247b6</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>UEFI Boot Services Table Library</Abstract> <Abstract>UEFI Boot Services Table Library</Abstract>
<Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description> <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License> WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
<Created>2006-03-17 15:49</Created> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Updated>2006-03-19 15:17</Updated> </MsaHeader>
<Specification>0</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">UefiBootServicesTableLib</LibraryClass> <OutputFileBasename>UefiBootServicesTableLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>UefiBootServicesTableLib.c</Filename> <Filename>UefiBootServicesTableLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>UefiBootServicesTableLibConstructor</Constructor> <Constructor>UefiBootServicesTableLibConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,59 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>UefiDebugLibConOut</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>UefiDebugLibConOut</BaseName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>5cddfaf3-e9a7-4d16-bdce-1e002df475bb</GuidValue>
<Guid>5cddfaf3-e9a7-4d16-bdce-1e002df475bb</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Debug Library for UEFI drivers</Abstract> <Abstract>Debug Library for UEFI drivers</Abstract>
<Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description> <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>UefiDebugLibConOut</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">PrintLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PrintLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>DebugLib.c</Filename> <Filename>DebugLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdDebugPropertyMask</C_Name> <C_Name>PcdDebugPropertyMask</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugPropertyMask</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdDebugClearMemoryValue</C_Name> <C_Name>PcdDebugClearMemoryValue</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugClearMemoryValue</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="PATCHABLE_IN_MODULE"> <PcdEntry PcdItemType="PATCHABLE_IN_MODULE">
<C_Name>PcdDebugPrintErrorLevel</C_Name> <C_Name>PcdDebugPrintErrorLevel</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugPrintErrorLevel</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,59 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>UefiDebugLibStdErr</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>UefiDebugLibStdErr</BaseName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>b57a1df6-ffdb-4247-a3df-3a562176751a</GuidValue>
<Guid>b57a1df6-ffdb-4247-a3df-3a562176751a</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Debug Library for UEFI drivers</Abstract> <Abstract>Debug Library for UEFI drivers</Abstract>
<Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description> <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>UefiDebugLibStdErr</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">PrintLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass> <Keyword>DebugLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PrintLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>PcdLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>DebugLib.c</Filename> <Filename>DebugLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<PcdCoded> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
<PcdCoded xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdDebugPropertyMask</C_Name> <C_Name>PcdDebugPropertyMask</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugPropertyMask</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="FIXED_AT_BUILD"> <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdDebugClearMemoryValue</C_Name> <C_Name>PcdDebugClearMemoryValue</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugClearMemoryValue</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="PATCHABLE_IN_MODULE"> <PcdEntry PcdItemType="PATCHABLE_IN_MODULE">
<C_Name>PcdDebugPrintErrorLevel</C_Name> <C_Name>PcdDebugPrintErrorLevel</C_Name>
<TokenSpaceGuidCName>FIX_ME_PcdDebugPrintErrorLevel</TokenSpaceGuidCName>
<HelpText/>
</PcdEntry> </PcdEntry>
</PcdCoded> </PcdCoded>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,51 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>UefiDevicePathLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>UefiDevicePathLib</BaseName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>91c1677a-e57f-4191-8b8e-eb7711a716e0</GuidValue>
<Guid>91c1677a-e57f-4191-8b8e-eb7711a716e0</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description> <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-13 16:52</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>UefiDevicePathLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">DevicePathLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <Keyword>DevicePathLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>UefiDevicePathLib.c</Filename> <Filename>UefiDevicePathLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Protocol Usage="ALWAYS_CONSUMED">DevicePath</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>DevicePath</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,55 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>UefiDevicePathLibDevicePathProtocol</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>UefiDevicePathLibDevicePathProtocol</BaseName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>050EB8C6-C12E-4b86-892B-40985E8B3137</GuidValue>
<Guid>050EB8C6-C12E-4b86-892B-40985E8B3137</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00020000</Version>
<Abstract>Device Path Library</Abstract> <Abstract>Device Path Library</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-30 10:05</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">DevicePathLib</LibraryClass> <OutputFileBasename>UefiDevicePathLibDevicePathProtocol</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <Keyword>DevicePathLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>UefiDevicePathLib.c</Filename> <Filename>UefiDevicePathLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Protocol Usage="ALWAYS_CONSUMED">DevicePathUtilities</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>DevicePathUtilities</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>DevicePathLibConstructor</Constructor> <Constructor>DevicePathLibConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,50 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>UefiDriverEntryPoint</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>UefiDriverEntryPoint</BaseName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>331deb15-454b-48d8-9b74-70d01f3f3556</GuidValue>
<Guid>331deb15-454b-48d8-9b74-70d01f3f3556</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description> <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>UefiDriverEntryPoint</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">UefiDriverEntryPoint</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <Keyword>UefiDriverEntryPoint</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiRuntimeServicesTableLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiRuntimeServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>DriverEntryPoint.c</Filename> <Filename>DriverEntryPoint.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Protocol Usage="ALWAYS_CONSUMED">LoadedImage</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>LoadedImage</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,57 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>UefiDriverModelLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>UefiDriverModelLib</BaseName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>52af22ae-9901-4484-8cdc-622dd5838b09</GuidValue>
<Guid>52af22ae-9901-4484-8cdc-622dd5838b09</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description> <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>0</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>UefiDriverModelLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">UefiDriverModelLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>UefiDriverModelLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>UefiDriverModelLib.c</Filename> <Filename>UefiDriverModelLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Protocols> <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Protocol Usage="ALWAYS_CONSUMED">DriverBinding</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<Protocol Usage="ALWAYS_CONSUMED">ComponentName</Protocol> <ProtocolCName>DriverBinding</ProtocolCName>
<Protocol Usage="ALWAYS_CONSUMED">DriverConfiguration</Protocol> </Protocol>
<Protocol Usage="ALWAYS_CONSUMED">DriverDiagnostics</Protocol> <Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>ComponentName</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>DriverConfiguration</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_CONSUMED">
<ProtocolCName>DriverDiagnostics</ProtocolCName>
</Protocol>
</Protocols> </Protocols>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern>
<Constructor>UefiDriverModelLibConstructor</Constructor>
<Destructor>UefiDriverModelLibDestructor</Destructor>
</Extern>
<Extern> <Extern>
<Constructor>UefiDriverModelLibConstructor</Constructor> <Constructor>UefiDriverModelLibConstructor</Constructor>
<Destructor>UefiDriverModelLibDestructor</Destructor> <Destructor>UefiDriverModelLibDestructor</Destructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

View File

@ -1,61 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>UefiLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>UefiLib</BaseName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>3a004ba5-efe0-4a61-9f1a-267a46ae5ba9</GuidValue>
<Guid>3a004ba5-efe0-4a61-9f1a-267a46ae5ba9</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract> <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
<Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description> <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-03-09 23:12</Created> </MsaHeader>
<Updated>2006-03-19 15:17</Updated> <ModuleDefinitions>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
</MsaLibHeader> <BinaryModule>false</BinaryModule>
<LibraryClassDefinitions> <OutputFileBasename>UefiLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_PRODUCED">UefiLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass> <Keyword>UefiLib</Keyword>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> </LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass> <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>MemoryAllocationLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>UefiLib.c</Filename> <Filename>UefiLib.c</Filename>
<Filename>Console.c</Filename> <Filename>Console.c</Filename>
<Filename>UefiNotTiano.c</Filename> <Filename>UefiNotTiano.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Guids> <Guids xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>EventLegacyBoot</C_Name> <GuidCName>EventLegacyBoot</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>EventReadyToBoot</C_Name> <GuidCName>EventReadyToBoot</GuidCName>
</GuidEntry> </GuidCNames>
<GuidEntry Usage="ALWAYS_CONSUMED"> <GuidCNames Usage="ALWAYS_CONSUMED">
<C_Name>FrameworkDevicePath</C_Name> <GuidCName>FrameworkDevicePath</GuidCName>
</GuidEntry> </GuidCNames>
</Guids> </Guids>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,42 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>UefiMemoryLib</ModuleName>
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
<MsaLibHeader>
<BaseName>UefiMemoryLib</BaseName>
<ModuleType>UEFI_DRIVER</ModuleType> <ModuleType>UEFI_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>f1bbe03d-2f28-4dee-bec7-d98d7a30c36a</GuidValue>
<Guid>f1bbe03d-2f28-4dee-bec7-d98d7a30c36a</Guid> <Version>1.0</Version>
<Version>EDK_RELEASE_VERSION 0x00090000</Version>
<Abstract>Memory-only library functions with no library constructor/destructor</Abstract> <Abstract>Memory-only library functions with no library constructor/destructor</Abstract>
<Description>FIX ME!</Description> <Description>FIX ME!</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License> <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
</License> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Created>2006-04-12 13:39</Created> </MsaHeader>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">BaseMemoryLib</LibraryClass> <OutputFileBasename>UefiMemoryLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass> <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass> <LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>BaseMemoryLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>UefiBootServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>MemLib.c</Filename> <Filename>MemLib.c</Filename>
<Filename>MemLibGuid.c</Filename> <Filename>MemLibGuid.c</Filename>
<Filename>MemLibGeneric.c</Filename> <Filename>MemLibGeneric.c</Filename>
@ -52,7 +51,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>ScanMem32Wrapper.c</Filename> <Filename>ScanMem32Wrapper.c</Filename>
<Filename>ScanMem64Wrapper.c</Filename> <Filename>ScanMem64Wrapper.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
</LibraryModuleSurfaceArea> <Externs>
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
</Externs>
</ModuleSurfaceArea>

View File

@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2006, Intel Corporation <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
All rights reserved. This program and the accompanying materials <MsaHeader>
are licensed and made available under the terms and conditions of the BSD License <ModuleName>UefiRuntimeServicesTableLib</ModuleName>
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<LibraryModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MsaLibHeader>
<BaseName>UefiRuntimeServicesTableLib</BaseName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<ComponentType>LIBRARY</ComponentType> <GuidValue>19cbbb97-ff61-45ff-8c3f-dfa66dd118c8</GuidValue>
<Guid>19cbbb97-ff61-45ff-8c3f-dfa66dd118c8</Guid> <Version>1.0</Version>
<Version>0</Version>
<Abstract>UEFI Runtime Services Table Library</Abstract> <Abstract>UEFI Runtime Services Table Library</Abstract>
<Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description> <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License> WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
<Created>2006-03-17 15:49</Created> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
<Updated>2006-03-19 15:17</Updated> </MsaHeader>
<Specification>0</Specification> <ModuleDefinitions>
</MsaLibHeader> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<LibraryClassDefinitions> <BinaryModule>false</BinaryModule>
<LibraryClass Usage="ALWAYS_PRODUCED">UefiRuntimeServicesTableLib</LibraryClass> <OutputFileBasename>UefiRuntimeServicesTableLib</OutputFileBasename>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> </ModuleDefinitions>
<LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LibraryClass Usage="ALWAYS_PRODUCED">
<Keyword>UefiRuntimeServicesTableLib</Keyword>
</LibraryClass>
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filename>UefiRuntimeServicesTableLib.c</Filename> <Filename>UefiRuntimeServicesTableLib.c</Filename>
</SourceFiles> </SourceFiles>
<Includes> <PackageDependencies>
<PackageName>MdePkg</PackageName> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
</Includes> </PackageDependencies>
<Externs> <Externs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
<Extern> <Extern>
<Constructor>UefiRuntimeServicesTableLibConstructor</Constructor> <Constructor>UefiRuntimeServicesTableLibConstructor</Constructor>
</Extern> </Extern>
</Externs> </Externs>
</LibraryModuleSurfaceArea> </ModuleSurfaceArea>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff