]>
Commit | Line | Data |
---|---|---|
a3bcde70 HT |
1 | ## @file\r |
2 | # Component description file for Dhcp6 module.\r | |
3 | #\r | |
cc658224 | 4 | # Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r |
a3bcde70 HT |
5 | #\r |
6 | # This program and the accompanying materials\r | |
7 | # are licensed and made available under the terms and conditions of the BSD License\r | |
8 | # which accompanies this distribution. The full text of the license may be found at\r | |
9 | # http://opensource.org/licenses/bsd-license.php.\r | |
10 | #\r | |
11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
12 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
13 | #\r | |
14 | ##\r | |
15 | \r | |
16 | [Defines]\r | |
17 | INF_VERSION = 0x00010005\r | |
18 | BASE_NAME = Dhcp6Dxe\r | |
19 | FILE_GUID = 95E3669D-34BE-4775-A651-7EA41B69D89E\r | |
20 | MODULE_TYPE = UEFI_DRIVER\r | |
21 | VERSION_STRING = 1.0\r | |
22 | ENTRY_POINT = Dhcp6DriverEntryPoint\r | |
23 | UNLOAD_IMAGE = NetLibDefaultUnload\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 | # DRIVER_BINDING = gDhcp6DriverBinding\r | |
30 | # COMPONENT_NAME = gDhcp6ComponentName\r | |
31 | # COMPONENT_NAME2 = gDhcp6ComponentName2\r | |
32 | #\r | |
33 | \r | |
34 | [Sources]\r | |
35 | Dhcp6Driver.c\r | |
36 | Dhcp6Driver.h\r | |
37 | Dhcp6Impl.c\r | |
38 | Dhcp6Impl.h\r | |
39 | Dhcp6Io.c\r | |
40 | Dhcp6Io.h\r | |
41 | Dhcp6Utility.c\r | |
42 | Dhcp6Utility.h\r | |
43 | ComponentName.c\r | |
44 | \r | |
45 | \r | |
46 | [Packages]\r | |
47 | MdePkg/MdePkg.dec\r | |
48 | MdeModulePkg/MdeModulePkg.dec\r | |
49 | \r | |
50 | \r | |
51 | [LibraryClasses]\r | |
52 | UefiLib\r | |
53 | BaseLib\r | |
54 | BaseMemoryLib\r | |
55 | MemoryAllocationLib\r | |
56 | UefiDriverEntryPoint\r | |
57 | UefiBootServicesTableLib\r | |
58 | UefiRuntimeServicesTableLib\r | |
59 | DebugLib\r | |
60 | NetLib\r | |
61 | UdpIoLib\r | |
62 | \r | |
63 | \r | |
64 | [Protocols]\r | |
65 | gEfiUdp6ServiceBindingProtocolGuid\r | |
66 | gEfiUdp6ProtocolGuid\r | |
67 | gEfiDhcp6ServiceBindingProtocolGuid\r | |
68 | gEfiDhcp6ProtocolGuid\r | |
cc658224 | 69 | gEfiIp6ConfigProtocolGuid\r |