]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - AppPkg/Applications/Sockets/SetHostName/SetHostName.inf
AppPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / AppPkg / Applications / Sockets / SetHostName / SetHostName.inf
... / ...
CommitLineData
1## @file\r
2# SetHostName Application\r
3#\r
4# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = SetHostName\r
13 FILE_GUID = 4BC80B15-255D-4858-8072-51D6D98CF90E\r
14 MODULE_TYPE = UEFI_APPLICATION\r
15 VERSION_STRING = 1.0\r
16 ENTRY_POINT = ShellCEntryLib\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
21# VALID_ARCHITECTURES = IA32 X64 EBC\r
22#\r
23\r
24[Sources]\r
25 SetHostName.c\r
26\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 ShellPkg/ShellPkg.dec\r
31 StdLib/StdLib.dec\r
32\r
33\r
34[LibraryClasses]\r
35 BaseMemoryLib\r
36 BsdSocketLib\r
37 DebugLib\r
38 DevMedia\r
39 EfiSocketLib\r
40 LibC\r
41 LibMath\r
42 ShellCEntryLib\r
43 UefiBootServicesTableLib\r
44 UefiLib\r
45# UseSocketDxe\r
46\r
47[BuildOptions]\r
48 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186\r
49 MSFT:*_*_*_CC_FLAGS = /Od\r
50 GCC:*_*_*_CC_FLAGS = -O0 -Wno-unused-variable\r
51\r