VirtualBox

Changeset 2685 in vbox for trunk/src


Ignore:
Timestamp:
May 17, 2007 2:26:41 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21252
Message:

Code signing (not disabled).

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

Legend:

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

    r2487 r2685  
    3939endif
    4040
     41#
     42# Inf2Cat requires all the files referenced in the .inf file
     43# to be present in the directory, so we have to do this from here.
     44#
     45INSTALLS += VBoxGuest-inf
     46VBoxGuest-inf_INST = $(INST_ADDITIONS)
     47VBoxGuest-inf_MODE = a+r,u+w
     48#ifndef VBOX_SIGNING_MODE - I'm not going to mess with that install nor break any .inf-files.
     49VBoxGuest-inf_SOURCES = VBoxGuest/VBoxGuest.inf
     50#else
     51#VBoxGuest-inf_SOURCES = \
     52#       $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf \
     53#       $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat
     54#VBoxGuest-inf_CLEAN += \
     55#       $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat \
     56#       $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys \
     57#       $(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe \
     58#       $(PATH_TARGET)/VBoxGuestCat.dir/VBoxService.exe \
     59#       $(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll \
     60#       $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf
     61#VBoxGuest-inf_BLDDIRS = $(PATH_TARGET)/VBoxGuestCat.dir
     62#
     63#$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf: $(PATH_SUB_CURRENT)/VBoxGuest/VBoxGuest.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
     64#       $(call MSG_GENERATE,VBoxGuest-inf,$@,$<)
     65#       $(QUIET2)$(RM) -f $@
     66#       $(QUIET)$(SED) -e 's/^\;cat  *//' $< > $@
     67#
     68#$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat: $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf \
     69#               $$(TARGET_VBoxGuest) \
     70#               $$(TARGET_VBoxControl) \
     71#               $$(TARGET_VBoxService) \
     72#               $$(TARGET_VBCoInst)
     73#       $(call MSG_TOOL,Inf2Cat,VBoxGuest-inf,$@,$<)
     74#       $(INSTALL) -m 644 $(TARGET_VBoxGuest) $(@D)
     75#       $(INSTALL) -m 644 $(TARGET_VBoxControl) $(@D)
     76#       $(INSTALL) -m 644 $(TARGET_VBoxService) $(@D)
     77#       $(INSTALL) -m 644 $(TARGET_VBCoInst) $(@D)
     78#       $(call VBOX_MAKE_CAT32_FN, $(@D),$@)
     79#
     80#endif # signing
     81
    4182include $(PATH_KBUILD)/subfooter.kmk
    4283
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk

    r2487 r2685  
    2727# VBoxGuest
    2828#
    29 SYSMODS += VBoxGuest 
     29SYSMODS += VBoxGuest
    3030VBoxGuest_TEMPLATE    = VBOXW32GUESTR0
    3131VBoxGuest_SDKS        = W2K3DDKX86 WINPSDKINCS
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf

    r1 r2685  
    2323Provider=%INNOTEK%
    2424LayoutFile=layout.inf
    25 DriverVer=12/31/2004,5.00.2072
     25DriverVer=08/21/2006,5.00.2072
     26;cat CatalogFile=VBoxGuest.cat
     27
     28;cat [SourceDisksNames]
     29;cat 1 = %VBoxGuest.MediaDesc%
     30;cat 2 = %VBoxControl.MediaDesc%
     31;cat 3 = %VBoxService.MediaDesc%
     32;cat 4 = %vbcoinst.MediaDesc%
     33;cat
     34;cat [SourceDisksFiles]
     35;cat VBoxGuest.sys = 1
     36;cat VBoxControl.exe = 2
     37;cat VBoxService.exe = 3
     38;cat vbcoinst.dll = 4
    2639
    2740[DestinationDirs]
     
    7790VBoxGuest_svcdesc = "VirtualBox Guest Driver"
    7891VBoxService_svcdesc = "VirtualBox Guest Service"
     92
     93;cat VBoxGuest.MediaDesc   = "VirtualBox Guest Mouse Driver Installation Media"
     94;cat VBoxControl.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
     95;cat VBoxService.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
     96;cat vbcoinst.MediaDesc    = "VirtualBox Guest Mouse Driver Installation Media"
     97
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