diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-25 21:42:12 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-25 21:42:12 +0000 |
commit | 54de7486cffe67bc44dfdbf5effb9690ca9cb180 (patch) | |
tree | 3b5c7cf4e1904c19ee38879d4ff51da75233f3b7 /EdkModulePkg/Core | |
parent | 415418e17d9db4e0762d6ec1feb7bde3705d5cc8 (diff) | |
download | edk2-platforms-54de7486cffe67bc44dfdbf5effb9690ca9cb180.tar.xz |
Updated MSA by putting Specification element at the end of the header section
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@283 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Core')
-rw-r--r-- | EdkModulePkg/Core/Dxe/DxeMain.msa | 2 | ||||
-rw-r--r-- | EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa | 2 | ||||
-rw-r--r-- | EdkModulePkg/Core/DxeIplPeim/DxeIplX64.msa | 2 | ||||
-rw-r--r-- | EdkModulePkg/Core/Pei/PeiMain.msa | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/EdkModulePkg/Core/Dxe/DxeMain.msa b/EdkModulePkg/Core/Dxe/DxeMain.msa index 991e945ca0..6ef5677194 100644 --- a/EdkModulePkg/Core/Dxe/DxeMain.msa +++ b/EdkModulePkg/Core/Dxe/DxeMain.msa @@ -20,9 +20,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Description>FIX ME!</Description> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <License> All rights reserved. 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 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> - <Specification>0</Specification> <Created>2006-03-12 17:09</Created> <Updated>2006-03-19 15:18</Updated> + <Specification>0</Specification> </MsaHeader> <LibraryClassDefinitions> <LibraryClass Usage="ALWAYS_CONSUMED">DxeCoreEntryPoint</LibraryClass> diff --git a/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa b/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa index 8c8b9132c2..318df3574b 100644 --- a/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa +++ b/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa @@ -27,9 +27,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 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>
- <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
<Created>2006-03-12 17:09</Created>
<Updated>2006-03-22 18:54</Updated>
+ <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
</MsaHeader>
<LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>
diff --git a/EdkModulePkg/Core/DxeIplPeim/DxeIplX64.msa b/EdkModulePkg/Core/DxeIplPeim/DxeIplX64.msa index 638809dcd2..68a2a984c6 100644 --- a/EdkModulePkg/Core/DxeIplPeim/DxeIplX64.msa +++ b/EdkModulePkg/Core/DxeIplPeim/DxeIplX64.msa @@ -27,8 +27,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 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> - <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> <Created>2006-04-03 23:58</Created> + <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification> </MsaHeader> <LibraryClassDefinitions> <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass> diff --git a/EdkModulePkg/Core/Pei/PeiMain.msa b/EdkModulePkg/Core/Pei/PeiMain.msa index 1c6a2b22be..7da4dc9a47 100644 --- a/EdkModulePkg/Core/Pei/PeiMain.msa +++ b/EdkModulePkg/Core/Pei/PeiMain.msa @@ -27,9 +27,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 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>
- <Specification>0</Specification>
<Created>2006-03-12 17:09</Created>
<Updated>2006-03-19 15:18</Updated>
+ <Specification>0</Specification>
</MsaHeader>
<LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>
|