]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
Add align build option to avoid the build issues.
[mirror_edk2.git] / MdeModulePkg / Universal / SecurityStubDxe / SecurityStubDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
cd98f305 2# This driver produces security architectural protocol based on SecurityManagementLib.\r
d8775055 3#\r
6bfbb5f0 4# Copyright (c) 2006 - 2010, Intel Corporation\r
d8775055 5# All rights reserved. This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
6bfbb5f0 14##\r
d8775055 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SecurityStubDxe\r
19 FILE_GUID = F80697E9-7FD6-4665-8646-88E33EF71DFC\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
d8775055 22 ENTRY_POINT = SecurityStubInitialize\r
23\r
24\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
27#\r
28\r
6bfbb5f0 29[Sources]\r
d8775055 30 SecurityStub.c\r
d8775055 31\r
d8775055 32[Packages]\r
33 MdePkg/MdePkg.dec\r
cd98f305 34 MdeModulePkg/MdeModulePkg.dec\r
d8775055 35\r
36[LibraryClasses]\r
37 UefiDriverEntryPoint\r
38 UefiBootServicesTableLib\r
39 DebugLib\r
cd98f305 40 SecurityManagementLib\r
d8775055 41\r
42[Protocols]\r
e5618791 43 gEfiSecurityArchProtocolGuid ## PRODUCED\r
d8775055 44\r
45[Depex]\r
109e9a61 46 TRUE\r
4526f277 47\r
48[BuildOptions]\r
49# It is required for IA32-version consumer of CryptoLib to add the \r
50# following build options to avoid the build issues.\r
51 MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256\r
52 INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256\r
53