1*3f7d54a6SGarrett D'Amore# 2*3f7d54a6SGarrett D'Amore# CDDL HEADER START 3*3f7d54a6SGarrett D'Amore# 4*3f7d54a6SGarrett D'Amore# The contents of this file are subject to the terms of the 5*3f7d54a6SGarrett D'Amore# Common Development and Distribution License (the "License"). 6*3f7d54a6SGarrett D'Amore# You may not use this file except in compliance with the License. 7*3f7d54a6SGarrett D'Amore# 8*3f7d54a6SGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*3f7d54a6SGarrett D'Amore# or http://www.opensolaris.org/os/licensing. 10*3f7d54a6SGarrett D'Amore# See the License for the specific language governing permissions 11*3f7d54a6SGarrett D'Amore# and limitations under the License. 12*3f7d54a6SGarrett D'Amore# 13*3f7d54a6SGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each 14*3f7d54a6SGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*3f7d54a6SGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the 16*3f7d54a6SGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying 17*3f7d54a6SGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner] 18*3f7d54a6SGarrett D'Amore# 19*3f7d54a6SGarrett D'Amore# CDDL HEADER END 20*3f7d54a6SGarrett D'Amore# 21*3f7d54a6SGarrett D'Amore 22*3f7d54a6SGarrett D'Amore# 23*3f7d54a6SGarrett D'Amore# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24*3f7d54a6SGarrett D'Amore# 25*3f7d54a6SGarrett D'Amore 26*3f7d54a6SGarrett D'Amore# 27*3f7d54a6SGarrett D'Amore# This package will install successfully into any zone, global or 28*3f7d54a6SGarrett D'Amore# non-global. The files, directories, links, and hardlinks, however, 29*3f7d54a6SGarrett D'Amore# will only be installed into the global zone. 30*3f7d54a6SGarrett D'Amore# 31*3f7d54a6SGarrett D'Amore<include hollow_zone_pkg> 32*3f7d54a6SGarrett D'Amoreset name=pkg.fmri value=pkg:/driver/storage/blkdev@$(PKGVERS) 33*3f7d54a6SGarrett D'Amoreset name=pkg.description value="Generic Block Driver" 34*3f7d54a6SGarrett D'Amoreset name=pkg.summary value="Generic Block Driver" 35*3f7d54a6SGarrett D'Amoreset name=info.classification value=org.opensolaris.category.2008:Drivers/Storage 36*3f7d54a6SGarrett D'Amoreset name=variant.arch value=$(ARCH) 37*3f7d54a6SGarrett D'Amoreset name=variant.opensolaris.zone value=global value=nonglobal 38*3f7d54a6SGarrett D'Amoredir path=kernel group=sys 39*3f7d54a6SGarrett D'Amoredir path=kernel/drv group=sys 40*3f7d54a6SGarrett D'Amoredir path=kernel/drv/$(ARCH64) group=sys 41*3f7d54a6SGarrett D'Amoredriver name=blkdev perms="* 0640 root root" 42*3f7d54a6SGarrett D'Amorefile path=kernel/drv/$(ARCH64)/blkdev group=sys 43*3f7d54a6SGarrett D'Amore$(i386_ONLY)file path=kernel/drv/blkdev group=sys 44*3f7d54a6SGarrett D'Amorelicense cr_Sun license=cr_Sun 45*3f7d54a6SGarrett D'Amorelicense lic_CDDL license=lic_CDDL 46