/************************ START OF SPECIFICATIONS ***************************/
/*                                                                          */
/* SOURCE FILE NAME:  README                                                */
/*                                                                          */
/* DESCRIPTIVE NAME:  Data file that describes each file in the Generic     */
/*                    Video Install sample.                                 */
/*                                                                          */
/* COPYRIGHT:                                                               */
/*              Copyright (c) IBM Corporation  1993                         */
/*                        All Rights Reserved                               */
/*                                                                          */
/* STATUS:  Workshop toolkit 1.0                                            */
/*                                                                          */
/*************************** END OF SPECIFICATIONS **************************/

    This subdirectory contains the Video Installation Sample.  This sample
    shows how the manufacturer of a video capture adapter can install that
    adapter into the MMPM/2 system so that the adapter can then be used by
    the Digital Video Recorder to record software motion video.

    The files included with this sample are the following:

    makefile     - Creates the resource DLL containing the video adapter
                   data by compiling cardinfo.rc into cardinfo.dll
                 - Creates the help file used during installation by
                   compiling vidhelp.itl into vidhelp.hlp

    cardinfo.rc  - data file that describes the video adapter

    rcstub.c     - stub 'C' file used when compiling cardinfo.rc

    vidhelp.itl  - text file containing the help information

    control.scr  - main control file containing the information used by
                   Minstall.exe to install the video adapter

    vidfiles.scr - filelist control file containing the list of files to
                   be copied by Minstall
