The primary usage for this code is to provide vendors / customers who for some reasons are not satisfied with WinUsb, with a sample custom driver code that is compliant with our AdbWinApi.dll. So vendors / customers can build their own custom USB driver that can be recognized by AdbWinApi, and can be accessible from adb.exe
8 lines
172 B
PHP
Executable File
8 lines
172 B
PHP
Executable File
_LNG=$(LANGUAGE)
|
|
_INX=.
|
|
STAMP=stampinf -f $@ -a $(_BUILDARCH)
|
|
|
|
$(OBJ_PATH)\$(O)\$(INF_NAME).inf: $(_INX)\$(INF_NAME).inx
|
|
copy $(_INX)\$(@B).inx $@
|
|
$(STAMP)
|