VirtualBox

Changeset 23846 in vbox


Ignore:
Timestamp:
Oct 19, 2009 8:51:33 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53608
Message:

Guest Additions Installer/VBoxDrvInst/VBoxMouse: Accidental commit, not needed right now.

Location:
trunk/src/VBox/Additions/WINNT/MouseFilter
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk

    r23845 r23846  
    4545VBoxMouse-inf_INST = $(INST_ADDITIONS)
    4646VBoxMouse-inf_MODE = a+r,u+w
    47 VBoxMouse-inf_BLDDIRS = $(PATH_TARGET)/VBoxMouseCat.dir
     47ifndef VBOX_SIGNING_MODE
     48VBoxMouse-inf_SOURCES = VBoxMouse.inf
     49else
     50VBoxMouse-inf_SOURCES = \
     51        $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf \
     52        $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat
    4853VBoxMouse-inf_CLEAN += \
    4954        $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat \
    5055        $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.sys \
    5156        $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf
     57VBoxMouse-inf_BLDDIRS = $(PATH_TARGET)/VBoxMouseCat.dir
    5258
    53 ifndef VBOX_SIGNING_MODE
    54  VBoxMouse-inf_SOURCES = $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf
    55 else
    56  VBoxMouse-inf_SOURCES = \
    57         $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf \
    58         $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat
     59$(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf: $(PATH_SUB_CURRENT)/VBoxMouse.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
     60        $(call MSG_GENERATE,VBoxMouse-inf,$@,$<)
     61        $(call VBOX_EDIT_INF_FN,$<,$@)
    5962
    60  $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat: $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf $$(TARGET_VBoxMouse)
     63$(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat: $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf $$(TARGET_VBoxMouse)
    6164        $(call MSG_TOOL,Inf2Cat,VBoxMouse-inf,$@,$<)
    6265        $(INSTALL) -m 644 $(TARGET_VBoxMouse) $(@D)
     
    6467endif # signing
    6568
    66 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf: $(PATH_SUB_CURRENT)/VBoxMouse.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
    67         $(call MSG_GENERATE,VBoxMouse-inf,$@,$<)
    68         $(call VBOX_EDIT_INF_FN,$<,$@)
    69 
    7069include $(KBUILD_PATH)/subfooter.kmk
    7170
  • trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp

    r23845 r23846  
    8383    DriverObject->DriverExtension->AddDevice = VBoxMouse_AddDevice;
    8484
    85     dprintf(("VBoxMouse::DriverEntry: Leaving DriverEntry with success\n"));
     85    dprintf(("leaving DriverEntry with success\n"));
    8686    return STATUS_SUCCESS;
    8787}
  • trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.inf

    r23845 r23846  
    2222Class=Mouse
    2323ClassGuid={4D36E96F-E325-11CE-BFC1-08002BE10318}
    24 Provider=%SUN%
    25 LayoutFile=layout.inf
    2624;edit-DriverVer=08/26/2008,2.00.0000
    2725;cat CatalogFile=VBoxMouse.cat
    2826
    29 ;x86   [SourceDisksNames]
    30 ;amd64 [SourceDisksNames.amd64]
     27[SourceDisksNames]
    31281 = %VBoxMouse.MediaDesc%
    3229
     
    4138;amd64 %SUN%=VBoxMouse, NTamd64
    4239
    43 ;x86   [VBoxMouse]
    44 ;amd64 [VBoxMouse.NTamd64]
    45 %VBoxMouse.SvcDesc% = VBoxMouse_Install, *PNP0F03      ; PS/2 device
    46 
    47 [VBoxMouse_Install]
    48 CopyFiles = VBoxMouse_CopyFiles
     40[DefaultInstall]
     41;
     42; DefaultInstall section is used to install the class filter driver.
     43;
     44CopyFiles = @VBoxMouse.sys
    4945AddReg = VBoxMouse_AddReg
    50 AddServices = VBoxMouse_AddServices
    51 
    52 [VBoxMouse_CopyFiles]
    53 VBoxMouse.sys
    5446
    5547[VBoxMouse_AddReg]
    5648HKLM, System\CurrentControlSet\Control\Class\{4D36E96F-E325-11CE-BFC1-08002BE10318}, UpperFilters, 0x00010000, "VBoxMouse", "mouclass"
    5749
    58 [VBoxMouse_AddServices]
     50[DefaultInstall.Services]
    5951AddService = VBoxMouse, , VBoxMouse_Service_Inst
     52
    6053
    6154[VBoxMouse_Service_Inst]
     
    6659ServiceBinary  = %12%\VBoxMouse.sys
    6760
    68 [ClassInstall32]
    69 ; This should fix the error 0xe0000101 (The required section was not found in the INF).
    7061
    7162[Strings]
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette