]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / StandaloneMmDriverEntryPoint / StandaloneMmDriverEntryPoint.inf
CommitLineData
5866d499
AB
1## @file\r
2# Module entry point library for Standalone MM driver.\r
3#\r
4# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
5# Copyright (c) 2016-2018, ARM Ltd. All rights reserved.<BR>\r
6# Copyright (c) 2018, Linaro, Limited. All rights reserved.<BR>\r
7#\r
9344f092 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
5866d499
AB
9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x0001001B\r
15 BASE_NAME = StandaloneMmDriverEntryPoint\r
16 MODULE_UNI_FILE = StandaloneMmDriverEntryPoint.uni\r
17 FILE_GUID = 5ca126c0-b598-4f4b-abb9-b6e7d077aea9\r
18 MODULE_TYPE = MM_STANDALONE\r
19 VERSION_STRING = 1.0\r
20 PI_SPECIFICATION_VERSION = 0x00010032\r
21 LIBRARY_CLASS = StandaloneMmDriverEntryPoint|MM_STANDALONE\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 AARCH64\r
27#\r
28\r
29[Sources]\r
30 StandaloneMmDriverEntryPoint.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 DebugLib\r
38 MmServicesTableLib\r