mirror of https://github.com/acidanthera/audk.git
Drop the support of DXE_RUNTIME_DRIVER since all combo MDE libraries are removed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2385 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
890adc7a25
commit
647db8fd60
|
@ -7,7 +7,7 @@
|
||||||
<Version>1.0</Version>
|
<Version>1.0</Version>
|
||||||
<Abstract>Component description file for Pei Services Library.</Abstract>
|
<Abstract>Component description file for Pei Services Library.</Abstract>
|
||||||
<Description>PEI Services Library implementation.</Description>
|
<Description>PEI Services Library implementation.</Description>
|
||||||
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
|
<Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>
|
||||||
<License>All rights reserved. This program and the accompanying materials
|
<License>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
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
<OutputFileBasename>PeiServicesLib</OutputFileBasename>
|
<OutputFileBasename>PeiServicesLib</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
<LibraryClassDefinitions>
|
<LibraryClassDefinitions>
|
||||||
<LibraryClass Usage="ALWAYS_PRODUCED" SupModuleList="DXE_RUNTIME_DRIVER PEIM PEI_CORE">
|
<LibraryClass Usage="ALWAYS_PRODUCED" SupModuleList="PEIM PEI_CORE">
|
||||||
<Keyword>PeiServicesLib</Keyword>
|
<Keyword>PeiServicesLib</Keyword>
|
||||||
</LibraryClass>
|
</LibraryClass>
|
||||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<Description>PEI Services Table Library implementation that retrieves a pointer to the
|
<Description>PEI Services Table Library implementation that retrieves a pointer to the
|
||||||
PEI Services Table from a global variable. Not available to modules that execute from
|
PEI Services Table from a global variable. Not available to modules that execute from
|
||||||
read-only memory.</Description>
|
read-only memory.</Description>
|
||||||
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
|
<Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>
|
||||||
<License>All rights reserved. This program and the accompanying materials
|
<License>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
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<OutputFileBasename>PeiServicesTablePointerLib</OutputFileBasename>
|
<OutputFileBasename>PeiServicesTablePointerLib</OutputFileBasename>
|
||||||
</ModuleDefinitions>
|
</ModuleDefinitions>
|
||||||
<LibraryClassDefinitions>
|
<LibraryClassDefinitions>
|
||||||
<LibraryClass Usage="ALWAYS_PRODUCED" SupModuleList="DXE_RUNTIME_DRIVER PEIM PEI_CORE">
|
<LibraryClass Usage="ALWAYS_PRODUCED" SupModuleList="PEIM PEI_CORE">
|
||||||
<Keyword>PeiServicesTablePointerLib</Keyword>
|
<Keyword>PeiServicesTablePointerLib</Keyword>
|
||||||
</LibraryClass>
|
</LibraryClass>
|
||||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
||||||
|
|
Loading…
Reference in New Issue