diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-10-29 07:01:23 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-10-29 07:01:23 +0000 |
commit | b3c30cb37fd066e3c719ef819704ad7f65e10630 (patch) | |
tree | f8400805fe7b0d5ce9bd855d5f54ee2d6caaf4f1 | |
parent | 0d2711a69397d2971079121df4326d84736c181e (diff) | |
download | edk2-platforms-b3c30cb37fd066e3c719ef819704ad7f65e10630.tar.xz |
Correct file path separator to Linux style for all OS.
Signed-off-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12603 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | SecurityPkg/SecurityPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index 708ed54b0b..7eda01eda2 100644 --- a/SecurityPkg/SecurityPkg.dsc +++ b/SecurityPkg/SecurityPkg.dsc @@ -104,7 +104,7 @@ PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
}
SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
- SecurityPkg\VariableAuthenticated\SecureBootConfigDxe\SecureBootConfigDxe.inf
+ SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
[Components.IA32, Components.X64]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf {
|