summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common/Library/MultiPlatformLib/MultiPlatformLib.inf
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-08-03 10:08:22 +0800
committerGuo Mang <mang.guo@intel.com>2016-08-04 10:30:50 +0800
commitcc95732a88d815178f22793e13b3de8e4073e77b (patch)
tree2d81a3b6af7e67c0a8dacd578e170d2b7a80d428 /BraswellPlatformPkg/Common/Library/MultiPlatformLib/MultiPlatformLib.inf
parent40c3a7f1e81582b5a8279d405b5cb6ca80d99c42 (diff)
downloadedk2-platforms-cc95732a88d815178f22793e13b3de8e4073e77b.tar.xz
BraswellPlatformPkg: Move Library to Common/Library
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'BraswellPlatformPkg/Common/Library/MultiPlatformLib/MultiPlatformLib.inf')
-rw-r--r--BraswellPlatformPkg/Common/Library/MultiPlatformLib/MultiPlatformLib.inf62
1 files changed, 62 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/Common/Library/MultiPlatformLib/MultiPlatformLib.inf b/BraswellPlatformPkg/Common/Library/MultiPlatformLib/MultiPlatformLib.inf
new file mode 100644
index 0000000000..dffa148d9d
--- /dev/null
+++ b/BraswellPlatformPkg/Common/Library/MultiPlatformLib/MultiPlatformLib.inf
@@ -0,0 +1,62 @@
+## @file
+# Platform configuration detail infomation.
+#
+# Getting/setting platform info, such as GPIO, Clkgen, Jumper, OEMID, SSID/SVID.
+#
+# Copyright (c) 2013 - 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
+# which 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.
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = MultiPlatformLib
+ FILE_GUID = AB83A52B-B44A-462c-B099-444CC0ED274D
+ MODULE_TYPE = PEIM
+ VERSION_STRING = 1.0
+ LIBRARY_CLASS = MultiPlatformLib
+ PI_SPECIFICATION_VERSION = 0x0001000A
+
+[Sources]
+ MultiPlatformLib.c
+ MultiPlatformLib.h
+ BoardIdentify.c
+
+#GPIO
+ BswBoardGpios/BoardGpios.c
+ BswBoardGpios/BoardGpios.h
+
+[Guids]
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+ BraswellPlatformPkg/BraswellPlatformPkg.dec
+ IntelFrameworkPkg/IntelFrameworkPkg.dec
+ ChvRefCodePkg/ChvRefCodePkg.dec
+
+
+[LibraryClasses]
+ DebugLib
+ HobLib
+ IoLib
+ PeiKscLib
+ I2CLibPei
+ GpioLib
+
+[Ppis]
+ gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES
+ gEfiPeiSmbus2PpiGuid ## NOTIFY
+
+[Pcd.common]
+ gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES
+
+ gEfiEdkIIPlatformTokenSpaceGuid.PcdPlatformInfo
+ gEfiEdkIIPlatformTokenSpaceGuid.PcdGpioInitFunc