Lines Matching refs:COMPANY
60 for COMPANY in asus broadcom elan invensense nvidia nxp widevine
62 echo Processing files from $COMPANY
64 FILEDIR=tmp/vendor/$COMPANY/$DEVICE/proprietary
67 case $COMPANY in
184 echo \ \ Setting up $COMPANY-specific makefiles
185 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles
189 SCRIPT=extract-$COMPANY-$DEVICE.sh
191 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
193 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
195 echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc -l)) \$0 \| tar zxv >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
199 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(md5sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz