diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-26 08:17:53 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-26 08:17:53 +0000 |
commit | 00b41832d5ca2ac26de1ea0ec605ab7a8d91827e (patch) | |
tree | ab3ad0600c279fe3d362db01eb38ddf436390364 /BaseTools | |
parent | 25a201c66ef883beaefb53e9542751e4c1f211a5 (diff) | |
download | edk2-platforms-00b41832d5ca2ac26de1ea0ec605ab7a8d91827e.tar.xz |
update spd to nspd
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2748 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/Conf/FrameworkDatabase.template | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BaseTools/Conf/FrameworkDatabase.template b/BaseTools/Conf/FrameworkDatabase.template index b113c2664b..20fe32ca71 100644 --- a/BaseTools/Conf/FrameworkDatabase.template +++ b/BaseTools/Conf/FrameworkDatabase.template @@ -10,7 +10,7 @@ </Description>
<Copyright>Copyright (c) 2007, Intel Corporation All rights reserved.</Copyright>
<License>
- 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. The full text of the license may be found at:
http://opensource.org/licenses/bsd-license.php
@@ -20,8 +20,8 @@ <Specification>FRAMEWORK_PACKAGING_SPECIFICATION 0x00090000</Specification>
</FdbHeader>
<PackageList>
- <Filename>MdePkg/MdePkg.spd</Filename>
- <Filename>MdeModulePkg/MdeModulePkg.spd</Filename>
- <Filename>ShellBinPkg/ShellBinPkg.spd</Filename>
+ <Filename>MdePkg/MdePkg.nspd</Filename>
+ <Filename>MdeModulePkg/MdeModulePkg.nspd</Filename>
+ <Filename>ShellBinPkg/ShellBinPkg.nspd</Filename>
</PackageList>
</FrameworkDatabase>
|