]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
MdePkg BaseStackCheckLib: Correct style of file header
[mirror_edk2.git] / MdePkg / Library / UefiApplicationEntryPoint / UefiApplicationEntryPoint.inf
index 36be35e65689ef64123e38a4f803f27d6b085104..be92b3dc07603c007909d76a605ee3ea27682221 100644 (file)
@@ -1,33 +1,32 @@
-#/** @file\r
+## @file\r
 # Module entry point library for UEFI Application.\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation.\r
+# Copyright (c) 2007 - 2014, 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
+#  http://opensource.org/licenses/bsd-license.php.\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UefiApplicationEntryPoint\r
+  MODULE_UNI_FILE                = UefiApplicationEntryPoint.uni\r
   FILE_GUID                      = DADE8301-CB29-4fd5-8148-56FD246C5B88\r
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = UefiApplicationEntryPoint|UEFI_APPLICATION\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ApplicationEntryPoint.c\r
 \r
 \r
@@ -36,4 +35,6 @@
 \r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
+  DebugLib\r
+  BaseLib\r
 \r