]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
BaseTools:Change the path of the file that Binary Cache
[mirror_edk2.git] / MdeModulePkg / Universal / Network / DpcDxe / DpcDxe.inf
index 5159c2bcaedfe85bd48c7afabb5cfd33544b1544..8c241d7f464dbd3e029cb052ac389384922dbfa7 100644 (file)
@@ -1,36 +1,28 @@
-#/** @file\r
-# Component description file for DPC module\r
+## @file\r
+#  This module produces Deferred Procedure Call Protocol.\r
 #\r
-# Copyright (c) 2007, Intel Corporation\r
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
-#   All rights reserved. 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
 #\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                 = DpcDxe\r
+  MODULE_UNI_FILE           = DpcDxe.uni\r
   FILE_GUID                 = A210F973-229D-4f4d-AA37-9895E6C9EABA\r
   MODULE_TYPE               = DXE_DRIVER\r
   VERSION_STRING            = 1.0\r
-  EDK_RELEASE_VERSION       = 0x00020000\r
-  EFI_SPECIFICATION_VERSION = 0x00020000\r
   ENTRY_POINT               = DpcDriverEntryPoint\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES      = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES      = IA32 X64 EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   Dpc.c\r
   Dpc.h\r
 \r
@@ -46,7 +38,9 @@
   MemoryAllocationLib\r
 \r
 [Protocols]\r
-  gEfiDpcProtocolGuid                           # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiDpcProtocolGuid                           ## PRODUCES\r
 \r
 [Depex]\r
-  TRUE
\ No newline at end of file
+  TRUE\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  DpcDxeExtra.uni\r