Home | History | Annotate | Download | only in EbcDxe
      1 ## @file

      2 #  EBC Debugger configuration application.

      3 #

      4 #  Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>

      5 #

      6 #  This program and the accompanying materials

      7 #  are licensed and made available under the terms and conditions of the BSD License

      8 #  which accompanies this distribution. The full text of the license may be found at

      9 #  http://opensource.org/licenses/bsd-license.php

     10 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

     11 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

     12 #

     13 #

     14 ##

     15 
     16 [Defines]
     17   INF_VERSION                    = 0x00010005
     18   BASE_NAME                      = EdbCfg
     19   MODULE_UNI_FILE                = EbcDebuggerConfig.uni
     20   FILE_GUID                      = 8CFC5233-23C6-49e3-8A2D-7E581AB305BA
     21   MODULE_TYPE                    = UEFI_APPLICATION
     22   VERSION_STRING                 = 1.0
     23   ENTRY_POINT                    = InitializeEbcDebuggerConfig
     24 
     25 #

     26 # The following information is for reference only and not required by the build tools.

     27 #

     28 #  VALID_ARCHITECTURES           = IA32 X64 IPF AARCH64

     29 #

     30 
     31 [Sources]
     32   EbcDebugger/EbcDebuggerConfig.c
     33   EbcDebugger/EdbCommon.h
     34   EbcDebugger/EdbSupportString.c
     35   EbcDebugger/EdbSupport.h
     36 
     37 [Packages]
     38   MdePkg/MdePkg.dec
     39   MdeModulePkg/MdeModulePkg.dec
     40 
     41 [LibraryClasses]
     42   UefiLib
     43   BaseLib
     44   DebugLib
     45   UefiApplicationEntryPoint
     46 
     47 [Protocols]
     48   gEfiDebuggerConfigurationProtocolGuid     ## CONSUMES

     49   gEfiShellParametersProtocolGuid           ## CONSUMES

     50 
     51 [Depex]
     52   TRUE
     53 
     54 [UserExtensions.TianoCore."ExtraFiles"]
     55   EbcDebuggerConfigExtra.uni
     56