1 | ## @file
|
---|
2 | # Declarations for the UDK Standard Libraries.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2010 - 2012, 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 = AppPkg
|
---|
19 | PACKAGE_GUID = B3E3D3D5-D62B-4497-A175-264F489D127E
|
---|
20 | PACKAGE_VERSION = 0.01
|
---|
21 |
|
---|
22 |
|
---|
23 | [Guids]
|
---|
24 | gAppPkgTokenSpaceGuid = { 0xe7e1efa6, 0x7607, 0x4a78, { 0xa7, 0xdd, 0x43, 0xe4, 0xbd, 0x72, 0xc0, 0x99 }}
|
---|
25 |
|
---|
26 |
|
---|
27 | [PcdsFixedAtBuild]
|
---|
28 | gAppPkgTokenSpaceGuid.DataSource_Port|1234|UINT16|0
|
---|
29 | gAppPkgTokenSpaceGuid.Tftp_AckLogBase|4|UINT32|1
|
---|
30 | gAppPkgTokenSpaceGuid.Tftp_AckMultiplier|4|UINT32|2
|
---|
31 | gAppPkgTokenSpaceGuid.Tftp_Bandwidth|0|BOOLEAN|3
|
---|
32 | gAppPkgTokenSpaceGuid.Tftp_HighSpeed|0|BOOLEAN|4
|
---|
33 | gAppPkgTokenSpaceGuid.Tftp_MaxRetry|10|UINT32|5
|
---|
34 | gAppPkgTokenSpaceGuid.Tftp_MaxTimeoutInSec|3|UINT32|6
|
---|
35 | gAppPkgTokenSpaceGuid.WebServer_HttpPort|80|UINT16|7
|
---|
36 |
|
---|