summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf')
-rw-r--r--BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf34
1 files changed, 34 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf b/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf
new file mode 100644
index 0000000000..ac575975a1
--- /dev/null
+++ b/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf
@@ -0,0 +1,34 @@
+## @file
+# DxeKscLib Localized Abstract and Description Content
+#
+# Copyright (c) 1999 - 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 = DxeKscLib
+ FILE_GUID = C8AE8AF6-ABB4-44b1-A679-E218E1782799
+ MODULE_TYPE = DXE_DRIVER
+ VERSION_STRING = 1.0
+ LIBRARY_CLASS = DxeKscLib
+
+[Sources]
+ DxeKscLib.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+ BraswellPlatformPkg/BraswellPlatformPkg.dec
+ IntelFrameworkPkg/IntelFrameworkPkg.dec
+
+[LibraryClasses]
+ DebugLib
+ IoLib