From 914826ba1dc3f03b2a3a88842ba7e41923231258 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Fri, 30 Jan 2009 00:38:55 +0000 Subject: [PATCH] Split out Synchronization Library from Base Library git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7376 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/DuetPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/DuetPkg/DuetPkg.dsc b/DuetPkg/DuetPkg.dsc index 13a4d781fd..41f8c237f7 100644 --- a/DuetPkg/DuetPkg.dsc +++ b/DuetPkg/DuetPkg.dsc @@ -12,6 +12,7 @@ [LibraryClasses.common] BaseLib|MdePkg/Library/BaseLib/BaseLib.inf + SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf