summaryrefslogtreecommitdiff
path: root/SamsungPlatformPkg/SamsungPlatformPkg.dec
diff options
context:
space:
mode:
authorRony Nandy <rony.nandy@linaro.org>2012-12-05 16:45:12 +0530
committerSteven Kinney <steven.kinney@amd.com>2014-04-02 14:40:28 -0500
commit45923f2302645d8efe4004fec9c6b06e487b5e9a (patch)
tree5443bded463dc416a5d64d79e76da76fef7477d9 /SamsungPlatformPkg/SamsungPlatformPkg.dec
parente3ff137e3652a85944ba1ba91ad61f09ef1ff248 (diff)
Samsung/Arndale: Initial Commit
Signed-off-by: Rony Nandy <rony.nandy@linaro.org> Signed-off-by: Shivamurthy Shastri <shiva.murthy@samsung.com> Signed-off-by: Steven Kinney <steven.kinney@linaro.org>
Diffstat (limited to 'SamsungPlatformPkg/SamsungPlatformPkg.dec')
-rw-r--r--SamsungPlatformPkg/SamsungPlatformPkg.dec42
1 files changed, 42 insertions, 0 deletions
diff --git a/SamsungPlatformPkg/SamsungPlatformPkg.dec b/SamsungPlatformPkg/SamsungPlatformPkg.dec
new file mode 100644
index 000000000..32c21f4c2
--- /dev/null
+++ b/SamsungPlatformPkg/SamsungPlatformPkg.dec
@@ -0,0 +1,42 @@
+#/** @file
+# Arm RealView EB package.
+#
+# Copyright (c) 2012, Samsung Electronics Co. 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]
+ DEC_SPECIFICATION = 0x00010005
+ PACKAGE_NAME = SamsungPlatformPkg
+ PACKAGE_GUID = ec1a4982-4a00-47e7-8df5-69c8ce895427
+ PACKAGE_VERSION = 0.1
+
+################################################################################
+#
+# Include Section - list of Include Paths that are provided by this package.
+# Comments are used for Keywords and Module Types.
+#
+# Supported Module Types:
+# BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
+#
+################################################################################
+[Includes.common]
+
+[Guids.common]
+
+[PcdsFeatureFlag.common]
+
+[PcdsFixedAtBuild.common]
+
+[Protocols.common]
+ gSamsungPlatformGpioProtocolGuid = { 0x82b4b2f7, 0x8c18, 0x4dbe, { 0xb7, 0x2e, 0x6a, 0x59, 0xd4, 0x23, 0x0c, 0x40 }}
+ gSamsungPlatformI2CProtocolGuid = { 0x3e71c1f9, 0xe5e4, 0x482b, { 0xac, 0x1e, 0x50, 0xf5, 0x43, 0x59, 0xc8, 0x65 }}
+ gSamsungPlatformRngProtocolGuid = { 0xcdfc7301, 0x38a3, 0x4b4b, { 0xb4, 0x57, 0x8a, 0x72, 0x38, 0xfb, 0xed, 0xf7 }}