#*****************************************************************************
#* FILE NAME:       sources
#* FILE CONTAINS:
#* DESCRIPTION:     Make driver from sources
#* NOTES:           
#*****************************************************************************
#*                   INTEL CORPORATION PROPRIETARY INFORMATION
#*     This software is supplied under the terms of a license agreement or
#*     nondisclosure agreement with Intel Corporation and may not be copied
#*     or disclosed except in accordance with the terms of that agreement.
#*           Copyright (c) 1995-2000 Intel Corporation.  All Rights Reserved.
#*****************************************************************************
#*
#* NOTE:
#*
#*  1 - "w2k_drv.c" is only for NT 4 or Win 2000.
#*
#*  2 - "DebugPrint.c" is only for NT 4 or Win 2000 and is intended only for
#*      development purposes.
#*
#*****************************************************************************

TARGETNAME = imbdrv
TARGETPATH = ..\drivers\lib
TARGETTYPE = DRIVER
TARGETLIBS= $(DDK_LIB_PATH)\wmilib.lib 

INCLUDES = .

C_DEFINES   = -DD_SupportWin2000
#C_DEFINES  = -DD_SupportWin2000 -DD_DiagMsgEnable -DD_CompilerDiagnostics

SOURCES =   IMBDrv.mof          \
            imb_log.rc          \
            imb_nt.c            \
            imb_drv.c           \
            imb_asyn.c          \
            memmap.c            \
            smic.c              \
            kcs.c               \
            IMBDrvWMI.c         \
            w2k_drv.c           \
            w2k_pnp.c           \
            w2k_pm.c            \
            w2k_wmi.c
#           DebugPrint.c

NTTARGETFILE0 = imb_log.h       \
                IMBDrvMOF.h     \
                IMBDrvMOF.x     \
                IMBDrvMOF.vbs

