]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DynamicTablesPkg: Fix line endings in dsc file
authorSami Mujawar <sami.mujawar@arm.com>
Tue, 26 Mar 2019 15:08:06 +0000 (15:08 +0000)
committerSami Mujawar <sami.mujawar@arm.com>
Tue, 11 Jun 2019 09:06:42 +0000 (10:06 +0100)
Changed the line endings to DOS line endings for
DynamicTablesPkg/DynamicTablesPkg.dsc

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
DynamicTablesPkg/DynamicTablesPkg.dsc

index 632c26abe9b18e1d6e8195a8b44adeaaddcbec13..e92578c952755bd9be037241eb4530b9968fe89c 100644 (file)
@@ -1,37 +1,37 @@
-## @file
-#  Dsc file for Dynamic Tables Framework.
-#
-#  Copyright (c) 2019, Linaro Limited. All rights reserved.<BR>
-#
+## @file\r
+#  Dsc file for Dynamic Tables Framework.\r
+#\r
+#  Copyright (c) 2019, Linaro Limited. All rights reserved.<BR>\r
+#\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-##
-
-[Defines]
-  PLATFORM_NAME                  = DynamicTables
-  PLATFORM_GUID                  = f39096a0-7a0a-442a-9413-cf584ef80cbb
-  PLATFORM_VERSION               = 0.1
-  DSC_SPECIFICATION              = 0x0001001a
-  OUTPUT_DIRECTORY               = Build/DynamicTables
-  SUPPORTED_ARCHITECTURES        = ARM|AARCH64
-  BUILD_TARGETS                  = DEBUG|RELEASE|NOOPT
-  SKUID_IDENTIFIER               = DEFAULT
-
-!include DynamicTables.dsc.inc
-
-[LibraryClasses]
-  BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
-  BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
-  DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
-  IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
-  MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
-  PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
-  PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
-  UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
-  UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
-
-[LibraryClasses.ARM, LibraryClasses.AARCH64]
-  PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
-
-[Components.common]
-  DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
+#\r
+##\r
+\r
+[Defines]\r
+  PLATFORM_NAME                  = DynamicTables\r
+  PLATFORM_GUID                  = f39096a0-7a0a-442a-9413-cf584ef80cbb\r
+  PLATFORM_VERSION               = 0.1\r
+  DSC_SPECIFICATION              = 0x0001001a\r
+  OUTPUT_DIRECTORY               = Build/DynamicTables\r
+  SUPPORTED_ARCHITECTURES        = ARM|AARCH64\r
+  BUILD_TARGETS                  = DEBUG|RELEASE|NOOPT\r
+  SKUID_IDENTIFIER               = DEFAULT\r
+\r
+!include DynamicTables.dsc.inc\r
+\r
+[LibraryClasses]\r
+  BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
+  BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
+  DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
+  IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
+  MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
+  PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
+  PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
+  UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
+  UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
+\r
+[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
+  PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf\r
+\r
+[Components.common]\r
+  DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf\r