diff options
Diffstat (limited to 'AppPkg/Applications/Sockets/DataSink/DataSink.inf')
-rw-r--r-- | AppPkg/Applications/Sockets/DataSink/DataSink.inf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/AppPkg/Applications/Sockets/DataSink/DataSink.inf b/AppPkg/Applications/Sockets/DataSink/DataSink.inf index 7c79ab28f8..43a8e962f3 100644 --- a/AppPkg/Applications/Sockets/DataSink/DataSink.inf +++ b/AppPkg/Applications/Sockets/DataSink/DataSink.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
|