]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.inf
UefiCpuPkg: Delete redundant PcdGetSize PcdCpuFeaturesSupport
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / UcOnUc2Thunk / UcOnUc2Thunk.inf
index 600a0e6d844ecf97f2bf70cbdbe91c294c8cd338..d6c819213e3900888606c4918fc99feb3fb5be4d 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\r
+## @file\r
 # Module produce UC on top of UC2.\r
 #\r
 # UEFI 2.1 specification supersedes Inte's EFI Specification 1.10.\r
@@ -9,9 +9,9 @@
 # 1) EFI 1.10 module consuming UC present\r
 # 2) And the rest of modules on the platform produce UC2\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -19,7 +19,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -27,8 +27,6 @@
   FILE_GUID                      = FD76FF8E-665F-4afc-AF75-724EF5A569E5\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
   ENTRY_POINT                    = InitializeUC\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   UcOnUc2Thunk.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+  EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
@@ -54,6 +53,7 @@
   MemoryAllocationLib\r
   HiiLib\r
   BaseMemoryLib\r
+  LanguageLib\r
 \r
 [Protocols]\r
   gEfiUnicodeCollation2ProtocolGuid\r