]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Uefi/Devices/daShell.inf
StdLib: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / StdLib / LibC / Uefi / Devices / daShell.inf
index 7b56f37363aa22dd5547597bdcfb20a60bff3848..e623e5a8c69f7d47ea562b0b61dbc71d99cb885c 100644 (file)
@@ -4,7 +4,7 @@
 #   When this library is included in an application, it creates the default device.\r
 #   This allows every device type not recognized to be passed to the shell for processing.\r
 #\r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials are licensed and made available\r
 #  under the terms and conditions of the BSD License which accompanies this\r
 #  distribution.  The full text of the license may be found at\r
 [Defines]\r
   INF_VERSION                   = 0x00010005\r
   BASE_NAME                     = DevShell\r
-  FILE_GUID                     = 42c078ef-14a8-4e30-9329-6f12d796e54a\r
+  FILE_GUID                     = 0a1d4fd8-4704-4501-85eb-93399492cbed\r
   MODULE_TYPE                   = UEFI_APPLICATION\r
   VERSION_STRING                = 1.0\r
   LIBRARY_CLASS                 = DevShell\r
+  LIBRARY_CLASS                 = DevMedia\r
   CONSTRUCTOR                   = __ctor_DevShell\r
   DESTRUCTOR                    = __dtor_DevShell\r
 \r
 #\r
-#  VALID_ARCHITECTURES          = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES          = IA32 X64\r
 #\r
 \r
 [Sources]\r
   LibWchar\r
   LibUefi\r
   DevUtility\r
-\r
-################################################################\r
-#\r
-# The Build Options, below, are only used when building the C library.\r
-# DO NOT use them when building your application!\r
-# Nasty things could happen if you do.\r
-#\r
-# /Oi is required for Microsoft VC++ to allow "intrinsic" functions to be\r
-# defined in this library.\r
-#\r
-#[BuildOptions]\r
-#  MSFT:*_*_*_CC_FLAGS     = /Oi-\r