Home | History | Annotate | Download | only in CpuIA32Lib
      1 #
      2 #
      3 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
      4 #                                                                                  

      6 # This program and the accompanying materials are licensed and made available under

      8 # the terms and conditions of the BSD License that accompanies this distribution.  

     10 # The full text of the license may be found at                                     

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

     14 #                                                                                  

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

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

     20 #                                                                                  

     22 #
     23 #
     24 #   Module Name:
     25 #
     26 #     CpuIA32Lib.inf
     27 #
     28 #   Abstract:
     29 #
     30 #     Component description file for the Cpu IA32 library.
     31 #
     32 #--*/
     33 
     34 [defines]
     35   INF_VERSION                    = 0x00010005
     36   BASE_NAME                      = CpuIA32Lib
     37   FILE_GUID                      = 98546178-64F1-4d2e-814F-6BF963DB7930
     38   MODULE_TYPE                    = BASE
     39   VERSION_STRING                 = 1.0
     40   LIBRARY_CLASS                  = CpuIA32Lib
     41   PI_SPECIFICATION_VERSION       = 0x0001000A
     42 
     43 [Sources]
     44   EfiCpuVersion.c
     45 
     46 [Sources.IA32]
     47   IA32/CpuIA32.c
     48 
     49 [Sources.X64]
     50   X64/Cpu.asm
     51   X64/Cpu.S
     52 
     53 [Packages]
     54   MdePkg/MdePkg.dec
     55   Vlv2TbltDevicePkg/PlatformPkg.dec
     56