From 5e1c3eedcdf496f4961948f80716f9518438e52d Mon Sep 17 00:00:00 2001 From: jwang36 Date: Thu, 13 Jul 2006 08:24:50 +0000 Subject: Added license & copyright declaration git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@967 6f19259b-4bc3-4df7-8a09-765794883524 --- .../BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.msa | 10 ++++++++++ MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.msa | 10 ++++++++++ MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.msa | 10 ++++++++++ MdePkg/Library/BaseLib/BaseLib.msa | 10 ++++++++++ MdePkg/Library/BaseMemoryLib/BaseMemoryLib.msa | 10 ++++++++++ MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.msa | 10 ++++++++++ MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.msa | 10 ++++++++++ MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.msa | 10 ++++++++++ MdePkg/Library/BasePcdLibNull/BasePcdLibNull.msa | 10 ++++++++++ MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.msa | 10 ++++++++++ MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa | 10 ++++++++++ MdePkg/Library/BasePciLibCf8/BasePciLibCf8.msa | 10 ++++++++++ MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.msa | 10 ++++++++++ .../BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.msa | 10 ++++++++++ MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa | 10 ++++++++++ .../Library/BasePerformanceLibNull/BasePerformanceLibNull.msa | 10 ++++++++++ MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa | 10 ++++++++++ MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.msa | 10 ++++++++++ MdePkg/Library/BasePrintLib/BasePrintLib.msa | 10 ++++++++++ .../BaseReportStatusCodeLibNull.msa | 10 ++++++++++ MdePkg/Library/BaseSmbusLib/BaseSmbusLib.msa | 10 ++++++++++ MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa | 10 ++++++++++ MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.msa | 10 ++++++++++ MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.msa | 10 ++++++++++ MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.msa | 10 ++++++++++ MdePkg/Library/DxeHobLib/DxeHobLib.msa | 10 ++++++++++ MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa | 10 ++++++++++ .../Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.msa | 10 ++++++++++ MdePkg/Library/DxeMemoryLib/DxeMemoryLib.msa | 10 ++++++++++ MdePkg/Library/DxePcdLib/DxePcdLib.msa | 10 ++++++++++ .../Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.msa | 10 ++++++++++ MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.msa | 10 ++++++++++ MdePkg/Library/DxeSmbusLib/DxeSmbusLib.msa | 10 ++++++++++ .../Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.msa | 10 ++++++++++ MdePkg/Library/HiiLib/HiiLib.msa | 10 ++++++++++ MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa | 10 ++++++++++ .../PeiDxeDebugLibReportStatusCode.msa | 10 ++++++++++ .../PeiDxePostCodeLibReportStatusCode.msa | 10 ++++++++++ MdePkg/Library/PeiHobLib/PeiHobLib.msa | 10 ++++++++++ MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.msa | 10 ++++++++++ .../Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.msa | 10 ++++++++++ MdePkg/Library/PeiMemoryLib/PeiMemoryLib.msa | 10 ++++++++++ MdePkg/Library/PeiPcdLib/PeiPcdLib.msa | 10 ++++++++++ .../Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.msa | 10 ++++++++++ .../PeiResourcePublicationLib/PeiResourcePublicationLib.msa | 10 ++++++++++ MdePkg/Library/PeiServicesLib/PeiServicesLib.msa | 10 ++++++++++ .../PeiServicesTablePointerLib/PeiServicesTablePointerLib.msa | 10 ++++++++++ .../PeiServicesTablePointerLibMm7.msa | 10 ++++++++++ MdePkg/Library/PeiSmbusLib/PeiSmbusLib.msa | 10 ++++++++++ MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa | 10 ++++++++++ .../UefiBootServicesTableLib/UefiBootServicesTableLib.msa | 10 ++++++++++ MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa | 10 ++++++++++ MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa | 10 ++++++++++ MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.msa | 10 ++++++++++ .../UefiDevicePathLibDevicePathProtocol.msa | 10 ++++++++++ MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa | 10 ++++++++++ MdePkg/Library/UefiDriverModelLib/UefiDriverModelLib.msa | 10 ++++++++++ MdePkg/Library/UefiLib/UefiLib.msa | 10 ++++++++++ .../UefiRuntimeServicesTableLib.msa | 10 ++++++++++ MdePkg/MdePkg.fpd | 10 ++++++++++ MdePkg/MdePkg.spd | 10 ++++++++++ 61 files changed, 610 insertions(+) (limited to 'MdePkg') diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.msa b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.msa index 02ea370151..0d4cfc108c 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.msa +++ b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.msa @@ -1,4 +1,14 @@ + BaseCacheMaintenanceLib diff --git a/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.msa b/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.msa index 05bf1b5d9d..a71f9ac8ff 100644 --- a/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.msa +++ b/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.msa @@ -1,4 +1,14 @@ + BaseDebugLibNull diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.msa b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.msa index df700c387d..30420f3679 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.msa +++ b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.msa @@ -1,4 +1,14 @@ + BaseIoLibIntrinsic diff --git a/MdePkg/Library/BaseLib/BaseLib.msa b/MdePkg/Library/BaseLib/BaseLib.msa index b8d187eacf..cb5359a14f 100644 --- a/MdePkg/Library/BaseLib/BaseLib.msa +++ b/MdePkg/Library/BaseLib/BaseLib.msa @@ -1,4 +1,14 @@  + BaseLib diff --git a/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.msa b/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.msa index 52fe3bbfba..786831eea4 100644 --- a/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.msa +++ b/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.msa @@ -1,4 +1,14 @@ + BaseMemoryLib diff --git a/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.msa b/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.msa index eec65f057c..978a3628a6 100644 --- a/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.msa +++ b/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.msa @@ -1,4 +1,14 @@ + BaseMemoryLibMmx diff --git a/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.msa b/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.msa index 41c85bd6d4..498f4789b5 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.msa +++ b/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.msa @@ -1,4 +1,14 @@ + BaseMemoryLibRepStr diff --git a/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.msa b/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.msa index e3613b1f1a..5d88cbcc11 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.msa +++ b/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.msa @@ -1,4 +1,14 @@ + BaseMemoryLibSse2 diff --git a/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.msa b/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.msa index 4537f602c3..04f8f8fa41 100644 --- a/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.msa +++ b/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.msa @@ -1,4 +1,14 @@ + BasePcdLibNull diff --git a/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.msa b/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.msa index aa6309b269..cbf1769638 100644 --- a/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.msa +++ b/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.msa @@ -1,4 +1,14 @@ + BasePciCf8Lib diff --git a/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa b/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa index 5279a61ea6..9db23eb2e5 100644 --- a/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa +++ b/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa @@ -1,4 +1,14 @@ + BasePciExpressLib diff --git a/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.msa b/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.msa index e2b6c5b6ee..7ef6b442f9 100644 --- a/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.msa +++ b/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.msa @@ -1,4 +1,14 @@ + BasePciLibCf8 diff --git a/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.msa b/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.msa index 0472d32e94..931320ec67 100644 --- a/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.msa +++ b/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.msa @@ -1,4 +1,14 @@ + BasePciLibPciExpress diff --git a/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.msa b/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.msa index 5512f6cfbf..7a20de58ef 100644 --- a/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.msa +++ b/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.msa @@ -1,4 +1,14 @@ + BasePeCoffGetEntryPointLib diff --git a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa index e2c6e1e149..69094ad1b8 100644 --- a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa +++ b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa @@ -1,4 +1,14 @@ + BasePeCoffLib diff --git a/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.msa b/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.msa index 0026b44e1a..475a053908 100644 --- a/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.msa +++ b/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.msa @@ -1,4 +1,14 @@ + BasePerformanceLibNull diff --git a/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa b/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa index f4095f38dc..1d07f90eda 100644 --- a/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa +++ b/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa @@ -1,4 +1,14 @@ + BasePostCodeLibDebug diff --git a/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.msa b/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.msa index 7677762c55..e33ddb3b9d 100644 --- a/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.msa +++ b/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.msa @@ -1,4 +1,14 @@ + BasePostCodeLibPort80 diff --git a/MdePkg/Library/BasePrintLib/BasePrintLib.msa b/MdePkg/Library/BasePrintLib/BasePrintLib.msa index 6e6865aa4a..1b1fe7b34c 100644 --- a/MdePkg/Library/BasePrintLib/BasePrintLib.msa +++ b/MdePkg/Library/BasePrintLib/BasePrintLib.msa @@ -1,4 +1,14 @@ + BasePrintLib diff --git a/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.msa b/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.msa index 2c9a392628..14e8a845b0 100644 --- a/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.msa +++ b/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.msa @@ -1,4 +1,14 @@ + BaseReportStatusCodeLibNull diff --git a/MdePkg/Library/BaseSmbusLib/BaseSmbusLib.msa b/MdePkg/Library/BaseSmbusLib/BaseSmbusLib.msa index 1971f378ff..ab20f698e2 100644 --- a/MdePkg/Library/BaseSmbusLib/BaseSmbusLib.msa +++ b/MdePkg/Library/BaseSmbusLib/BaseSmbusLib.msa @@ -1,4 +1,14 @@ + BaseSmbusLib diff --git a/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa b/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa index 144a6f19bd..7dedf9b790 100644 --- a/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa +++ b/MdePkg/Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa @@ -1,4 +1,14 @@ + BaseTimerLibLocalApic diff --git a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.msa b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.msa index 08ac9af7f1..4c785bd3fb 100644 --- a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.msa +++ b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.msa @@ -1,4 +1,14 @@ + BaseUefiDecompressLib diff --git a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.msa b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.msa index fb2a120647..ae9e784bfd 100644 --- a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.msa +++ b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.msa @@ -1,4 +1,14 @@ + DxeCoreEntryPoint diff --git a/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.msa b/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.msa index c5057e32b2..932c81fe3a 100644 --- a/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.msa +++ b/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.msa @@ -1,4 +1,14 @@ + DxeCoreHobLib diff --git a/MdePkg/Library/DxeHobLib/DxeHobLib.msa b/MdePkg/Library/DxeHobLib/DxeHobLib.msa index 21ade99b76..2e8ed294c7 100644 --- a/MdePkg/Library/DxeHobLib/DxeHobLib.msa +++ b/MdePkg/Library/DxeHobLib/DxeHobLib.msa @@ -1,4 +1,14 @@ + DxeHobLib diff --git a/MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa b/MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa index c570679b15..fdabbbe2f1 100644 --- a/MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa +++ b/MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa @@ -1,4 +1,14 @@ + DxeIoLibCpuIo diff --git a/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.msa b/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.msa index 12d5ea35f1..f0bab9567f 100644 --- a/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.msa +++ b/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.msa @@ -1,4 +1,14 @@ + DxeMemoryAllocationLib diff --git a/MdePkg/Library/DxeMemoryLib/DxeMemoryLib.msa b/MdePkg/Library/DxeMemoryLib/DxeMemoryLib.msa index dfe66a5e1b..d78330aede 100644 --- a/MdePkg/Library/DxeMemoryLib/DxeMemoryLib.msa +++ b/MdePkg/Library/DxeMemoryLib/DxeMemoryLib.msa @@ -1,4 +1,14 @@ + DxeMemoryLib diff --git a/MdePkg/Library/DxePcdLib/DxePcdLib.msa b/MdePkg/Library/DxePcdLib/DxePcdLib.msa index 34ef95dee4..2ef4c854bc 100644 --- a/MdePkg/Library/DxePcdLib/DxePcdLib.msa +++ b/MdePkg/Library/DxePcdLib/DxePcdLib.msa @@ -1,4 +1,14 @@ + DxePcdLib diff --git a/MdePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.msa b/MdePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.msa index 63bc39ca30..e34f171ed5 100644 --- a/MdePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.msa +++ b/MdePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.msa @@ -1,4 +1,14 @@ + DxeReportStatusCodeLib diff --git a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.msa b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.msa index 712adefb97..d8b8e42b0b 100644 --- a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.msa +++ b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.msa @@ -1,4 +1,14 @@ + DxeServicesTableLib diff --git a/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.msa b/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.msa index a3e6c0c055..3e35056e69 100644 --- a/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.msa +++ b/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.msa @@ -1,4 +1,14 @@ + DxeSmbusLib diff --git a/MdePkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.msa b/MdePkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.msa index 2abc4ae00f..aa4e97bc7a 100644 --- a/MdePkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.msa +++ b/MdePkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.msa @@ -1,4 +1,14 @@ + DxeSmmDriverEntryPoint diff --git a/MdePkg/Library/HiiLib/HiiLib.msa b/MdePkg/Library/HiiLib/HiiLib.msa index 84a2b61bd4..e96151fb4d 100644 --- a/MdePkg/Library/HiiLib/HiiLib.msa +++ b/MdePkg/Library/HiiLib/HiiLib.msa @@ -1,4 +1,14 @@ + HiiLib diff --git a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa index f10b1d3dae..314ec2f498 100644 --- a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa +++ b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa @@ -1,4 +1,14 @@ + PeiCoreEntryPoint diff --git a/MdePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.msa b/MdePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.msa index 00b5991e51..c80705b97d 100644 --- a/MdePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.msa +++ b/MdePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.msa @@ -1,4 +1,14 @@ + PeiDxeDebugLibReportStatusCode diff --git a/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.msa b/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.msa index 510f6cf36e..27f8e9c95d 100644 --- a/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.msa +++ b/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.msa @@ -1,4 +1,14 @@ + PeiDxePostCodeLibReportStatusCode diff --git a/MdePkg/Library/PeiHobLib/PeiHobLib.msa b/MdePkg/Library/PeiHobLib/PeiHobLib.msa index aebc27ef58..c85c4d26a1 100644 --- a/MdePkg/Library/PeiHobLib/PeiHobLib.msa +++ b/MdePkg/Library/PeiHobLib/PeiHobLib.msa @@ -1,4 +1,14 @@ + PeiHobLib diff --git a/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.msa b/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.msa index eebb537de7..c1bed11279 100644 --- a/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.msa +++ b/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.msa @@ -1,4 +1,14 @@ + PeiIoLibCpuIo diff --git a/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.msa b/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.msa index 6054b76c7d..16e8f62520 100644 --- a/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.msa +++ b/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.msa @@ -1,4 +1,14 @@ + PeiMemoryAllocationLib diff --git a/MdePkg/Library/PeiMemoryLib/PeiMemoryLib.msa b/MdePkg/Library/PeiMemoryLib/PeiMemoryLib.msa index 3479f71660..8c150c20dd 100644 --- a/MdePkg/Library/PeiMemoryLib/PeiMemoryLib.msa +++ b/MdePkg/Library/PeiMemoryLib/PeiMemoryLib.msa @@ -1,4 +1,14 @@ + PeiMemoryLib diff --git a/MdePkg/Library/PeiPcdLib/PeiPcdLib.msa b/MdePkg/Library/PeiPcdLib/PeiPcdLib.msa index 46080039dd..97638dafef 100644 --- a/MdePkg/Library/PeiPcdLib/PeiPcdLib.msa +++ b/MdePkg/Library/PeiPcdLib/PeiPcdLib.msa @@ -1,4 +1,14 @@ + PeiPcdLib diff --git a/MdePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.msa b/MdePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.msa index 103f17b3ae..3684bc9f4b 100644 --- a/MdePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.msa +++ b/MdePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.msa @@ -1,4 +1,14 @@ + PeiReportStatusCodeLib diff --git a/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.msa b/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.msa index f90107f2e1..6809cc367e 100644 --- a/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.msa +++ b/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.msa @@ -1,4 +1,14 @@ + PeiResourcePublicationLib diff --git a/MdePkg/Library/PeiServicesLib/PeiServicesLib.msa b/MdePkg/Library/PeiServicesLib/PeiServicesLib.msa index c5f99f3745..ee6ff78ce5 100644 --- a/MdePkg/Library/PeiServicesLib/PeiServicesLib.msa +++ b/MdePkg/Library/PeiServicesLib/PeiServicesLib.msa @@ -1,4 +1,14 @@ + PeiServicesLib diff --git a/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.msa b/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.msa index b7d707febc..6367152c79 100644 --- a/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.msa +++ b/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.msa @@ -1,4 +1,14 @@ + PeiServicesTablePointerLib diff --git a/MdePkg/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.msa b/MdePkg/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.msa index 259f362fa7..9cce9a9af6 100644 --- a/MdePkg/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.msa +++ b/MdePkg/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.msa @@ -1,4 +1,14 @@ + PeiServicesTablePointerLibMm7 diff --git a/MdePkg/Library/PeiSmbusLib/PeiSmbusLib.msa b/MdePkg/Library/PeiSmbusLib/PeiSmbusLib.msa index 18abfff1e1..dda413666e 100644 --- a/MdePkg/Library/PeiSmbusLib/PeiSmbusLib.msa +++ b/MdePkg/Library/PeiSmbusLib/PeiSmbusLib.msa @@ -1,4 +1,14 @@ + PeiSmbusLib diff --git a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa index b483d63a53..f9c4afae7d 100644 --- a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa +++ b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa @@ -1,4 +1,14 @@ + PeimEntryPoint diff --git a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.msa b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.msa index d19d0bd09b..648ac37815 100644 --- a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.msa +++ b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.msa @@ -1,4 +1,14 @@ + UefiBootServicesTableLib diff --git a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa index 646bef458b..b85d4d5b4e 100644 --- a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa +++ b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa @@ -1,4 +1,14 @@ + UefiDebugLibConOut diff --git a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa index 9339d5040c..ac16e2cc5f 100644 --- a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa +++ b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa @@ -1,4 +1,14 @@ + UefiDebugLibStdErr diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.msa b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.msa index 68947efbf0..80fa54293e 100644 --- a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.msa +++ b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.msa @@ -1,4 +1,14 @@ + UefiDevicePathLib diff --git a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.msa b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.msa index cfa899960d..ebfade9ba1 100644 --- a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.msa +++ b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.msa @@ -1,4 +1,14 @@ + UefiDevicePathLibDevicePathProtocol diff --git a/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa b/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa index 4537068bb2..e4ba0be6e2 100644 --- a/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa +++ b/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa @@ -1,4 +1,14 @@ + UefiDriverEntryPoint diff --git a/MdePkg/Library/UefiDriverModelLib/UefiDriverModelLib.msa b/MdePkg/Library/UefiDriverModelLib/UefiDriverModelLib.msa index f0795f8bdc..0aa7c57ddb 100644 --- a/MdePkg/Library/UefiDriverModelLib/UefiDriverModelLib.msa +++ b/MdePkg/Library/UefiDriverModelLib/UefiDriverModelLib.msa @@ -1,4 +1,14 @@ + UefiDriverModelLib diff --git a/MdePkg/Library/UefiLib/UefiLib.msa b/MdePkg/Library/UefiLib/UefiLib.msa index 5b059f7174..c02d365d24 100644 --- a/MdePkg/Library/UefiLib/UefiLib.msa +++ b/MdePkg/Library/UefiLib/UefiLib.msa @@ -1,4 +1,14 @@ + UefiLib diff --git a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.msa b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.msa index e9d4671ef3..7bef75dbda 100644 --- a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.msa +++ b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.msa @@ -1,4 +1,14 @@  + UefiRuntimeServicesTableLib diff --git a/MdePkg/MdePkg.fpd b/MdePkg/MdePkg.fpd index 85e7604abf..9114135546 100644 --- a/MdePkg/MdePkg.fpd +++ b/MdePkg/MdePkg.fpd @@ -1,4 +1,14 @@ + MdePkgAll diff --git a/MdePkg/MdePkg.spd b/MdePkg/MdePkg.spd index 1dd52ca07a..16093cb794 100644 --- a/MdePkg/MdePkg.spd +++ b/MdePkg/MdePkg.spd @@ -1,4 +1,14 @@ + MdePkg -- cgit v1.2.3