]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Sockets/GetNetByName/GetNetByName.inf
Update the license dates
[mirror_edk2.git] / AppPkg / Applications / Sockets / GetNetByName / GetNetByName.inf
CommitLineData
9f7f5161 1## @file\r
4684b66f 2# GetNetByName Application\r
3#\r
9f7f5161 4# Copyright (c) 2011-2012, Intel Corporation\r
5# All rights reserved. This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
4684b66f 9#\r
9f7f5161 10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
4684b66f 12#\r
13##\r
14\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = GetNetByName\r
19 FILE_GUID = DAF7B0E6-32DE-4619-B63A-2B9173A75B14\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = ShellCEntryLib\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 GetNetByName.c\r
32\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 ShellPkg/ShellPkg.dec\r
37 StdLib/StdLib.dec\r
38\r
39\r
40[LibraryClasses]\r
41 BaseMemoryLib\r
42 BsdSocketLib\r
43 DebugLib\r
44 DevShell\r
45 EfiSocketLib\r
46 LibC\r
47 LibMath\r
48 LibNetUtil\r
49 ShellCEntryLib\r
50 UefiBootServicesTableLib\r
51 UefiLib\r
52# UseSocketDxe\r
53\r
54[BuildOptions]\r
55 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186\r
56 MSFT:*_*_*_CC_FLAGS = /Od\r
57 GCC:*_*_*_CC_FLAGS = -O0 -Wno-unused-variable\r
58\r