Home | History | Annotate | Download | only in Ppi
      1 /*++
      2 
      3   Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>
      4   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 
     13   Module Name:
     14 
     15     EdkNt32PpiLib.inf
     16 
     17   Abstract:
     18 
     19     Component description file for the Edk Nt32 PPI library.
     20 
     21 --*/
     22 
     23 [defines]
     24 BASE_NAME=   EdkNt32PpiLib
     25 COMPONENT_TYPE=   LIBRARY
     26 
     27 [includes.common]
     28   $(EDK_SOURCE)/Sample/Platform/Nt32
     29   $(EDK_SOURCE)/Foundation/Efi
     30   $(EDK_SOURCE)/Foundation/Include
     31   $(EDK_SOURCE)/Foundation/Efi/Include
     32   $(EDK_SOURCE)/Foundation/Framework/Include
     33   $(EDK_SOURCE)/Foundation/Include/IndustryStandard
     34   $(EDK_SOURCE)/Foundation/Include/Pei
     35   $(EDK_SOURCE)/Foundation/Library/Pei/Include
     36   $(EDK_SOURCE)/Foundation/Core/Dxe
     37   $(EDK_SOURCE)/Foundation/Library/Dxe/Include
     38   $(EDK_SOURCE)/Foundation/Framework
     39 
     40 [nmake.common]
     41 C_STD_INCLUDE=
     42 
     43 [sources.common]
     44     NtAutoScan/NtAutoScan.h
     45     NtAutoScan/NtAutoScan.c
     46     NtFwh/NtFwh.h
     47     NtFwh/NtFwh.c
     48     NtLoadAsDll/NtLoadAsDll.h
     49     NtLoadAsDll/NtLoadAsDll.c
     50     NtPeiLoadFile/NtPeiLoadFile.h
     51     NtPeiLoadFile/NtPeiLoadFile.c
     52     NtThunk/NtThunk.h
     53     NtThunk/NtThunk.c
     54