VirtualBox

Changeset 2693 in vbox for trunk


Ignore:
Timestamp:
May 17, 2007 6:18:04 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21266
Message:

Sign the catalog and the files it covers.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r2688 r2693  
    940940                $(RM) -f $(2)\
    941941                $(NL)$(TAB)$(VBOX_INF2CAT) /driver:$(strip $(1)) /os:$(strip $(subst ;,$(COMMA),$(3))) /verbose \
    942                 $(NL)$(TAB)$(MV) $(2) $(2)
     942                $(NL)$(TAB)$(MV) $(2) $(2) \
     943                $(NL)$(TAB)$(VBOX_SIGNTOOL) sign /v \
     944                /ac "$(VBOX_CROSS_CERTIFICATE_FILE)" \
     945                /s "$(VBOX_CERTIFICATE_STORE)" \
     946                /n "$(VBOX_CERTIFICATE_SUBJECT_NAME)" \
     947                /t "$(VBOX_TSA_URL)" \
     948                $(2)
    943949   VBOX_MAKE_CAT64_FN   = $(call VBOX_MAKE_CAT_HLP_FN,$(1),$(2),XP_X64;Server2003_X64;Vista_X64)
    944950   VBOX_MAKE_CAT32_FN   = $(call VBOX_MAKE_CAT_HLP_FN,$(1),$(2),2000;XP_X86;Server2003_X86;Vista_X86)
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r2689 r2693  
    100100ifeq ($(BUILD_TARGET),win)
    101101VBoxDrv_TEMPLATE      = VBOXR0DRV
     102ifdef VBOX_SIGNING_MODE
     103 VBoxDrv_NOINST       = true
     104endif
    102105VBoxDrv_DEFS          = IN_RT_R0 IN_SUP_R0
    103106VBoxDrv_SDKS          = W2K3DDK WINPSDKINCS
     
    134137 ifdef VBOX_SIGNING_MODE
    135138VBoxDrv-inf_SOURCES += \
    136         $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.cat
     139        $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.cat \
     140        $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.sys
    137141VBoxDrv-inf_CLEAN += \
    138142        $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.cat \
  • trunk/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk

    r2690 r2693  
    3131SYSMODS.win += VBoxTAP
    3232VBoxTAP_TEMPLATE    = VBOXR0DRV
     33ifdef VBOX_SIGNING_MODE
     34 VBoxTAP_NOINST     = true
     35endif
    3336VBoxTAP_SDKS        = W2K3DDK WINPSDKINCS
    3437VBoxTAP_LDFLAGS.x86 = -Entry:DriverEntry@8
     
    4952#
    5053INSTALLS.win += VBoxTAP-inf
    51 VBoxTAP-inf_INST = bin/
     54VBoxTAP-inf_INST = $(INST_BIN)
    5255VBoxTAP-inf_MODE = a+r,u+w
    5356VBoxTAP-inf_SOURCES = \
     
    6366ifdef VBOX_SIGNING_MODE
    6467VBoxTAP-inf_SOURCES += \
    65         $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.cat
     68        $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.cat \
     69        $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.sys
    6670VBoxTAP-inf_CLEAN += \
    6771        $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.cat \
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