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# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
26#
27
28set name=pkg.fmri value=pkg:/service/resource-pools@$(PKGVERS)
29set name=pkg.summary value="Resource Pools"
30set name=pkg.description value="core software for resource pools"
31set name=info.classification value=org.opensolaris.category.2008:System/Core
32set name=variant.arch value=$(ARCH)
33dir  path=lib variant.opensolaris.zone=global
34dir  path=lib/svc variant.opensolaris.zone=global
35dir  path=lib/svc/manifest group=sys variant.opensolaris.zone=global
36dir  path=lib/svc/manifest/system group=sys variant.opensolaris.zone=global
37file path=lib/svc/manifest/system/pools.xml group=sys mode=0444 \
38    variant.opensolaris.zone=global
39dir  path=lib/svc/method variant.opensolaris.zone=global
40file path=lib/svc/method/svc-pools mode=0555 variant.opensolaris.zone=global
41dir  path=usr group=sys
42dir  path=usr/bin
43file path=usr/bin/poolstat mode=0555
44dir  path=usr/include
45file path=usr/include/pool.h
46dir  path=usr/kernel group=sys
47dir  path=usr/kernel/drv group=sys
48dir  path=usr/kernel/drv/$(ARCH64) group=sys
49file path=usr/kernel/drv/$(ARCH64)/pool group=sys
50file path=usr/kernel/drv/pool.conf group=sys
51dir  path=usr/lib
52dir  path=usr/lib/$(ARCH64)
53link path=usr/lib/$(ARCH64)/libpool.so target=libpool.so.1
54file path=usr/lib/$(ARCH64)/libpool.so.1
55link path=usr/lib/libpool.so target=./libpool.so.1
56file path=usr/lib/libpool.so.1
57dir  path=usr/lib/rcm
58dir  path=usr/lib/rcm/modules
59file path=usr/lib/rcm/modules/SUNW_pool_rcm.so mode=0555
60dir  path=usr/sbin
61file path=usr/sbin/pooladm mode=0555
62file path=usr/sbin/poolbind mode=0555
63file path=usr/sbin/poolcfg mode=0555
64dir  path=usr/share
65dir  path=usr/share/lib
66dir  path=usr/share/lib/xml group=sys
67dir  path=usr/share/lib/xml/dtd group=sys
68file path=usr/share/lib/xml/dtd/rm_pool.dtd.1
69dir  path=usr/share/man
70dir  path=usr/share/man/man3lib
71file path=usr/share/man/man3lib/libpool.3lib
72dir  path=usr/share/man/man3pool
73file path=usr/share/man/man3pool/pool_associate.3pool
74file path=usr/share/man/man3pool/pool_component_info.3pool
75file path=usr/share/man/man3pool/pool_component_to_elem.3pool
76file path=usr/share/man/man3pool/pool_conf_alloc.3pool
77link path=usr/share/man/man3pool/pool_conf_close.3pool \
78    target=pool_conf_alloc.3pool
79link path=usr/share/man/man3pool/pool_conf_commit.3pool \
80    target=pool_conf_alloc.3pool
81link path=usr/share/man/man3pool/pool_conf_export.3pool \
82    target=pool_conf_alloc.3pool
83link path=usr/share/man/man3pool/pool_conf_free.3pool \
84    target=pool_conf_alloc.3pool
85link path=usr/share/man/man3pool/pool_conf_info.3pool \
86    target=pool_conf_alloc.3pool
87link path=usr/share/man/man3pool/pool_conf_location.3pool \
88    target=pool_conf_alloc.3pool
89link path=usr/share/man/man3pool/pool_conf_open.3pool \
90    target=pool_conf_alloc.3pool
91link path=usr/share/man/man3pool/pool_conf_remove.3pool \
92    target=pool_conf_alloc.3pool
93link path=usr/share/man/man3pool/pool_conf_rollback.3pool \
94    target=pool_conf_alloc.3pool
95link path=usr/share/man/man3pool/pool_conf_status.3pool \
96    target=pool_conf_alloc.3pool
97link path=usr/share/man/man3pool/pool_conf_to_elem.3pool \
98    target=pool_component_to_elem.3pool
99link path=usr/share/man/man3pool/pool_conf_update.3pool \
100    target=pool_conf_alloc.3pool
101link path=usr/share/man/man3pool/pool_conf_validate.3pool \
102    target=pool_conf_alloc.3pool
103link path=usr/share/man/man3pool/pool_create.3pool target=pool_associate.3pool
104link path=usr/share/man/man3pool/pool_destroy.3pool target=pool_associate.3pool
105link path=usr/share/man/man3pool/pool_dissociate.3pool \
106    target=pool_associate.3pool
107file path=usr/share/man/man3pool/pool_dynamic_location.3pool
108file path=usr/share/man/man3pool/pool_error.3pool
109file path=usr/share/man/man3pool/pool_get_binding.3pool
110link path=usr/share/man/man3pool/pool_get_owning_resource.3pool \
111    target=pool_component_info.3pool
112file path=usr/share/man/man3pool/pool_get_pool.3pool
113file path=usr/share/man/man3pool/pool_get_property.3pool
114link path=usr/share/man/man3pool/pool_get_resource.3pool \
115    target=pool_get_pool.3pool
116link path=usr/share/man/man3pool/pool_get_resource_binding.3pool \
117    target=pool_get_binding.3pool
118link path=usr/share/man/man3pool/pool_get_status.3pool \
119    target=pool_dynamic_location.3pool
120link path=usr/share/man/man3pool/pool_info.3pool target=pool_associate.3pool
121link path=usr/share/man/man3pool/pool_put_property.3pool \
122    target=pool_get_property.3pool
123link path=usr/share/man/man3pool/pool_query_components.3pool \
124    target=pool_get_pool.3pool
125link path=usr/share/man/man3pool/pool_query_pool_resources.3pool \
126    target=pool_associate.3pool
127link path=usr/share/man/man3pool/pool_query_pools.3pool \
128    target=pool_get_pool.3pool
129link path=usr/share/man/man3pool/pool_query_resource_components.3pool \
130    target=pool_resource_create.3pool
131link path=usr/share/man/man3pool/pool_query_resources.3pool \
132    target=pool_get_pool.3pool
133file path=usr/share/man/man3pool/pool_resource_create.3pool
134link path=usr/share/man/man3pool/pool_resource_destroy.3pool \
135    target=pool_resource_create.3pool
136link path=usr/share/man/man3pool/pool_resource_info.3pool \
137    target=pool_resource_create.3pool
138link path=usr/share/man/man3pool/pool_resource_to_elem.3pool \
139    target=pool_component_to_elem.3pool
140link path=usr/share/man/man3pool/pool_resource_transfer.3pool \
141    target=pool_resource_create.3pool
142link path=usr/share/man/man3pool/pool_resource_type_list.3pool \
143    target=pool_dynamic_location.3pool
144link path=usr/share/man/man3pool/pool_resource_xtransfer.3pool \
145    target=pool_resource_create.3pool
146link path=usr/share/man/man3pool/pool_rm_property.3pool \
147    target=pool_get_property.3pool
148link path=usr/share/man/man3pool/pool_set_binding.3pool \
149    target=pool_get_binding.3pool
150link path=usr/share/man/man3pool/pool_set_status.3pool \
151    target=pool_dynamic_location.3pool
152link path=usr/share/man/man3pool/pool_static_location.3pool \
153    target=pool_dynamic_location.3pool
154link path=usr/share/man/man3pool/pool_strerror.3pool target=pool_error.3pool
155link path=usr/share/man/man3pool/pool_to_elem.3pool \
156    target=pool_component_to_elem.3pool
157file path=usr/share/man/man3pool/pool_value_alloc.3pool
158link path=usr/share/man/man3pool/pool_value_free.3pool \
159    target=pool_value_alloc.3pool
160link path=usr/share/man/man3pool/pool_value_get_bool.3pool \
161    target=pool_value_alloc.3pool
162link path=usr/share/man/man3pool/pool_value_get_double.3pool \
163    target=pool_value_alloc.3pool
164link path=usr/share/man/man3pool/pool_value_get_int64.3pool \
165    target=pool_value_alloc.3pool
166link path=usr/share/man/man3pool/pool_value_get_name.3pool \
167    target=pool_value_alloc.3pool
168link path=usr/share/man/man3pool/pool_value_get_string.3pool \
169    target=pool_value_alloc.3pool
170link path=usr/share/man/man3pool/pool_value_get_type.3pool \
171    target=pool_value_alloc.3pool
172link path=usr/share/man/man3pool/pool_value_get_uint64.3pool \
173    target=pool_value_alloc.3pool
174link path=usr/share/man/man3pool/pool_value_set_bool.3pool \
175    target=pool_value_alloc.3pool
176link path=usr/share/man/man3pool/pool_value_set_double.3pool \
177    target=pool_value_alloc.3pool
178link path=usr/share/man/man3pool/pool_value_set_int64.3pool \
179    target=pool_value_alloc.3pool
180link path=usr/share/man/man3pool/pool_value_set_name.3pool \
181    target=pool_value_alloc.3pool
182link path=usr/share/man/man3pool/pool_value_set_string.3pool \
183    target=pool_value_alloc.3pool
184link path=usr/share/man/man3pool/pool_value_set_uint64.3pool \
185    target=pool_value_alloc.3pool
186link path=usr/share/man/man3pool/pool_version.3pool \
187    target=pool_dynamic_location.3pool
188file path=usr/share/man/man3pool/pool_walk_components.3pool
189link path=usr/share/man/man3pool/pool_walk_pools.3pool \
190    target=pool_walk_components.3pool
191link path=usr/share/man/man3pool/pool_walk_properties.3pool \
192    target=pool_get_property.3pool
193link path=usr/share/man/man3pool/pool_walk_resources.3pool \
194    target=pool_walk_components.3pool
195dir  path=usr/share/man/man8
196file path=usr/share/man/man8/pooladm.8
197file path=usr/share/man/man8/poolbind.8
198file path=usr/share/man/man8/poolcfg.8
199file path=usr/share/man/man8/poolstat.8
200dir  path=var group=sys variant.opensolaris.zone=global
201dir  path=var/adm/pool group=sys variant.opensolaris.zone=global
202dir  path=var/log/pool group=sys variant.opensolaris.zone=global
203driver name=pool perms="pool 0666 root sys" perms="poolctl 0666 root sys"
204legacy pkg=SUNWpool desc="core software for resource pools" \
205    name="Resource Pools"
206legacy pkg=SUNWpoolr desc="core software for resource pools (Root)" \
207    name="Resource Pools (Root)"
208license cr_Sun license=cr_Sun
209license lic_CDDL license=lic_CDDL
210