xref: /titanic_44/usr/src/pkg/manifests/driver-ipmi.mf (revision c06fe975984a85c8ca4faa9dc8b176203f45e04b)
1*989f2807SJerry Jelinek#
2*989f2807SJerry Jelinek# CDDL HEADER START
3*989f2807SJerry Jelinek#
4*989f2807SJerry Jelinek# The contents of this file are subject to the terms of the
5*989f2807SJerry Jelinek# Common Development and Distribution License (the "License").
6*989f2807SJerry Jelinek# You may not use this file except in compliance with the License.
7*989f2807SJerry Jelinek#
8*989f2807SJerry Jelinek# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*989f2807SJerry Jelinek# or http://www.opensolaris.org/os/licensing.
10*989f2807SJerry Jelinek# See the License for the specific language governing permissions
11*989f2807SJerry Jelinek# and limitations under the License.
12*989f2807SJerry Jelinek#
13*989f2807SJerry Jelinek# When distributing Covered Code, include this CDDL HEADER in each
14*989f2807SJerry Jelinek# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*989f2807SJerry Jelinek# If applicable, add the following below this CDDL HEADER, with the
16*989f2807SJerry Jelinek# fields enclosed by brackets "[]" replaced with your own identifying
17*989f2807SJerry Jelinek# information: Portions Copyright [yyyy] [name of copyright owner]
18*989f2807SJerry Jelinek#
19*989f2807SJerry Jelinek# CDDL HEADER END
20*989f2807SJerry Jelinek#
21*989f2807SJerry Jelinek
22*989f2807SJerry Jelinek<include global_zone_only_component>
23*989f2807SJerry Jelinekset name=pkg.fmri value=pkg:/driver/ipmi@$(PKGVERS)
24*989f2807SJerry Jelinekset name=pkg.summary \
25*989f2807SJerry Jelinek    value="Intelligent Platform Management Interface baseboard driver"
26*989f2807SJerry Jelinekset name=info.classification value=org.opensolaris.category.2008:Drivers/Ports
27*989f2807SJerry Jelinekset name=variant.arch value=i386
28*989f2807SJerry Jelinekdir path=usr/include
29*989f2807SJerry Jelinekdir path=usr/include/sys
30*989f2807SJerry Jelinekdir path=usr/include/sys
31*989f2807SJerry Jelinekdir path=usr/kernel group=sys
32*989f2807SJerry Jelinekdir path=usr/kernel/drv group=sys
33*989f2807SJerry Jelinekdir path=usr/kernel/drv/$(ARCH64) group=sys
34*989f2807SJerry Jelinekdir path=usr/share
35*989f2807SJerry Jelinekdir path=usr/share/man
36*989f2807SJerry Jelinekdir path=usr/share/man/man7d
37*989f2807SJerry Jelinekdriver name=ipmi perms="* 0600 root sys"
38*989f2807SJerry Jelinekfile path=usr/include/sys/ipmi.h
39*989f2807SJerry Jelinekfile path=usr/kernel/drv/amd64/ipmi
40*989f2807SJerry Jelinekfile path=usr/kernel/drv/ipmi.conf
41*989f2807SJerry Jelinekfile path=usr/share/man/man7d/ipmi.7d
42*989f2807SJerry Jelineklicense lic_CDDL license=lic_CDDL
43*989f2807SJerry Jelineklicense usr/src/uts/intel/io/ipmi/THIRDPARTYLICENSE \
44*989f2807SJerry Jelinek    license=usr/src/uts/intel/io/ipmi/THIRDPARTYLICENSE
45