Home | History | Annotate | Download | only in UseSocketDxe
      1 #/** @file
      2 # Component description file for the EFI socket library.
      3 #
      4 # This module implements the socket layer.
      5 # Copyright (c) 2011, Intel Corporation
      6 #
      7 #  All rights reserved. This program and the accompanying materials
      8 #  are licensed and made available under the terms and conditions of the BSD License
      9 #  which accompanies this distribution. The full text of the license may be found at
     10 #  http://opensource.org/licenses/bsd-license.php
     11 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     12 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     13 #
     14 #**/
     15 
     16 [Defines]
     17   INF_VERSION                    = 0x00010005
     18   BASE_NAME                      = UseSocketDxe
     19   FILE_GUID                      = 1A6853C8-F362-4f68-A77E-0B304A194C05
     20   MODULE_TYPE                    = BASE
     21   VERSION_STRING                 = 1.0
     22   LIBRARY_CLASS                  = UseSocketDxe
     23 
     24 #
     25 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
     26 #
     27 
     28 [Sources.common]
     29   UseSocketDxe.c
     30 
     31 [Packages]
     32   MdePkg/MdePkg.dec
     33   MdeModulePkg/MdeModulePkg.dec
     34   StdLib/StdLib.dec
     35 #  SocketPkg/SocketPkg.dec
     36 
     37 [LibraryClasses]
     38   UefiLib
     39   UefiBootServicesTableLib
     40   BaseMemoryLib
     41   DebugLib
     42 
     43 [Protocols]
     44   gEfiSocketProtocolGuid
     45   gEfiSocketServiceBindingProtocolGuid
     46