Last change
on this file since 54985 was 48674, checked in by vboxsync, 11 years ago |
EFI: Export newly imported tinaocore UEFI sources to OSE.
|
-
Property svn:eol-style
set to
native
|
File size:
1.9 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Instance of DxeNetLib.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # 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 = DxeNetLib
|
---|
19 | FILE_GUID = db6dcef3-9f4e-4340-9351-fc35aa8a5888
|
---|
20 | MODULE_TYPE = DXE_DRIVER
|
---|
21 | VERSION_STRING = 1.0
|
---|
22 | LIBRARY_CLASS = NetLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
---|
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 | DxeNetLib.c
|
---|
32 | NetBuffer.c
|
---|
33 |
|
---|
34 |
|
---|
35 | [Packages]
|
---|
36 | MdePkg/MdePkg.dec
|
---|
37 | MdeModulePkg/MdeModulePkg.dec
|
---|
38 |
|
---|
39 |
|
---|
40 | [LibraryClasses]
|
---|
41 | BaseLib
|
---|
42 | DebugLib
|
---|
43 | BaseMemoryLib
|
---|
44 | UefiBootServicesTableLib
|
---|
45 | UefiRuntimeServicesTableLib
|
---|
46 | UefiLib
|
---|
47 | MemoryAllocationLib
|
---|
48 | DevicePathLib
|
---|
49 | HiiLib
|
---|
50 | PrintLib
|
---|
51 |
|
---|
52 | [Guids]
|
---|
53 | gEfiNicIp4ConfigVariableGuid
|
---|
54 | gEfiSmbiosTableGuid
|
---|
55 |
|
---|
56 | [Protocols]
|
---|
57 | gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
58 | gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
59 | gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
60 | gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
61 | gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
62 | gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
63 | gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
Note:
See
TracBrowser
for help on using the repository browser.