Home | History | Annotate | Download | only in Include
      1 /*++
      2 
      3   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
      4 
      5   This program and the accompanying materials are licensed and made available under
      7   the terms and conditions of the BSD License that accompanies this distribution.
      9   The full text of the license may be found at
     11   http://opensource.org/licenses/bsd-license.php.
     13 
     15   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     17   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     19 
     21 
     23 
     24 Module Name:
     25 
     26     PlatformBootMode.h
     27 
     28 Abstract:
     29 
     30     EFI Platform Boot Mode
     31 
     32 Revision History
     33 
     34 --*/
     35 
     36 #ifndef _EFI_PLATFORM_BOOT_MODE_H_
     37 #define _EFI_PLATFORM_BOOT_MODE_H_
     38 
     39 //
     40 // Global ID for the Platform Boot Mode Protocol.
     41 //
     42 #define   MANUFACTURE_SETUP_NAME             L"MfgDefault"
     43 #define   SAFE_SETUP_NAME                    L"SetupDefault"
     44 #define   OEM_DEFAULTS_SETUP_NAME            L"OemDefault"
     45 #define   CUSTOM_DEFAULTS_SETUP_NAME         L"CustomDefault"
     46 
     47 #endif
     48 
     49 
     50