Last change
on this file since 48674 was 48674, checked in by vboxsync, 12 years ago |
EFI: Export newly imported tinaocore UEFI sources to OSE.
|
-
Property svn:eol-style
set to
native
|
File size:
1.7 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Instance of DxeIpIoLib.
|
---|
3 | #
|
---|
4 | # This module provides IP services by consuming EFI IP4 Service Binding Protocol and
|
---|
5 | # EFI IP4 Protocol.
|
---|
6 | #
|
---|
7 | # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
---|
8 | # This program and the accompanying materials
|
---|
9 | # are licensed and made available under the terms and conditions of the BSD License
|
---|
10 | # which accompanies this distribution. The full text of the license may be found at
|
---|
11 | # http://opensource.org/licenses/bsd-license.php
|
---|
12 | #
|
---|
13 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
14 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
15 | #
|
---|
16 | ##
|
---|
17 |
|
---|
18 |
|
---|
19 | [Defines]
|
---|
20 | INF_VERSION = 0x00010005
|
---|
21 | BASE_NAME = DxeIpIoLib
|
---|
22 | FILE_GUID = A302F877-8625-425c-B1EC-7487B62C4FDA
|
---|
23 | MODULE_TYPE = DXE_DRIVER
|
---|
24 | VERSION_STRING = 1.0
|
---|
25 | LIBRARY_CLASS = IpIoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
---|
26 |
|
---|
27 | #
|
---|
28 | # The following information is for reference only and not required by the build tools.
|
---|
29 | #
|
---|
30 | # VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
---|
31 | #
|
---|
32 |
|
---|
33 | [Sources]
|
---|
34 | DxeIpIoLib.c
|
---|
35 |
|
---|
36 | [Packages]
|
---|
37 | MdePkg/MdePkg.dec
|
---|
38 | MdeModulePkg/MdeModulePkg.dec
|
---|
39 |
|
---|
40 |
|
---|
41 | [LibraryClasses]
|
---|
42 | IpIoLib
|
---|
43 | BaseLib
|
---|
44 | DebugLib
|
---|
45 | UefiBootServicesTableLib
|
---|
46 | MemoryAllocationLib
|
---|
47 | BaseMemoryLib
|
---|
48 | DpcLib
|
---|
49 |
|
---|
50 | [Protocols]
|
---|
51 | gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
52 | gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
53 | gEfiIp6ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
54 | gEfiIp6ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
55 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.