diff options
author | lushifex <shifeix.a.lu@intel.com> | 2016-06-21 11:02:33 +0800 |
---|---|---|
committer | david wei <david.wei@intel.com> | 2016-06-21 11:30:09 +0800 |
commit | 4b46d4b64151e789ed44ed8d93022ea02a0d6959 (patch) | |
tree | 30e66a942a0f301ce4c48ff4f48472b62266d2ca /Vlv2TbltDevicePkg | |
parent | aa44e98dc23eec452d4d16a86e047d5f91a4440f (diff) | |
download | edk2-4b46d4b64151e789ed44ed8d93022ea02a0d6959.tar.gz edk2-4b46d4b64151e789ed44ed8d93022ea02a0d6959.tar.bz2 edk2-4b46d4b64151e789ed44ed8d93022ea02a0d6959.zip |
Vlv2TbltDevicePkg:Change UNIX to DOS format.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lushifex <shifeix.a.lu@intel.com>
Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'Vlv2TbltDevicePkg')
-rw-r--r-- | Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf | 22 | ||||
-rw-r--r-- | Vlv2TbltDevicePkg/PlatformPkg.dec | 28 |
2 files changed, 30 insertions, 20 deletions
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf b/Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf index 63ccf03029..f1f26355fe 100644 --- a/Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf +++ b/Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf @@ -1,15 +1,15 @@ -#/*++
+## @file
#
# Copyright (c) 1999 - 2015, Intel Corporation. All rights reserved
-#
+#
# This program and the accompanying materials are licensed and made available under
-# the terms and conditions of the BSD License that accompanies this distribution.
-# The full text of the license may be found at
-# http://opensource.org/licenses/bsd-license.php.
-#
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
+# the terms and conditions of the BSD License that accompanies this distribution.
+# The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php.
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
#
# Module Name:
#
@@ -24,7 +24,7 @@ # R01 <04/22/2011> LB Update code for SIO83627UHG support.
# ------------------------------------------------------------------------------
#
-#--*/
+##
[defines]
INF_VERSION = 0x00010005
@@ -141,7 +141,7 @@ gPlatformModuleTokenSpaceGuid.PcdFlashFvRecoveryBase
gPlatformModuleTokenSpaceGuid.PcdFlashFvRecoverySize
gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase
-
+
[Depex]
gEfiPciRootBridgeIoProtocolGuid AND
diff --git a/Vlv2TbltDevicePkg/PlatformPkg.dec b/Vlv2TbltDevicePkg/PlatformPkg.dec index c5e0d24b9d..e81b534e24 100644 --- a/Vlv2TbltDevicePkg/PlatformPkg.dec +++ b/Vlv2TbltDevicePkg/PlatformPkg.dec @@ -3,15 +3,24 @@ #
# This package provides platform specific modules.
# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
-#
-# This program and the accompanying materials are licensed and made available under
-# the terms and conditions of the BSD License that accompanies this distribution.
-# The full text of the license may be found at
-# http://opensource.org/licenses/bsd-license.php.
-#
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
+#
+
+# This program and the accompanying materials are licensed and made available under
+
+# the terms and conditions of the BSD License that accompanies this distribution.
+
+# The full text of the license may be found at
+
+# http://opensource.org/licenses/bsd-license.php.
+
+#
+
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+#
+
#
#
#**/
@@ -206,3 +215,4 @@ gEfiEsrtTableGuid = { 0xb122a263, 0x3661, 0x4f68, { 0x99, 0x29, 0x78, 0xf8, 0xb0, 0xd6, 0x21, 0x80 } }
gEfiCapsuleCrashLogVarGuid = { 0xf3ff1468, 0x04ba, 0x4966, { 0x9f, 0xb2, 0xe4, 0xa7, 0x90, 0x05, 0x46, 0x50 } }
gEfiCapsuleCrashGuid = { 0x0e1d2972, 0x65af, 0x4ac1, { 0xbf, 0xa3, 0xce, 0xf4, 0xab, 0x0c, 0x38, 0xfe } }
+
|