diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-28 03:14:11 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-28 03:14:11 +0000 |
commit | 9f485cc7cdff61ea163f8756f72357a63000feb3 (patch) | |
tree | 83534e97ade13843918f354671de0bee42daf253 | |
parent | fee4cb816c9e7ecb23038d0df74cc781631e9306 (diff) | |
download | edk2-9f485cc7cdff61ea163f8756f72357a63000feb3.tar.gz edk2-9f485cc7cdff61ea163f8756f72357a63000feb3.tar.bz2 edk2-9f485cc7cdff61ea163f8756f72357a63000feb3.zip |
File header added.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9846 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | DuetPkg/DuetPkg.dsc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/DuetPkg/DuetPkg.dsc b/DuetPkg/DuetPkg.dsc index 6fb9818b6c..a76169ea14 100644 --- a/DuetPkg/DuetPkg.dsc +++ b/DuetPkg/DuetPkg.dsc @@ -1,3 +1,20 @@ +#/** @file
+# An EFI/Framework Emulation Platform with UEFI HII interface supported.
+#
+# Developer's UEFI Emulation. DUET provides an EFI/UEFI IA32/X64 environment on legacy BIOS,
+# to help developing and debugging native EFI/UEFI drivers.
+#
+# Copyright (c) 2010, Intel Corporation. All rights reserved. <BR>
+#
+# 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] PLATFORM_NAME = DuetPkg |