• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2#  GetNameInfo Application
3#
4#  Copyright (c) 2011-2012, Intel Corporation
5#  All rights reserved. This program and the accompanying materials
6#  are licensed and made available under the terms and conditions of the BSD License
7#  which accompanies this distribution.  The full text of the license may be found at
8#  http://opensource.org/licenses/bsd-license.php
9#
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                      = GetNameInfo
19  FILE_GUID                      = 553087F6-BAAC-4d7f-97B4-31D8179AAE15
20  MODULE_TYPE                    = UEFI_APPLICATION
21  VERSION_STRING                 = 1.0
22  ENTRY_POINT                    = ShellCEntryLib
23
24#
25# The following information is for reference only and not required by the build tools.
26#
27#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
28#
29
30[Sources]
31  GetNameInfo.c
32
33
34[Packages]
35  MdePkg/MdePkg.dec
36  ShellPkg/ShellPkg.dec
37  StdLib/StdLib.dec
38
39
40[LibraryClasses]
41  BaseMemoryLib
42  BsdSocketLib
43  DevMedia
44  EfiSocketLib
45  LibC
46  LibMath
47  LibNetUtil
48  ShellCEntryLib
49  UefiBootServicesTableLib
50#  UseSocketDxe
51
52[BuildOptions]
53  INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186
54   MSFT:*_*_*_CC_FLAGS = /Od
55    GCC:*_*_*_CC_FLAGS = -O0 -Wno-unused-variable
56
57