]>
Commit | Line | Data |
---|---|---|
2aa62f2b | 1 | ## @file\r |
2 | # Declarations for the UDK Standard Libraries.\r | |
3 | #\r | |
4 | # Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r | |
5 | #\r | |
6 | # This program and the accompanying materials are licensed and made available under\r | |
7 | # the terms and conditions of the BSD License which accompanies this distribution.\r | |
8 | # The full text of the license may be found at\r | |
9 | # http://opensource.org/licenses/bsd-license.\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 | DEC_SPECIFICATION = 0x00010005\r | |
18 | PACKAGE_NAME = StdLib\r | |
19 | PACKAGE_GUID = edca00d2-2aeb-4f0b-ba48-52383627d4b2\r | |
20 | PACKAGE_VERSION = 0.01\r | |
21 | \r | |
22 | \r | |
23 | [Includes]\r | |
24 | Include\r | |
25 | \r | |
26 | [Includes.IA32]\r | |
27 | Include/Ia32\r | |
28 | \r | |
29 | [Includes.X64]\r | |
30 | Include/X64\r | |
31 | \r | |
32 | [Includes.IPF]\r | |
33 | Include/Ipf\r | |
34 | \r | |
35 | [Includes.ARM]\r | |
36 | Include/Arm\r | |
d7ce7006 | 37 | \r |
38 | \r | |
39 | [Guids]\r | |
40 | gStdLibTokenSpaceGuid = { 0x447559f0, 0xd02e, 0x4cf1, { 0x99, 0xbc, 0xca, 0x11, 0x65, 0x40, 0x54, 0xc2 }}\r | |
41 | \r | |
42 | \r | |
43 | [PcdsFixedAtBuild]\r | |
44 | gStdLibTokenSpaceGuid.DataSource_Port|1234|UINT16|0\r | |
45 | gStdLibTokenSpaceGuid.WebServer_HttpPort|80|UINT16|1\r | |
46 | \r | |
47 | \r | |
48 | [Protocols]\r | |
49 | gEfiSocketProtocolGuid = { 0x58e6ed63, 0x1694, 0x440b, { 0x93, 0x88, 0xe9, 0x8f, 0xed, 0x6b, 0x65, 0xaf } }\r | |
50 | gEfiSocketServiceBindingProtocolGuid = { 0x8aaedb2a, 0xa6bb, 0x47c6, { 0x94, 0xce, 0x1b, 0x80, 0x96, 0x42, 0x3f, 0x2a } }\r | |
51 | \r |