diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-25 16:52:10 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-25 16:52:10 +0000 |
commit | 91a6db797cbfa34e9f67d5c455fb1abc578a20b6 (patch) | |
tree | 4f9c77b0ffa6f9dbdd1bdf140b984b7539739db2 /DuetPkg/BootSector | |
parent | 24321aa11e1e371ccdf033c98325dfa1f0546a57 (diff) | |
download | edk2-91a6db797cbfa34e9f67d5c455fb1abc578a20b6.tar.gz edk2-91a6db797cbfa34e9f67d5c455fb1abc578a20b6.tar.bz2 edk2-91a6db797cbfa34e9f67d5c455fb1abc578a20b6.zip |
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10078 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector')
-rw-r--r-- | DuetPkg/BootSector/BootSector.inf | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/DuetPkg/BootSector/BootSector.inf b/DuetPkg/BootSector/BootSector.inf index 130a1e2dd3..3be9cb5938 100644 --- a/DuetPkg/BootSector/BootSector.inf +++ b/DuetPkg/BootSector/BootSector.inf @@ -1,11 +1,22 @@ +## @file
+#
+# Copyright (c) 2006 - 2010, Intel Corporation
+# 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.
+#
+#
+##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = BootSector
FILE_GUID = A36495C1-C205-414e-B71F-4BE3476D699C
MODULE_TYPE = USER_DEFINED
VERSION_STRING = 1.0
- EDK_RELEASE_VERSION = 0x00020000
- EFI_SPECIFICATION_VERSION = 0x00020000
CUSTOM_MAKEFILE = MSFT|Makefile
CUSTOM_MAKEFILE = GCC|GNUmakefile
|