prototype_com revision 69ed0c8ece2346b34605e2c9567c9f7b0dad5dc8
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# CDDL HEADER START
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# The contents of this file are subject to the terms of the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Common Development and Distribution License (the "License").
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# You may not use this file except in compliance with the License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# or http://www.opensolaris.org/os/licensing.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# See the License for the specific language governing permissions
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# and limitations under the License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# When distributing Covered Code, include this CDDL HEADER in each
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# If applicable, add the following below this CDDL HEADER, with the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# fields enclosed by brackets "[]" replaced with your own identifying
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# information: Portions Copyright [yyyy] [name of copyright owner]
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# CDDL HEADER END
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
dc20a3024900c47dd2ee44b9707e6df38f7d62a5as# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Use is subject to license terms.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# This required package information file contains a list of package contents.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# The 'pkgmk' command uses this file to identify the contents of a package
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# and their location on the development machine when building the package.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Can be created via a text editor or through use of the 'pkgproto' command.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#!search <pathname pathname ...> # where to find pkg objects
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#!include <filename> # include another 'prototype' file
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#!default <mode> <owner> <group> # default used if not specified on entry
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#!<param>=<value> # puts parameter in pkg environment
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# packaging files
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwi pkginfo
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwi copyright
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwi depend
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# source locations relative to the prototype file
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# SUNWsmedia
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwd none usr 755 root sys
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwd none usr/lib 755 root bin
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amws none usr/lib/libsmedia.so=./libsmedia.so.1
faa1795a28a5c712eed6d0a3f84d98c368a316c6jbf none usr/lib/libsmedia.so.1 755 root bin
faa1795a28a5c712eed6d0a3f84d98c368a316c6jbf none usr/lib/llib-lsmedia.ln 644 root bin
faa1795a28a5c712eed6d0a3f84d98c368a316c6jbf none usr/lib/llib-lsmedia 644 root bin
faa1795a28a5c712eed6d0a3f84d98c368a316c6jbd none usr/lib/smedia 755 root bin
faa1795a28a5c712eed6d0a3f84d98c368a316c6jbf none usr/lib/smedia/sm_scsi.so.1 555 root bin
faa1795a28a5c712eed6d0a3f84d98c368a316c6jbf none usr/lib/smedia/sm_pcata.so.1 555 root bin
faa1795a28a5c712eed6d0a3f84d98c368a316c6jbf none usr/lib/smedia/sm_fd.so.1 555 root bin
faa1795a28a5c712eed6d0a3f84d98c368a316c6jbf none usr/lib/smedia/rpc.smserverd 555 root bin
faa1795a28a5c712eed6d0a3f84d98c368a316c6jb