summaryrefslogtreecommitdiff
path: root/usr/src/pkg/manifests/service-network-dns-mdns.mf
blob: a9015d9bf8d3ace7867711fb283a3da31a71d33a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri value=pkg:/service/network/dns/mdns@$(PKGVERS)
set name=pkg.description \
    value="Root components for Multicast DNS daemon and service discovery support"
set name=pkg.summary value="Multicast DNS and Service Discovery"
set name=info.classification \
    value=org.opensolaris.category.2008:System/Services
set name=variant.arch value=$(ARCH)
dir path=lib
dir path=lib/svc
dir path=lib/svc/manifest group=sys
dir path=lib/svc/manifest/network group=sys
dir path=lib/svc/manifest/network/dns group=sys
dir path=usr group=sys
dir path=usr/bin
dir path=usr/include
dir path=usr/lib
dir path=usr/lib/$(ARCH64)
dir path=usr/lib/inet
dir path=usr/share
dir path=usr/share/lib
dir path=usr/share/lib/java group=sys
dir path=usr/share/lib/java/javadoc group=other
dir path=usr/share/lib/java/javadoc/dnssd group=other
dir path=usr/share/lib/java/javadoc/dnssd/api group=other
dir path=usr/share/lib/java/javadoc/dnssd/api/com group=other
dir path=usr/share/lib/java/javadoc/dnssd/api/com/apple group=other
dir path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd group=other
dir path=usr/share/lib/java/javadoc/dnssd/api/resources group=other
dir path=usr/share/lib/java/javadoc/dnssd/examples group=other
dir path=usr/share/man
dir path=usr/share/man/man1m
dir path=usr/share/man/man3dns_sd
dir path=usr/share/man/man3lib
file path=lib/svc/manifest/network/dns/multicast.xml group=sys mode=0444
file path=usr/bin/dns-sd mode=0555
file path=usr/include/dns_sd.h
file path=usr/lib/$(ARCH64)/libdns_sd.so.1
file path=usr/lib/$(ARCH64)/libjdns_sd.so.1
file path=usr/lib/$(ARCH64)/llib-ldns_sd.ln
file path=usr/lib/$(ARCH64)/nss_mdns.so.1
file path=usr/lib/inet/mdnsd mode=0555
file path=usr/lib/libdns_sd.so.1
file path=usr/lib/libjdns_sd.so.1
file path=usr/lib/llib-ldns_sd
file path=usr/lib/llib-ldns_sd.ln
file path=usr/lib/nss_mdns.so.1
file path=usr/share/lib/java/dnssd.jar group=sys
file path=usr/share/lib/java/javadoc/dnssd/api/allclasses-frame.html \
    group=other
file path=usr/share/lib/java/javadoc/dnssd/api/allclasses-noframe.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/BaseListener.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/BrowseListener.html \
    group=other
file path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/DNSRecord.html \
    group=other
file path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/DNSSD.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/DNSSDException.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/DNSSDRecordRegistrar.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/DNSSDRegistration.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/DNSSDService.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/DomainListener.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/QueryListener.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/RegisterListener.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/RegisterRecordListener.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/ResolveListener.html \
    group=other
file path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/TXTRecord.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/package-frame.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/package-summary.html \
    group=other
file \
    path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd/package-tree.html \
    group=other
file path=usr/share/lib/java/javadoc/dnssd/api/constant-values.html \
    group=other
file path=usr/share/lib/java/javadoc/dnssd/api/deprecated-list.html \
    group=other
file path=usr/share/lib/java/javadoc/dnssd/api/help-doc.html group=other
file path=usr/share/lib/java/javadoc/dnssd/api/index-all.html group=other
file path=usr/share/lib/java/javadoc/dnssd/api/index.html group=other
file path=usr/share/lib/java/javadoc/dnssd/api/overview-tree.html group=other
file path=usr/share/lib/java/javadoc/dnssd/api/package-list group=other
file path=usr/share/lib/java/javadoc/dnssd/api/resources/inherit.gif \
    group=other
file path=usr/share/lib/java/javadoc/dnssd/api/serialized-form.html \
    group=other
file path=usr/share/lib/java/javadoc/dnssd/api/stylesheet.css group=other
file path=usr/share/lib/java/javadoc/dnssd/examples/BrowserApp.jar group=sys
file path=usr/share/lib/java/javadoc/dnssd/examples/SimpleChat.jar group=sys
file path=usr/share/man/man1m/dns-sd.1m
file path=usr/share/man/man3dns_sd/DNSServiceAddRecord.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceBrowse.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceConstructFullName.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceCreateConnection.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceEnumerateDomains.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceProcessResult.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceQueryRecord.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceReconfirmRecord.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceRefDeallocate.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceRefSockFD.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceRegister.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceRegisterRecord.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceRemoveRecord.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceResolve.3dns_sd
file path=usr/share/man/man3dns_sd/DNSServiceUpdateRecord.3dns_sd
file path=usr/share/man/man3dns_sd/TXTRecordContainsKey.3dns_sd
file path=usr/share/man/man3dns_sd/TXTRecordCreate.3dns_sd
file path=usr/share/man/man3dns_sd/TXTRecordDeallocate.3dns_sd
file path=usr/share/man/man3dns_sd/TXTRecordGetBytesPtr.3dns_sd
file path=usr/share/man/man3dns_sd/TXTRecordGetCount.3dns_sd
file path=usr/share/man/man3dns_sd/TXTRecordGetItemAtIndex.3dns_sd
file path=usr/share/man/man3dns_sd/TXTRecordGetLength.3dns_sd
file path=usr/share/man/man3dns_sd/TXTRecordGetValuePtr.3dns_sd
file path=usr/share/man/man3dns_sd/TXTRecordRemoveValue.3dns_sd
file path=usr/share/man/man3dns_sd/TXTRecordSetValue.3dns_sd
file path=usr/share/man/man3lib/libdns_sd.3lib
legacy pkg=SUNWdsdr \
    desc="Root components for Multicast DNS daemon and service discovery support" \
    name="Multicast DNS and Service Discovery (Root)"
legacy pkg=SUNWdsdu desc="Multicast DNS daemon and service discovery modules" \
    name="Multicast DNS and Service Discovery (Usr)"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
license usr/src/cmd/cmd-inet/usr.lib/mdnsd/THIRDPARTYLICENSE \
    license=usr/src/cmd/cmd-inet/usr.lib/mdnsd/THIRDPARTYLICENSE
license usr/src/lib/libdns_sd/THIRDPARTYLICENSE \
    license=usr/src/lib/libdns_sd/THIRDPARTYLICENSE
link path=usr/lib/$(ARCH64)/libdns_sd.so target=libdns_sd.so.1
link path=usr/lib/$(ARCH64)/libjdns_sd.so target=libjdns_sd.so.1
link path=usr/lib/libdns_sd.so target=libdns_sd.so.1
link path=usr/lib/libjdns_sd.so target=libjdns_sd.so.1