]> git.proxmox.com Git - mirror_edk2.git/blame - PrmPkg/Samples/PrmSamplePrintModule/PrmSamplePrintModule.inf
PrmPkg: Export major/minor version in PRM module PE COFF header
[mirror_edk2.git] / PrmPkg / Samples / PrmSamplePrintModule / PrmSamplePrintModule.inf
CommitLineData
9276e0d2
MK
1## @file\r
2# Sample PRM Driver\r
3#\r
4# This driver simply uses an OS-provided debug message print service to write\r
5# a debug message. Three PRM handlers are provided that each print a unique\r
6# debug message.\r
7#\r
f96517f4 8# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
9276e0d2
MK
9# Copyright (c) Microsoft Corporation\r
10#\r
11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PrmSamplePrintModule\r
18 FILE_GUID = 1652B3C2-A7A1-46AC-AF93-DD6DEE446669\r
19 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = PrmSamplePrintModuleInit\r
22\r
23[Sources]\r
24 PrmSamplePrintModule.c\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 MdeModulePkg/MdeModulePkg.dec\r
29 PrmPkg/PrmPkg.dec\r
30\r
31[LibraryClasses]\r
32 BaseLib\r
33 UefiDriverEntryPoint\r
34 UefiLib\r
35\r
36[Depex]\r
37 TRUE\r
38\r
39[BuildOptions.common]\r
f96517f4
L
40 MSFT:*_*_*_DLINK_FLAGS = /DLL /SUBSYSTEM:CONSOLE /VERSION:1.0\r
41 MSFT:*_*_*_GENFW_FLAGS = --keepoptionalheader\r