1 | ## @file
|
---|
2 | # Declarations for the UDK Standard Libraries.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # This program and the accompanying materials are licensed and made available under
|
---|
7 | # the terms and conditions of the BSD License which accompanies this distribution.
|
---|
8 | # The full text of the license may be found at
|
---|
9 | # http://opensource.org/licenses/bsd-license.
|
---|
10 | #
|
---|
11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
12 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
13 | ##
|
---|
14 |
|
---|
15 |
|
---|
16 | [Defines]
|
---|
17 | DEC_SPECIFICATION = 0x00010005
|
---|
18 | PACKAGE_NAME = StdLib
|
---|
19 | PACKAGE_GUID = edca00d2-2aeb-4f0b-ba48-52383627d4b2
|
---|
20 | PACKAGE_VERSION = 0.01
|
---|
21 |
|
---|
22 |
|
---|
23 | [Includes]
|
---|
24 | Include
|
---|
25 |
|
---|
26 | [Includes.IA32]
|
---|
27 | Include/Ia32
|
---|
28 |
|
---|
29 | [Includes.X64]
|
---|
30 | Include/X64
|
---|
31 |
|
---|
32 | [Includes.IPF]
|
---|
33 | Include/Ipf
|
---|
34 |
|
---|
35 | [Includes.ARM]
|
---|
36 | Include/Arm
|
---|
37 |
|
---|
38 |
|
---|
39 | [Guids]
|
---|
40 | gStdLibTokenSpaceGuid = { 0x447559f0, 0xd02e, 0x4cf1, { 0x99, 0xbc, 0xca, 0x11, 0x65, 0x40, 0x54, 0xc2 }}
|
---|
41 |
|
---|
42 |
|
---|
43 | [Protocols]
|
---|
44 | gEfiSocketProtocolGuid = { 0x58e6ed63, 0x1694, 0x440b, { 0x93, 0x88, 0xe9, 0x8f, 0xed, 0x6b, 0x65, 0xaf } }
|
---|
45 | gEfiSocketServiceBindingProtocolGuid = { 0x8aaedb2a, 0xa6bb, 0x47c6, { 0x94, 0xce, 0x1b, 0x80, 0x96, 0x42, 0x3f, 0x2a } }
|
---|
46 |
|
---|