source: svn/trunk/newcon3bcm2_21bu/BSEAV/api/build/proxy/autogen

Last change on this file was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 730 bytes
Line 
1#!/bin/sh
2
3# This file calls the perl script with the appropriate header
4# files for parsing.
5
6# Every header file except bsettop_pvr.h
7HEADERS="bsettop_display.h \
8        bsettop_message.h \
9        bsettop_recpump.h \
10        bsettop_types.h \
11        bsettop_cipher.h \
12        bsettop_encode.h \
13        bsettop_pcm.h \
14        bsettop_smartcard.h \
15        bsettop_user_io.h \
16        bsettop_config.h \
17        bsettop_graphics.h \
18        bsettop_playpump.h \
19        bsettop_stream.h \
20        bsettop_vbi.h \
21        bsettop_decode.h \
22        bsettop.h \
23        bsettop_tuner.h \
24        bsettop_mem.h \
25        bsettop_cablecard.h"
26
27echo
28echo "Parsing Settop API header files:"
29echo
30echo $HEADERS
31echo
32
33for header in $HEADERS; do
34        HEADERLIST="$HEADERLIST ../../include/$header"
35done
36
37rm -vf bsettop_autogen_*
38
39perl bapi_build.pl $HEADERLIST
40
Note: See TracBrowser for help on using the repository browser.