]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecFspWrapperPlatformSecLibSample.inf
IntelFsp2WrapperPkg SecFspWrapperPlatformSecLibSample:Update code to pass build
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / SecFspWrapperPlatformSecLibSample / SecFspWrapperPlatformSecLibSample.inf
index 10df778df3f6e05cf329005eb6ef9d3cd11c5347..dfa5c15d2f25b368deb626c50df666254b534b76 100644 (file)
@@ -23,7 +23,7 @@
   FILE_GUID                      = 8F1AC44A-CE7E-4E29-95BB-92E321BB1573\r
   MODULE_TYPE                    = SEC\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = FspWrapperPlatformSecLib\r
+  LIBRARY_CLASS                  = PlatformSecLib\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
   PlatformInit.c\r
 \r
 [Sources.IA32]\r
-  Ia32/SecEntry.asm\r
-  Ia32/PeiCoreEntry.asm\r
-  Ia32/Stack.asm\r
   Ia32/Fsp.h\r
-  Ia32/SecEntry.S\r
-  Ia32/PeiCoreEntry.S\r
-  Ia32/Stack.S\r
+  Ia32/SecEntry.nasm\r
+  Ia32/PeiCoreEntry.nasm\r
+  Ia32/Stack.nasm\r
 \r
 ################################################################################\r
 #\r
@@ -71,6 +68,8 @@
 [LibraryClasses]\r
   LocalApicLib\r
   SerialPortLib\r
+  DebugLib\r
+  BaseMemoryLib\r
 \r
 [Ppis]\r
   gEfiSecPlatformInformationPpiGuid       ## CONSUMES\r
   gTopOfTemporaryRamPpiGuid               ## PRODUCES\r
 \r
 [Pcd]\r
-  gFspWrapperTokenSpaceGuid.PcdFsptBaseAddress                  ## CONSUMES\r
-  gFspWrapperTokenSpaceGuid.PcdFspmBaseAddress                  ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFsptBaseAddress              ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress              ## CONSUMES\r
 \r
 [FixedPcd]\r
-  gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchAddress         ## CONSUMES\r
-  gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize      ## CONSUMES\r
-  gFspWrapperTokenSpaceGuid.PcdFlashMicrocodeOffset             ## CONSUMES\r
-  gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheAddress            ## CONSUMES\r
-  gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheSize               ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdCpuMicrocodePatchAddress     ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize  ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFlashMicrocodeOffset         ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFlashCodeCacheAddress        ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFlashCodeCacheSize           ## CONSUMES\r