1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24856f710cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
25ead1f93eSLiane Praza#
26ead1f93eSLiane Praza
27ebbab6bbSDan Price#
28ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the
29ebbab6bbSDan Price# global zone only.  See the include file for greater detail, as well as
30ebbab6bbSDan Price# information about overriding the defaults.
31ebbab6bbSDan Price#
32ebbab6bbSDan Price<include global_zone_only_component>
33ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/network/udapl@$(PKGVERS)
34ead1f93eSLiane Prazaset name=pkg.summary value="Sun User Direct Access Programming Library (User)"
3586d41711SAndy Fiddamanset name=pkg.description value="Sun DAT registry library and datadm"
36ead1f93eSLiane Prazaset name=info.classification \
37ead1f93eSLiane Praza    value=org.opensolaris.category.2008:System/Libraries
38ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
3986d41711SAndy Fiddamandir  path=etc group=sys
4086d41711SAndy Fiddamandir  path=etc/dat group=sys
41ebbab6bbSDan Pricefile path=etc/dat/dat.conf group=sys original_name=SUNWudapl:etc/dat/dat.conf \
42ebbab6bbSDan Price    preserve=true
4386d41711SAndy Fiddamandir  path=usr group=sys
4486d41711SAndy Fiddamandir  path=usr/lib
4586d41711SAndy Fiddamandir  path=usr/lib/$(ARCH64)
4686d41711SAndy Fiddamanlink path=usr/lib/$(ARCH64)/libdat.so target=libdat.so.1
47ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libdat.so.1
4886d41711SAndy Fiddamanlink path=usr/lib/libdat.so target=libdat.so.1
49ead1f93eSLiane Prazafile path=usr/lib/libdat.so.1
5086d41711SAndy Fiddamandir  path=usr/sbin
51ead1f93eSLiane Prazafile path=usr/sbin/datadm mode=0555
5286d41711SAndy Fiddamandir  path=usr/share/man
5386d41711SAndy Fiddamandir  path=usr/share/man/man3dat
54c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cno_create.3dat
55c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cno_free.3dat
56c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cno_modify_agent.3dat
57c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cno_query.3dat
58c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cno_wait.3dat
59c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cr_accept.3dat
60c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cr_handoff.3dat
61c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cr_query.3dat
62c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cr_reject.3dat
63c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_connect.3dat
64c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_create.3dat
65c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_create_with_srq.3dat
66c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_disconnect.3dat
67c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_dup_connect.3dat
68c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_free.3dat
69c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_get_status.3dat
70c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_modify.3dat
71c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_post_rdma_read.3dat
72c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_post_rdma_write.3dat
73c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_post_recv.3dat
74c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_post_send.3dat
75c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_query.3dat
76c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_recv_query.3dat
77c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_reset.3dat
78c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_set_watermark.3dat
79c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_clear_unwaitable.3dat
80c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_dequeue.3dat
81c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_disable.3dat
82c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_enable.3dat
83c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_free.3dat
84c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_modify_cno.3dat
85c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_post_se.3dat
86c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_query.3dat
87c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_resize.3dat
88c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_set_unwaitable.3dat
89c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_wait.3dat
90c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_get_consumer_context.3dat
91c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_get_handle_type.3dat
92c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ia_close.3dat
93c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ia_open.3dat
94c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ia_query.3dat
95c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_lmr_create.3dat
96c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_lmr_free.3dat
97c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_lmr_query.3dat
98c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_lmr_sync_rdma_read.3dat
99c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_lmr_sync_rdma_write.3dat
100c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_provider_fini.3dat
101c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_provider_init.3dat
102c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_psp_create.3dat
103c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_psp_create_any.3dat
104c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_psp_free.3dat
105c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_psp_query.3dat
106c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_pz_create.3dat
107c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_pz_free.3dat
108c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_pz_query.3dat
109c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_registry_add_provider.3dat
110c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_registry_list_providers.3dat
111c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_registry_remove_provider.3dat
112c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rmr_bind.3dat
113c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rmr_create.3dat
114c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rmr_free.3dat
115c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rmr_query.3dat
116c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rsp_create.3dat
117c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rsp_free.3dat
118c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rsp_query.3dat
119c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_set_consumer_context.3dat
120c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_create.3dat
121c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_free.3dat
122c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_post_recv.3dat
123c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_query.3dat
124c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_resize.3dat
125c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_set_lw.3dat
126c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_strerror.3dat
12786d41711SAndy Fiddamandir  path=usr/share/man/man3lib
128c10c16deSRichard Lowefile path=usr/share/man/man3lib/libdat.3lib
129*bbf21555SRichard Lowedir  path=usr/share/man/man5
130*bbf21555SRichard Lowefile path=usr/share/man/man5/dat.conf.5
131*bbf21555SRichard Lowedir  path=usr/share/man/man8
132*bbf21555SRichard Lowefile path=usr/share/man/man8/datadm.8
13371e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWudaplr desc="DAT static registry file" \
13471e464e5SPeter Dennis - Sustaining Engineer    name="Sun User Direct Access Programming Library (Root)"
13571e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWudaplu desc="Sun DAT registry library and datadm" \
13671e464e5SPeter Dennis - Sustaining Engineer    name="Sun User Direct Access Programming Library (User)"
137ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
138ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
139