]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / SourceLevelDebugPkg / DebugAgentPei / DebugAgentPei.inf
index d20a01206936253a4bc782d5a91dfc32bd917b38..6b9d49e23bccf80398deffab7b544d415749ce6b 100644 (file)
@@ -1,10 +1,10 @@
 ## @file\r
 #  Initialized Debug Agent in PEI phase.\r
 #\r
-#  This PEIM will invoke Debug Agent Library to initialize the debug agent in \r
+#  This PEIM will invoke Debug Agent Library to initialize the debug agent in\r
 #  whole PEI phase.\r
 #\r
-# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DebugAgentPei\r
+  MODULE_UNI_FILE                = DebugAgentPei.uni\r
   FILE_GUID                      = D9D114EF-F40B-4d48-AAA0-A3DC99C9F5BD\r
   MODULE_TYPE                    = PEIM\r
-  VERSION_STRING                 = 1.0  \r
+  VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = DebugAgentPeiInitialize\r
 \r
 #\r
@@ -31,7 +32,7 @@
 \r
 [Sources]\r
   DebugAgentPei.c\r
-  \r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
@@ -42,3 +43,6 @@
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  DebugAgentPeiExtra.uni\r