summaryrefslogtreecommitdiff
path: root/AppPkg/AppPkg.dec
diff options
context:
space:
mode:
authorlpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524>2012-02-09 19:18:06 +0000
committerlpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524>2012-02-09 19:18:06 +0000
commitf6e5cdd5cfa100e777db38e5f7b26b7ffcf41330 (patch)
tree29e5a51e8435f044f4614c86802ba7b7d3706077 /AppPkg/AppPkg.dec
parent3bdf9aae5f7f4c5f47fc8f807ae4409dfe3bdd58 (diff)
downloadedk2-platforms-f6e5cdd5cfa100e777db38e5f7b26b7ffcf41330.tar.xz
Merged socket development branch:
* Add TCPv6 support to DataSink * Add TCPv6 support to DataSource * Add GetAddrInfo test application * Add GetNameInfo test application * Fixed copyright date * Completed TFTP server - now downloads files from local directory * Added ports and exit pages to web server * Made PCD values package specific Signed-off-by: lpleahy git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13003 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'AppPkg/AppPkg.dec')
-rw-r--r--AppPkg/AppPkg.dec36
1 files changed, 36 insertions, 0 deletions
diff --git a/AppPkg/AppPkg.dec b/AppPkg/AppPkg.dec
new file mode 100644
index 0000000000..8aff19fc6b
--- /dev/null
+++ b/AppPkg/AppPkg.dec
@@ -0,0 +1,36 @@
+## @file
+# Declarations for the UDK Standard Libraries.
+#
+# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
+#
+# This program and the accompanying materials are licensed and made available under
+# the terms and conditions of the BSD License which accompanies this distribution.
+# The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+##
+
+
+[Defines]
+ DEC_SPECIFICATION = 0x00010005
+ PACKAGE_NAME = AppPkg
+ PACKAGE_GUID = B3E3D3D5-D62B-4497-A175-264F489D127E
+ PACKAGE_VERSION = 0.01
+
+
+[Guids]
+ gAppPkgTokenSpaceGuid = { 0xe7e1efa6, 0x7607, 0x4a78, { 0xa7, 0xdd, 0x43, 0xe4, 0xbd, 0x72, 0xc0, 0x99 }}
+
+
+[PcdsFixedAtBuild]
+ gAppPkgTokenSpaceGuid.DataSource_Port|1234|UINT16|0
+ gAppPkgTokenSpaceGuid.Tftp_AckLogBase|4|UINT32|1
+ gAppPkgTokenSpaceGuid.Tftp_AckMultiplier|4|UINT32|2
+ gAppPkgTokenSpaceGuid.Tftp_Bandwidth|0|BOOLEAN|3
+ gAppPkgTokenSpaceGuid.Tftp_HighSpeed|0|BOOLEAN|4
+ gAppPkgTokenSpaceGuid.Tftp_MaxRetry|10|UINT32|5
+ gAppPkgTokenSpaceGuid.Tftp_MaxTimeoutInSec|3|UINT32|6
+ gAppPkgTokenSpaceGuid.WebServer_HttpPort|80|UINT16|7
+