diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2016-06-01 09:48:38 +0800 |
---|---|---|
committer | Jiewen Yao <jiewen.yao@intel.com> | 2016-06-15 09:31:28 +0800 |
commit | 9429e8a07da184ed4c5051c7ad7647677b0740aa (patch) | |
tree | f2fa49c156e11f546559b0dfa657303010616351 /IntelSiliconPkg/IntelSiliconPkg.dec | |
parent | 8832c79d6439adc09d7cc89b22268899026ff7f8 (diff) | |
download | edk2-9429e8a07da184ed4c5051c7ad7647677b0740aa.zip edk2-9429e8a07da184ed4c5051c7ad7647677b0740aa.tar.gz edk2-9429e8a07da184ed4c5051c7ad7647677b0740aa.tar.bz2 |
IntelSiliconPkg: Add initial version.
This package will include open source common Intel silicon related modules.
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Diffstat (limited to 'IntelSiliconPkg/IntelSiliconPkg.dec')
-rw-r--r-- | IntelSiliconPkg/IntelSiliconPkg.dec | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/IntelSiliconPkg/IntelSiliconPkg.dec b/IntelSiliconPkg/IntelSiliconPkg.dec new file mode 100644 index 0000000..e42dbad --- /dev/null +++ b/IntelSiliconPkg/IntelSiliconPkg.dec @@ -0,0 +1,24 @@ +## @file
+# IntelSilicon Package
+#
+# This package provides common open source Intel silicon modules.
+#
+# Copyright (c) 2016, 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.
+#
+##
+
+[Defines]
+ DEC_SPECIFICATION = 0x00010005
+ PACKAGE_NAME = IntelSiliconPkg
+ PACKAGE_GUID = F7A58914-FA0E-4F71-BD6A-220FDF824A49
+ PACKAGE_VERSION = 0.1
+
+[Includes]
+ Include
|