]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Include/Protocol/SecurityPolicy.h
f587b441e560ee62902a56218b96ce83f3411b96
[mirror_edk2.git] / EdkModulePkg / Include / Protocol / SecurityPolicy.h
1 /*++
2
3 Copyright (c) 2006, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12 Module Name:
13
14 SecurityPolicy.h
15
16 Abstract:
17
18 Security Policy protocol as defined in the DXE CIS
19
20 --*/
21
22 #ifndef _SECURITY_POLICY_H_
23 #define _SECURITY_POLICY_H_
24
25 //
26 // Security policy protocol GUID definition
27 //
28 #define EFI_SECURITY_POLICY_PROTOCOL_GUID \
29 {0x78E4D245, 0xCD4D, 0x4a05, {0xA2, 0xBA, 0x47, 0x43, 0xE8, 0x6C, 0xFC, 0xAB} }
30
31 extern EFI_GUID gEfiSecurityPolicyProtocolGuid;
32
33 #endif