xref: /titanic_50/usr/src/pkg/manifests/system-network-udapl.mf (revision c10c16dec587a0662068f6e2991c29ed3a9db943)
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.
24ead1f93eSLiane Praza#
25ead1f93eSLiane Praza
26ebbab6bbSDan Price#
27ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the
28ebbab6bbSDan Price# global zone only.  See the include file for greater detail, as well as
29ebbab6bbSDan Price# information about overriding the defaults.
30ebbab6bbSDan Price#
31ebbab6bbSDan Price<include global_zone_only_component>
32ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/network/udapl@$(PKGVERS)
33ead1f93eSLiane Prazaset name=pkg.description value="Sun DAT registry library and datadm"
34ead1f93eSLiane Prazaset name=pkg.summary value="Sun User Direct Access Programming Library (User)"
35ead1f93eSLiane Prazaset name=info.classification \
36ead1f93eSLiane Praza    value=org.opensolaris.category.2008:System/Libraries
37ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
38ebbab6bbSDan Pricedir path=etc group=sys
39ebbab6bbSDan Pricedir path=etc/dat group=sys
40ead1f93eSLiane Prazadir path=usr group=sys
41ead1f93eSLiane Prazadir path=usr/lib
42ead1f93eSLiane Prazadir path=usr/lib/$(ARCH64)
43ead1f93eSLiane Prazadir path=usr/sbin
44*c10c16deSRichard Lowedir path=usr/share/man
45*c10c16deSRichard Lowedir path=usr/share/man/man1m
46*c10c16deSRichard Lowedir path=usr/share/man/man3dat
47*c10c16deSRichard Lowedir path=usr/share/man/man3lib
48*c10c16deSRichard Lowedir path=usr/share/man/man4
49ebbab6bbSDan Pricefile path=etc/dat/dat.conf group=sys original_name=SUNWudapl:etc/dat/dat.conf \
50ebbab6bbSDan Price    preserve=true
51ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libdat.so.1
52ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/llib-ldat.ln
53ead1f93eSLiane Prazafile path=usr/lib/libdat.so.1
54ead1f93eSLiane Prazafile path=usr/lib/llib-ldat
55ead1f93eSLiane Prazafile path=usr/lib/llib-ldat.ln
56ead1f93eSLiane Prazafile path=usr/sbin/datadm mode=0555
57*c10c16deSRichard Lowefile path=usr/share/man/man1m/datadm.1m
58*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cno_create.3dat
59*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cno_free.3dat
60*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cno_modify_agent.3dat
61*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cno_query.3dat
62*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cno_wait.3dat
63*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cr_accept.3dat
64*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cr_handoff.3dat
65*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cr_query.3dat
66*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_cr_reject.3dat
67*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_connect.3dat
68*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_create.3dat
69*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_create_with_srq.3dat
70*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_disconnect.3dat
71*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_dup_connect.3dat
72*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_free.3dat
73*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_get_status.3dat
74*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_modify.3dat
75*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_post_rdma_read.3dat
76*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_post_rdma_write.3dat
77*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_post_recv.3dat
78*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_post_send.3dat
79*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_query.3dat
80*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_recv_query.3dat
81*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_reset.3dat
82*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ep_set_watermark.3dat
83*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_clear_unwaitable.3dat
84*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_dequeue.3dat
85*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_disable.3dat
86*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_enable.3dat
87*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_free.3dat
88*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_modify_cno.3dat
89*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_post_se.3dat
90*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_query.3dat
91*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_resize.3dat
92*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_set_unwaitable.3dat
93*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_evd_wait.3dat
94*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_get_consumer_context.3dat
95*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_get_handle_type.3dat
96*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ia_close.3dat
97*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ia_open.3dat
98*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_ia_query.3dat
99*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_lmr_create.3dat
100*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_lmr_free.3dat
101*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_lmr_query.3dat
102*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_lmr_sync_rdma_read.3dat
103*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_lmr_sync_rdma_write.3dat
104*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_provider_fini.3dat
105*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_provider_init.3dat
106*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_psp_create.3dat
107*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_psp_create_any.3dat
108*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_psp_free.3dat
109*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_psp_query.3dat
110*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_pz_create.3dat
111*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_pz_free.3dat
112*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_pz_query.3dat
113*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_registry_add_provider.3dat
114*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_registry_list_providers.3dat
115*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_registry_remove_provider.3dat
116*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rmr_bind.3dat
117*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rmr_create.3dat
118*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rmr_free.3dat
119*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rmr_query.3dat
120*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rsp_create.3dat
121*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rsp_free.3dat
122*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_rsp_query.3dat
123*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_set_consumer_context.3dat
124*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_create.3dat
125*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_free.3dat
126*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_post_recv.3dat
127*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_query.3dat
128*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_resize.3dat
129*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_srq_set_lw.3dat
130*c10c16deSRichard Lowefile path=usr/share/man/man3dat/dat_strerror.3dat
131*c10c16deSRichard Lowefile path=usr/share/man/man3lib/libdat.3lib
132*c10c16deSRichard Lowefile path=usr/share/man/man4/dat.conf.4
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
139ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libdat.so target=libdat.so.1
140ead1f93eSLiane Prazalink path=usr/lib/libdat.so target=libdat.so.1
141