]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmAccessPei/SmmAccessPei.inf
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Smm / Pei / SmmAccessPei / SmmAccessPei.inf
diff --git a/QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmAccessPei/SmmAccessPei.inf b/QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmAccessPei/SmmAccessPei.inf
new file mode 100644 (file)
index 0000000..a1e4af7
--- /dev/null
@@ -0,0 +1,51 @@
+## @file\r
+# Component description file for SmmAccessPei module\r
+#\r
+# Copyright (c) 2013-2015 Intel Corporation.\r
+#\r
+# This program and the accompanying materials\r
+# are licensed and made available under the terms and conditions of the BSD License\r
+# which accompanies this distribution.  The full text of the license may be found at\r
+# http://opensource.org/licenses/bsd-license.php\r
+#\r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+##\r
+\r
+[Defines]\r
+INF_VERSION          = 0x00010005\r
+BASE_NAME            = SmmAccessPei\r
+FILE_GUID            = B4E0CDFC-30CD-4b29-A445-B0AA95A532E4\r
+MODULE_TYPE          = PEIM\r
+VERSION_STRING       = 1.0\r
+ENTRY_POINT          = SmmAccessPeiEntryPoint\r
+\r
+[Sources]\r
+  SmmAccessPei.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+  QuarkSocPkg/QuarkSocPkg.dec\r
+\r
+[LibraryClasses]\r
+  PeimEntryPoint\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
+  DebugLib\r
+  HobLib\r
+  PeiServicesLib\r
+  PciLib\r
+  SmmLib\r
+\r
+[Guids]\r
+  gEfiSmmPeiSmramMemoryReserveGuid             # ALWAYS_CONSUMED\r
+\r
+[Ppis]\r
+  gPeiSmmAccessPpiGuid                         # ALWAYS_PRODUCED\r
+  gEfiPeiMemoryDiscoveredPpiGuid               # ALWAYS_CONSUMED\r
+\r
+[Depex]\r
+  gEfiPeiMemoryDiscoveredPpiGuid\r