Home | History | Annotate | Download | only in SmmCpuPlatformHookLibNull
      1 ## @file

      2 #  SMM CPU Platform Hook NULL library instance.

      3 #

      4 #  Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>

      5 #  This program and the accompanying materials

      6 #  are licensed and made available under the terms and conditions of the BSD License

      7 #  which accompanies this distribution.  The full text of the license may be found at

      8 #  http://opensource.org/licenses/bsd-license.php

      9 #

     10 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

     11 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

     12 #

     13 ##

     14 
     15 ################################################################################

     16 #

     17 # Defines Section - statements that will be processed to create a Makefile.

     18 #

     19 ################################################################################

     20 [Defines]
     21   INF_VERSION                    = 0x00010005
     22   BASE_NAME                      = SmmCpuPlatformHookLibNull
     23   MODULE_UNI_FILE                = SmmCpuPlatformHookLibNull.uni
     24   FILE_GUID                      = D6494E1B-E06F-4ab5-B64D-48B25AA9EB33
     25   MODULE_TYPE                    = DXE_DRIVER
     26   VERSION_STRING                 = 1.0
     27   LIBRARY_CLASS                  = SmmCpuPlatformHookLib
     28 
     29 #

     30 # The following information is for reference only and not required by the build tools.

     31 #

     32 #  VALID_ARCHITECTURES           = IA32 X64

     33 #

     34 
     35 [Sources]
     36   SmmCpuPlatformHookLibNull.c
     37 
     38 [Packages]
     39   MdePkg/MdePkg.dec
     40   UefiCpuPkg/UefiCpuPkg.dec
     41