summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Sockets/DataSource/DataSource.inf
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/Applications/Sockets/DataSource/DataSource.inf
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/Applications/Sockets/DataSource/DataSource.inf')
-rw-r--r--AppPkg/Applications/Sockets/DataSource/DataSource.inf5
1 files changed, 3 insertions, 2 deletions
diff --git a/AppPkg/Applications/Sockets/DataSource/DataSource.inf b/AppPkg/Applications/Sockets/DataSource/DataSource.inf
index ec9cf6c185..8353041ddf 100644
--- a/AppPkg/Applications/Sockets/DataSource/DataSource.inf
+++ b/AppPkg/Applications/Sockets/DataSource/DataSource.inf
@@ -8,7 +8,7 @@
# license agreement
#
#
-# Copyright (c) 20011 Intel Corporation. All rights reserved
+# Copyright (c) 2011 Intel Corporation. All rights reserved
# This software and associated documentation (if any) is furnished
# under a license and may only be used or copied in accordance
# with the terms of the license. Except as permitted by such
@@ -39,10 +39,11 @@
[Pcd]
- gStdLibTokenSpaceGuid.DataSource_Port
+ gAppPkgTokenSpaceGuid.DataSource_Port
[Packages]
+ AppPkg/AppPkg.dec
MdePkg/MdePkg.dec
ShellPkg/ShellPkg.dec
StdLib/StdLib.dec