diff options
Diffstat (limited to 'StdLib/LibC/StdLib/StdLib.inf')
-rw-r--r-- | StdLib/LibC/StdLib/StdLib.inf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/StdLib/LibC/StdLib/StdLib.inf b/StdLib/LibC/StdLib/StdLib.inf index 21d1c1f4aa..ce1c3052cb 100644 --- a/StdLib/LibC/StdLib/StdLib.inf +++ b/StdLib/LibC/StdLib/StdLib.inf @@ -1,7 +1,7 @@ ## @file
# Standard C library: StdLib implementations.
#
-# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010 - 2011, 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
@@ -36,6 +36,8 @@ strtoumax.c
Xabs.c
Xdiv.c
+ realpath.c
+ setprogname.c
[Packages]
StdLib/StdLib.dec
@@ -53,6 +55,7 @@ LibC
LibCType
LibSignal
+ PathLib
################################################################
#
|