1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# 25 26set name=pkg.fmri value=pkg:/service/storage/virus-scan@$(PKGVERS) 27set name=pkg.description value="Virus Scan Service Kernel Root Components" 28set name=pkg.summary value="Virus Scan Service Kernel" 29set name=info.classification \ 30 value=org.opensolaris.category.2008:System/Services 31set name=variant.arch value=$(ARCH) 32dir path=kernel group=sys 33dir path=kernel/drv group=sys 34dir path=kernel/drv/$(ARCH64) group=sys 35dir path=lib 36dir path=lib/svc 37dir path=lib/svc/manifest group=sys 38dir path=lib/svc/manifest/system group=sys 39dir path=lib/svc/manifest/system/filesystem group=sys 40dir path=usr group=sys 41dir path=usr/lib 42dir path=usr/lib/devfsadm group=sys 43dir path=usr/lib/devfsadm/linkmod group=sys 44dir path=usr/lib/vscan 45dir path=usr/sbin 46driver name=vscan perms="* 0640 root sys" 47file path=kernel/drv/$(ARCH64)/vscan group=sys 48$(i386_ONLY)file path=kernel/drv/vscan group=sys 49file path=kernel/drv/vscan.conf group=sys 50file path=lib/svc/manifest/system/filesystem/vscan.xml group=sys mode=0444 51file path=usr/lib/devfsadm/linkmod/SUNW_vscan_link.so group=sys 52file path=usr/lib/vscan/libvscan.so.1 53file path=usr/lib/vscan/vscand mode=0555 54file path=usr/sbin/vscanadm mode=0555 55legacy pkg=SUNWvscankr arch=$(ARCH) category=system \ 56 desc="Virus Scan Service Kernel Root Components" \ 57 hotline="Please contact your local service provider" \ 58 name="Virus Scan Service Kernel (Root)" vendor="Sun Microsystems, Inc." \ 59 version=11.11,REV=2009.11.11 60legacy pkg=SUNWvscanr arch=$(ARCH) category=system \ 61 desc="Virus Scan Service Root Components" \ 62 hotline="Please contact your local service provider" \ 63 name="Virus Scan Service (Root)" vendor="Sun Microsystems, Inc." \ 64 version=11.11,REV=2009.11.11 65legacy pkg=SUNWvscanu arch=$(ARCH) category=system \ 66 desc="Virus Scan Service Usr Components" \ 67 hotline="Please contact your local service provider" \ 68 name="Virus Scan Service (Usr)" vendor="Sun Microsystems, Inc." \ 69 version=11.11,REV=2009.11.11 70license cr_Sun license=cr_Sun 71license lic_CDDL license=lic_CDDL 72link path=usr/lib/vscan/libvscan.so target=libvscan.so.1 73