]> git.proxmox.com Git - mirror_edk2.git/blob - StandaloneMmPkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
StandaloneMmPkg: MM driver entry point library.
[mirror_edk2.git] / StandaloneMmPkg / Library / StandaloneMmDriverEntryPoint / StandaloneMmDriverEntryPoint.inf
1 ## @file
2 # Module entry point library for Standalone MM driver.
3 #
4 # Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
5 # Copyright (c) 2016-2018, ARM Ltd. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php.
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x0001001A
19 BASE_NAME = StandaloneMmDriverEntryPoint
20 FILE_GUID = BBC33478-98F8-4B78-B29D-574D681B7E43
21 MODULE_TYPE = MM_STANDALONE
22 VERSION_STRING = 1.0
23 PI_SPECIFICATION_VERSION = 0x00010032
24 LIBRARY_CLASS = StandaloneMmDriverEntryPoint|MM_STANDALONE
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
33 StandaloneMmDriverEntryPoint.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37
38 [LibraryClasses]
39 BaseLib
40 DebugLib
41