diff options
Diffstat (limited to 'usr/src/pkg/manifests/system-tests-svr4.mf')
| -rw-r--r-- | usr/src/pkg/manifests/system-tests-svr4.mf | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-tests-svr4.mf b/usr/src/pkg/manifests/system-tests-svr4.mf new file mode 100644 index 0000000000..5d13b4624f --- /dev/null +++ b/usr/src/pkg/manifests/system-tests-svr4.mf @@ -0,0 +1,77 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# + +# +# Copyright 2010 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# + +set name=pkg.fmri value=pkg:/system/tests/svr4@$(PKGVERS) +set name=pkg.description value="System V Verification Suite Drivers" +set name=pkg.summary value="System V Verification Suite Drivers" +set name=info.classification \ + value=org.opensolaris.category.2008:Development/System +set name=org.opensolaris.redist value=internal +set name=variant.arch value=$(ARCH) +set name=variant.opensolaris.zone value=global value=nonglobal +dir path=usr group=sys +dir path=usr/include +dir path=usr/include/sys +dir path=usr/kernel group=sys +dir path=usr/kernel/drv group=sys +dir path=usr/kernel/drv/$(ARCH64) group=sys +dir path=usr/kernel/strmod group=sys +dir path=usr/kernel/strmod/$(ARCH64) group=sys +driver name=svvslo perms="* 0666 root sys" +driver name=tidg clone_perms="* 0666 root sys" +driver name=tivc clone_perms="* 0666 root sys" +driver name=tmux clone_perms="* 0666 root sys" +file path=usr/include/sys/svvslo.h +file path=usr/include/sys/tidg.h +file path=usr/include/sys/tivc.h +file path=usr/include/sys/tmux.h +file path=usr/kernel/drv/$(ARCH64)/svvslo group=sys +file path=usr/kernel/drv/$(ARCH64)/tidg group=sys +file path=usr/kernel/drv/$(ARCH64)/tivc group=sys +file path=usr/kernel/drv/$(ARCH64)/tmux group=sys +$(i386_ONLY)file path=usr/kernel/drv/svvslo group=sys +file path=usr/kernel/drv/svvslo.conf group=sys +$(i386_ONLY)file path=usr/kernel/drv/tidg group=sys +file path=usr/kernel/drv/tidg.conf group=sys +$(i386_ONLY)file path=usr/kernel/drv/tivc group=sys +file path=usr/kernel/drv/tivc.conf group=sys +$(i386_ONLY)file path=usr/kernel/drv/tmux group=sys +file path=usr/kernel/drv/tmux.conf group=sys +file path=usr/kernel/strmod/$(ARCH64)/lmodb group=sys mode=0755 +file path=usr/kernel/strmod/$(ARCH64)/lmode group=sys mode=0755 +file path=usr/kernel/strmod/$(ARCH64)/lmodr group=sys mode=0755 +file path=usr/kernel/strmod/$(ARCH64)/lmodt group=sys mode=0755 +$(i386_ONLY)file path=usr/kernel/strmod/lmodb group=sys mode=0755 +$(i386_ONLY)file path=usr/kernel/strmod/lmode group=sys mode=0755 +$(i386_ONLY)file path=usr/kernel/strmod/lmodr group=sys mode=0755 +$(i386_ONLY)file path=usr/kernel/strmod/lmodt group=sys mode=0755 +legacy pkg=SUNWsvvs arch=$(ARCH) category=system \ + desc="System V Verification Suite Drivers" \ + hotline="Please contact your local service provider" \ + name="System V Verification Suite Drivers" vendor="Sun Microsystems, Inc." \ + version=11.11,REV=2009.11.11 +license cr_Sun license=cr_Sun +license lic_CDDL license=lic_CDDL |
