xref: /illumos-gate/exception_lists/packaging (revision f67950b2)
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 OmniTI Computer Consulting, Inc.  All rights reserved.
25# Copyright 2014 Garrett D'Amore <garrett@damore.org>
26# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
27# Copyright 2018 Nexenta Systems, Inc.
28# Copyright 2017 Toomas Soome <tsoome@me.com>
29# Copyright 2017 RackTop Systems.
30# Copyright 2019, Joyent, Inc.
31# Copyright 2018 Jason King
32# Copyright 2019 Peter Tribble
33# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
34#
35
36#
37# Exception List for validate_pkg
38#
39
40#
41# The following entries are built in the /proto area
42# but not included in any packages - this is intentional.
43#
44usr/include/auth_list.h
45usr/include/bsm/audit_door_infc.h
46usr/include/bsm/audit_private.h
47usr/include/bsm/devalloc.h
48usr/include/demangle-sys.h
49usr/include/getxby_door.h
50usr/include/passwdutil.h
51usr/include/priv_utils.h
52usr/include/rpcsvc/daemon_utils.h
53usr/include/rpcsvc/svc_dg_priv.h
54usr/include/security/pam_impl.h
55usr/include/sys/clock_impl.h
56usr/include/sys/winlockio.h
57usr/include/scsi/plugins/ses/vendor/sun_impl.h
58#
59# Private lofi interface.
60#
61usr/include/sys/lofi_impl.h
62#
63# Private/Internal libraries of the Cryptographic Framework.
64#
65lib/libkcfd.so
66usr/include/libelfsign.h
67
68#
69# The following files are used by the DHCP service, the
70# standalone's DHCP implementation, and the kernel (nfs_dlboot).
71# They contain interfaces which are currently private.
72#
73usr/include/dhcp_symbol.h
74usr/include/sys/sunos_dhcp_class.h
75#
76# Private MAC driver header files
77#
78usr/include/inet/iptun.h
79usr/include/sys/aggr_impl.h
80usr/include/sys/aggr.h
81usr/include/sys/dld_impl.h
82usr/include/sys/dld_ioc.h
83usr/include/sys/dls_impl.h
84usr/include/sys/dls.h
85usr/include/sys/mac_client_impl.h
86usr/include/sys/mac_client.h
87usr/include/sys/mac_flow_impl.h
88usr/include/sys/mac_impl.h
89usr/include/sys/mac_soft_ring.h
90usr/include/sys/mac_stat.h
91#
92# Private GLDv3 userland libraries and headers
93#
94usr/include/libdladm_impl.h
95usr/include/libdlaggr.h
96usr/include/libdlether.h
97usr/include/libdlflow_impl.h
98usr/include/libdlflow.h
99usr/include/libdliptun.h
100usr/include/libdlmgmt.h
101usr/include/libdlsim.h
102usr/include/libdlstat.h
103usr/include/libdlvnic.h
104usr/include/libdlwlan_impl.h
105usr/include/libdlwlan.h
106#
107# Virtual Network Interface Card (VNIC)
108#
109usr/include/sys/vnic.h
110usr/include/sys/vnic_impl.h
111#
112# Private libipadm lint library and header files
113#
114usr/include/ipadm_ipmgmt.h
115usr/include/ipadm_ndpd.h
116usr/include/libipadm.h
117lib/libipadm.so
118#
119# Private libsocket header file
120#
121usr/include/libsocket_priv.h
122#
123# IKE and IPsec support library exceptions.  The IKE support
124# library contains exclusively private interfaces, as does
125# libipsecutil.  My apologies for the glut of header files here.
126#
127usr/include/errfp.h
128usr/include/ikedoor.h
129usr/include/ipsec_util.h
130usr/lib/amd64/libike.so			i386
131usr/lib/sparcv9/libike.so		sparc
132usr/lib/libipsecutil.so
133usr/lib/amd64/libipsecutil.so		i386
134usr/lib/sparcv9/libipsecutil.so		sparc
135usr/lib/llib-like
136usr/lib/llib-like.ln
137usr/lib/amd64/llib-like.ln		i386
138usr/lib/sparcv9/llib-like.ln		sparc
139#
140usr/include/inet/ip_impl.h
141usr/include/inet/ip_ndp.h
142usr/include/inet/ip2mac_impl.h
143usr/include/inet/ip2mac.h
144usr/include/inet/rawip_impl.h
145usr/include/inet/tcp_impl.h
146usr/include/inet/udp_impl.h
147usr/include/libmail.h
148usr/include/libnwam_priv.h
149usr/include/protocols/ripngd.h
150usr/include/s_string.h
151usr/include/sys/logindmux_impl.h
152usr/include/sys/vgareg.h
153#
154# Some IPsec headers can't be shipped lest we hit export controls...
155#
156usr/include/inet/ipsec_impl.h
157usr/include/inet/ipsec_info.h
158usr/include/inet/ipsecah.h
159usr/include/inet/ipsecesp.h
160usr/include/inet/keysock.h
161usr/include/inet/sadb.h
162usr/include/sys/sha1_consts.h
163usr/include/sys/sha2_consts.h
164#
165#
166# Filtering out directories not shipped
167#
168usr/4lib				i386
169#
170# These files contain definitions shared privately between the kernel
171# and libc.  There is no reason for them to be part of a package that
172# a customer should ever see.  They are installed in the proto area by
173# the uts build because libc and and other components, like truss, are
174# dependent upon their contents and should not have their own copies.
175#
176usr/include/sys/libc_kernel.h
177usr/include/sys/synch32.h
178#
179# Private interfaces for libdisasm
180#
181usr/include/libdisasm.h
182#
183# Private interfaces for libraidcfg
184#
185usr/include/raidcfg_spi.h
186usr/include/raidcfg.h
187usr/lib/libraidcfg.so
188usr/lib/amd64/libraidcfg.so		i386
189usr/lib/sparcv9/libraidcfg.so		sparc
190#
191# This file is used for private communication between mdb, drv/kmdb, and
192# misc/kmdb.  The interfaces described herein are not intended for customer
193# use, and are thus excluded from packaging.
194#
195usr/include/sys/kmdb.h
196#
197# These files are installed in the proto area by the build of libdhcpagent
198# and libdhcputil for the benefit of DHCP-related networking commands such
199# as dhcpagent, dhcpinfo, ifconfig, and netstat.  These are not interfaces
200# for customer use, so the files are excluded from packaging.
201#
202lib/libdhcpagent.so
203lib/libdhcputil.so
204lib/amd64/libdhcputil.so		i386
205lib/sparcv9/libdhcputil.so		sparc
206usr/include/dhcp_hostconf.h
207usr/include/dhcp_impl.h
208usr/include/dhcp_inittab.h
209usr/include/dhcp_stable.h
210usr/include/dhcp_symbol_common.h
211usr/include/dhcpagent_ipc.h
212usr/include/dhcpagent_util.h
213usr/include/dhcpmsg.h
214usr/lib/libdhcpagent.so
215usr/lib/libdhcputil.so
216usr/lib/amd64/libdhcputil.so		i386
217usr/lib/sparcv9/libdhcputil.so		sparc
218#
219# Don't ship header files private to libipmp and in.mpathd
220#
221usr/include/ipmp_query_impl.h
222#
223# These files are installed in the proto area by the build of libinetsvc,
224# an inetd-specific library shared by inetd, inetadm and inetconv. Only
225# the shared object is shipped.
226#
227usr/include/inetsvc.h
228usr/lib/libinetsvc.so
229#
230# These files are installed in the proto area by the build of libinetutil,
231# a general purpose library for the benefit of internet utilities. Only
232# the shared object is shipped.
233#
234lib/libinetutil.so
235lib/amd64/libinetutil.so		i386
236lib/sparcv9/libinetutil.so		sparc
237usr/include/libinetutil.h
238usr/include/netinet/inetutil.h
239usr/include/ofmt.h
240usr/lib/libinetutil.so
241usr/lib/amd64/libinetutil.so		i386
242usr/lib/sparcv9/libinetutil.so		sparc
243#
244# Miscellaneous kernel interfaces or kernel<->user interfaces that are
245# consolidation private and we do not want to export at this time.
246#
247usr/include/sys/cryptmod.h
248usr/include/sys/dumpadm.h
249usr/include/sys/ontrap.h
250usr/include/sys/sysmsg_impl.h
251usr/include/sys/vlan.h
252#
253# non-public pci header
254#
255usr/include/sys/pci_impl.h
256usr/include/sys/pci_tools.h
257#
258# Exception list for RCM project, included by librcm and rcm_daemon
259#
260usr/include/librcm_event.h
261usr/include/librcm_impl.h
262#
263# MDB deliverables that are not yet public
264#
265usr/lib/mdb/proc/mdb_test.so
266usr/lib/mdb/proc/sparcv9/mdb_test.so	sparc
267#
268# SNCA project exception list
269#
270usr/include/inet/kssl/kssl.h
271usr/include/inet/kssl/ksslimpl.h
272usr/include/inet/kssl/ksslproto.h
273usr/include/inet/nca
274#
275# these are "removed" from the source product build because the only
276# packages that currently deliver them are removed.
277# they really should't be in here.
278#
279etc/sfw
280#
281# Entries for the libmech_krb5 symlink, which has been included
282# for build purposes only, not delivered to customers.
283#
284usr/include/gssapi/gssapi_krb5.h
285usr/lib/gss/libmech_krb5.so
286usr/lib/amd64/gss/libmech_krb5.so	i386
287usr/lib/sparcv9/gss/libmech_krb5.so	sparc
288usr/lib/libmech_krb5.so
289usr/lib/amd64/libmech_krb5.so		i386
290usr/lib/sparcv9/libmech_krb5.so		sparc
291#
292# Entries for headers from efcode project which user does not need to see
293#
294usr/platform/sun4u/include/sys/fc_plat.h			sparc
295usr/platform/sun4u/include/sys/fcode.h				sparc
296#
297# Private net80211 headers
298#
299usr/include/sys/net80211_amrr.h
300usr/include/sys/net80211_crypto.h
301usr/include/sys/net80211_ht.h
302usr/include/sys/net80211_proto.h
303usr/include/sys/net80211.h
304#
305usr/include/net/wpa.h
306#
307# PPPoE files not delivered to customers.
308#
309usr/include/net/pppoe.h
310usr/include/net/sppptun.h
311#
312# Simnet
313#
314usr/include/net/simnet.h
315#
316# Bridging internal data structures
317#
318usr/include/net/bridge_impl.h
319#
320# User<->kernel interface used by cfgadm/USB only
321#
322usr/include/sys/usb/hubd/hubd_impl.h
323#
324# User<->kernel interface used by cfgadm/SATA only
325#
326usr/include/sys/sata/sata_cfgadm.h			i386
327#
328# Private ucred kernel header
329#
330usr/include/sys/ucred.h
331#
332# Private and/or platform-specific smf(5) files
333#
334lib/librestart.so
335usr/include/libcontract_priv.h
336usr/include/librestart_priv.h
337usr/include/librestart.h
338usr/lib/librestart.so
339usr/lib/sparcv9/librestart.so					sparc
340lib/svc/manifest/platform/sun4u					i386
341lib/svc/manifest/platform/sun4v					i386
342var/svc/manifest/platform/sun4u					i386
343var/svc/manifest/platform/sun4v					i386
344etc/svc/profile/platform_sun4v.xml				i386
345etc/svc/profile/platform_SUNW,SPARC-Enterprise.xml		i386
346etc/svc/profile/platform_SUNW,Sun-Fire-880.xml			i386
347etc/svc/profile/platform_SUNW,Sun-Fire-V890.xml			i386
348etc/svc/profile/platform_SUNW,Sun-Fire.xml			i386
349#
350# Private libuutil files
351#
352lib/libuutil.so
353usr/include/libuutil_impl.h
354usr/lib/libuutil.so
355usr/lib/sparcv9/libuutil.so		sparc
356#
357# Private Multidata file.
358#
359usr/include/sys/multidata_impl.h
360#
361# Even though all the objects built under usr/src/stand are later glommed
362# together into a couple of second-stage boot loaders, we dump the static
363# archives and lint libraries into $(ROOT)/stand for intermediate use
364# (e.g., for lint, linking the second-stage boot loaders, ...).  Since
365# these are merely intermediate objects, they do not need to be packaged.
366#
367stand					sparc
368#
369# Private KCF header files
370#
371usr/include/sys/crypto/elfsign.h
372usr/include/sys/crypto/impl.h
373usr/include/sys/crypto/ops_impl.h
374usr/include/sys/crypto/sched_impl.h
375#
376# The following files are installed in the proto area
377# by the build of libcmdutils (Command Utilities Library).
378# libcmdutils contains interfaces which are all private interfaces.
379#
380lib/libcmdutils.so
381lib/amd64/libcmdutils.so		i386
382lib/sparcv9/libcmdutils.so		sparc
383usr/include/libcmdutils.h
384usr/lib/libcmdutils.so
385usr/lib/amd64/libcmdutils.so		i386
386usr/lib/sparcv9/libcmdutils.so		sparc
387#
388# Private interfaces in libsec
389#
390usr/include/aclutils.h
391#
392# USB skeleton driver stays in sync with the rest of USB but doesn't ship.
393#
394kernel/drv/amd64/usbskel	i386
395kernel/drv/sparcv9/usbskel	sparc
396kernel/drv/usbskel.conf
397#
398# Consolidation and Sun private libdevid interfaces
399# Public libdevid interfaces provided by devid.h
400#
401usr/include/sys/libdevid.h
402#
403# The following files are installed in the proto area by the build of
404# mdesc driver in sun4v. These header files are used on in the build
405# and do not need to be shipped to customers.
406#
407usr/include/sys/mdesc.h					sparc
408usr/include/sys/mdesc_impl.h				sparc
409usr/platform/sun4v/include/sys/mach_descrip.h		sparc
410#
411# ZFS JNI headers
412#
413usr/include/libzfs_jni_dataset.h
414usr/include/libzfs_jni_disk.h
415usr/include/libzfs_jni_diskmgt.h
416usr/include/libzfs_jni_ipool.h
417usr/include/libzfs_jni_main.h
418usr/include/libzfs_jni_pool.h
419usr/include/libzfs_jni_property.h
420usr/include/libzfs_jni_util.h
421#
422# These files are installed in the proto area for Solaris scsi_vhci driver
423# (for MPAPI support) and should not be shipped
424#
425usr/include/sys/scsi/adapters/mpapi_impl.h
426usr/include/sys/scsi/adapters/mpapi_scsi_vhci.h
427#
428# This library is installed in the proto area by the build of libdisasm, and is
429# only used when building the KMDB disasm module.
430#
431usr/lib/libstanddisasm.so
432usr/lib/amd64/libstanddisasm.so		i386
433usr/lib/sparcv9/libstanddisasm.so	sparc
434#
435# TSol: tsol doesn't ship lint source, and tsnet isn't for customers at all.
436#
437lib/libtsnet.so
438#
439# nss interfaces shared between libnsl and other ON libraries.
440#
441usr/include/nss.h
442#
443# AT&T AST (ksh93) files which are currently needed only to build OS/Net
444# (msgcc&co.)
445# libast
446usr/lib/libast.so
447usr/lib/amd64/libast.so			i386
448usr/lib/sparcv9/libast.so		sparc
449# libdll
450usr/lib/libdll.so
451usr/lib/amd64/libdll.so			i386
452usr/lib/sparcv9/libdll.so		sparc
453# libpp (a helper library needed by AST's msgcc)
454usr/lib/libpp.so
455usr/lib/locale/C/LC_MESSAGES/libpp
456# libshell
457usr/lib/libshell.so
458usr/lib/amd64/libshell.so		i386
459usr/lib/sparcv9/libshell.so		sparc
460# libsum
461usr/lib/libsum.so
462usr/lib/amd64/libsum.so			i386
463usr/lib/sparcv9/libsum.so		sparc
464#
465# This file is used in ON to build DSCP clients.  It is not for customers.
466#
467usr/include/libdscp.h		sparc
468#
469# These files are used by the iSCSI Target and the iSCSI Initiator
470#
471usr/include/sys/iscsi_protocol.h
472usr/include/sys/iscsi_authclient.h
473usr/include/sys/iscsi_authclientglue.h
474#
475# These files are used by the COMSTAR iSCSI target port provider
476#
477usr/include/sys/idm
478usr/include/sys/iscsit/chap.h
479usr/include/sys/iscsit/iscsi_if.h
480usr/include/sys/iscsit/isns_protocol.h
481usr/include/sys/iscsit/radius_packet.h
482usr/include/sys/iscsit/radius_protocol.h
483#
484# libshare is private and the 64-bit sharemgr is not delivered.
485#
486usr/lib/libshare.so
487usr/lib/amd64/libshare.so		i386
488usr/lib/sparcv9/libshare.so		sparc
489usr/lib/fs/autofs/libshare_autofs.so
490usr/lib/fs/autofs/amd64/libshare_autofs.so		i386
491usr/lib/fs/autofs/sparcv9/libshare_autofs.so		sparc
492usr/lib/fs/nfs/libshare_nfs.so
493usr/lib/fs/nfs/amd64/libshare_nfs.so		i386
494usr/lib/fs/nfs/sparcv9/libshare_nfs.so		sparc
495usr/lib/fs/nfs/test_svc_tp_create
496usr/lib/fs/smb/libshare_smb.so
497usr/lib/fs/smb/amd64/libshare_smb.so		i386
498usr/lib/fs/smb/sparcv9/libshare_smb.so		sparc
499usr/lib/fs/smbfs/libshare_smbfs.so
500usr/lib/fs/smbfs/amd64/libshare_smbfs.so	i386
501usr/lib/fs/smbfs/sparcv9/libshare_smbfs.so	sparc
502usr/include/libshare_impl.h
503usr/include/scfutil.h
504#
505# These files are installed in the proto area by the build of libpri for
506# the benefit of the builds of FMA libldom, Zeus, picld plugins, and/or
507# other libpri consumers. However, the libpri interfaces are private to
508# Sun (Consolidation Private) and not intended for customer use. So these
509# files (the symlink and the lint library) are excluded from packaging.
510#
511usr/lib/libpri.so		sparc
512usr/lib/sparcv9/libpri.so	sparc
513#
514# These files are installed in the proto area by the build of libds for
515# the benefit of the builds of sun4v IO FMA and/or other libds
516# consumers.  However, the libds interfaces are private to Sun
517# (Consolidation Private) and not intended for customer use. So these
518# files (the symlink and the lint library) are excluded from packaging.
519#
520usr/lib/libds.so			sparc
521usr/lib/sparcv9/libds.so		sparc
522usr/platform/sun4v/include/sys/libds.h	sparc
523usr/platform/sun4v/include/sys/vlds.h	sparc
524#
525# Private/Internal u8_textprep header file. Do not ship.
526#
527usr/include/sys/u8_textprep_data.h
528#
529# SQLite is private, used by SMF (svc.configd), idmapd and libsmb.
530#
531usr/include/sqlite-sys
532lib/libsqlite-native.o
533lib/libsqlite-sys.so
534#
535# Private/Internal kiconv header files. Do not ship.
536#
537usr/include/sys/kiconv_big5_utf8.h
538usr/include/sys/kiconv_cck_common.h
539usr/include/sys/kiconv_cp950hkscs_utf8.h
540usr/include/sys/kiconv_emea1.h
541usr/include/sys/kiconv_emea2.h
542usr/include/sys/kiconv_euckr_utf8.h
543usr/include/sys/kiconv_euctw_utf8.h
544usr/include/sys/kiconv_gb18030_utf8.h
545usr/include/sys/kiconv_gb2312_utf8.h
546usr/include/sys/kiconv_hkscs_utf8.h
547usr/include/sys/kiconv_ja_jis_to_unicode.h
548usr/include/sys/kiconv_ja_unicode_to_jis.h
549usr/include/sys/kiconv_ja.h
550usr/include/sys/kiconv_ko.h
551usr/include/sys/kiconv_latin1.h
552usr/include/sys/kiconv_sc.h
553usr/include/sys/kiconv_tc.h
554usr/include/sys/kiconv_uhc_utf8.h
555usr/include/sys/kiconv_utf8_big5.h
556usr/include/sys/kiconv_utf8_cp950hkscs.h
557usr/include/sys/kiconv_utf8_euckr.h
558usr/include/sys/kiconv_utf8_euctw.h
559usr/include/sys/kiconv_utf8_gb18030.h
560usr/include/sys/kiconv_utf8_gb2312.h
561usr/include/sys/kiconv_utf8_hkscs.h
562usr/include/sys/kiconv_utf8_uhc.h
563#
564# At this time, the directory and its contents
565# are only useful on sun4u systems
566#
567etc/flash/postdeployment			i386
568#
569# This header file is shared only between the power commands and
570# ppm/srn modules # and should not be in any package
571#
572usr/include/sys/srn.h
573#
574# Private/Internal header files of smbsrv. Do not ship.
575#
576usr/include/smb
577usr/include/smbsrv
578#
579# Private/Internal files for libfakekernel. Do not ship.
580#
581lib/amd64/libfakekernel.so			i386
582lib/sparcv9/libfakekernel.so			sparc
583lib/libfakekernel.so
584usr/include/libfakekernel
585usr/lib/libfakekernel.so
586usr/lib/amd64/libfakekernel.so			i386
587usr/lib/sparcv9/libfakekernel.so		sparc
588#
589# Private/Internal libraries of smbsrv. Do not ship.
590#
591usr/lib/mdb/proc/libfksmbsrv.so
592usr/lib/mdb/proc/amd64/libfksmbsrv.so		i386
593usr/lib/mdb/proc/sparcv9/libfksmbsrv.so		sparc
594usr/lib/mdb/proc/amd64/libmlsvc.so		i386
595usr/lib/mdb/proc/sparcv9/libmlsvc.so		sparc
596usr/lib/smbsrv/bind-helper
597usr/lib/smbsrv/fksmbd
598usr/lib/smbsrv/libfksmbsrv.so
599usr/lib/smbsrv/libfksmbsrv.so.1
600usr/lib/smbsrv/libmlsvc.so
601usr/lib/smbsrv/libsmb.so
602usr/lib/smbsrv/libsmbns.so
603usr/lib/smbsrv/nvlprint
604usr/lib/smbsrv/test-msgbuf
605usr/lib/smbsrv/testoplock
606#
607#
608# Private/Internal 64-bit libraries of smbsrv. Do not ship.
609#
610usr/lib/smbsrv/amd64				i386
611usr/lib/smbsrv/sparcv9				sparc
612
613usr/lib/reparse/amd64/libreparse_smb.so		i386
614usr/lib/reparse/amd64/libreparse_smb.so.1	i386
615usr/lib/reparse/sparcv9/libreparse_smb.so	sparc
616usr/lib/reparse/sparcv9/libreparse_smb.so.1	sparc
617#
618# Private dirent, extended to include flags, for use by SMB server
619#
620usr/include/sys/extdirent.h
621#
622# Private header files for vscan service
623#
624usr/include/libvscan.h
625usr/include/sys/vscan.h
626#
627# i86hvm is not a full platform.  It is just a home for paravirtualized
628# drivers.  There is no usr/ component to this sub-platform, but the
629# directory is created in the proto area to keep other tools happy.
630#
631usr/platform/i86hvm						i386
632#
633# Private sdcard framework headers
634#
635usr/include/sys/sdcard
636#
637# libmlrpc is private (SMB client and server)
638#
639usr/include/libmlrpc
640usr/lib/libmlrpc.so
641usr/lib/amd64/libmlrpc.so		i386
642usr/lib/amd64/libmlrpc.so.2		i386
643usr/lib/sparcv9/libmlrpc.so		sparc
644usr/lib/sparcv9/libmlrpc.so.2		sparc
645#
646# libsmbfs is private (SMB client and server)
647#
648usr/include/netsmb
649usr/lib/libsmbfs.so
650usr/lib/amd64/libsmbfs.so		i386
651usr/lib/sparcv9/libsmbfs.so		sparc
652#
653# debug & test program for smbfs (private)
654#
655usr/lib/fs/smbfs/chacl
656usr/lib/fs/smbfs/lsacl
657usr/lib/mdb/proc/libfknsmb.so
658usr/lib/mdb/proc/libfksmbfs.so
659usr/lib/mdb/proc/amd64/libfknsmb.so	i386
660usr/lib/mdb/proc/amd64/libfksmbfs.so	i386
661usr/lib/mdb/proc/sparcv9/libfknsmb.so	sparc
662usr/lib/mdb/proc/sparcv9/libfksmbfs.so	sparc
663usr/lib/smbfs/amd64			i386
664usr/lib/smbfs/sparcv9			sparc
665usr/lib/smbfs/fksmbcl
666usr/lib/smbfs/libfknsmb.so
667usr/lib/smbfs/libfknsmb.so.1
668usr/lib/smbfs/libfksmbfs.so
669usr/lib/smbfs/libfksmbfs.so.1
670#
671# FC related files
672kernel/kmdb/amd64/fcip		i386
673kernel/kmdb/sparcv9/fcip	sparc
674kernel/kmdb/amd64/fcp		i386
675kernel/kmdb/sparcv9/fcp		sparc
676kernel/kmdb/amd64/fctl		i386
677kernel/kmdb/sparcv9/fctl	sparc
678kernel/kmdb/amd64/qlc		i386
679kernel/kmdb/sparcv9/qlc		sparc
680usr/include/a_state.h		sparc
681usr/include/a5k.h		sparc
682usr/include/exec.h		sparc
683usr/include/g_scsi.h		sparc
684usr/include/g_state.h		sparc
685usr/include/gfc.h		sparc
686usr/include/l_common.h		sparc
687usr/include/l_error.h		sparc
688usr/include/rom.h		sparc
689usr/include/stgcom.h		sparc
690usr/include/sys/fibre-channel
691#
692# These files are used by the iSCSI initiator only.
693# No reason to ship them.
694#
695usr/include/sys/scsi/adapters/iscsi_door.h
696usr/include/sys/scsi/adapters/iscsi_if.h
697#
698# sbd ioctl hdr
699#
700usr/include/sys/stmf_sbd_ioctl.h
701#
702# proxy port provider interface
703#
704usr/include/sys/pppt_ic_if.h
705usr/include/sys/pppt_ioctl.h
706#
707# portable object file and dictionary used by libfmd_msg test
708#
709usr/lib/fm/dict/TEST.dict
710usr/lib/locale/C/LC_MESSAGES/TEST.mo
711usr/lib/locale/C/LC_MESSAGES/TEST.po
712#
713# Private idmap RPC protocol
714#
715usr/include/rpcsvc/idmap_prot.h
716usr/include/rpcsvc/idmap_prot.x
717#
718# Private idmap directory API
719#
720usr/include/directory.h
721#
722# librstp is private for bridging
723#
724usr/include/stp_bpdu.h
725usr/include/stp_in.h
726usr/include/stp_vectors.h
727usr/lib/librstp.so
728#
729# Private nvfru API
730#
731usr/include/nvfru.h
732#
733# vrrp
734#
735usr/include/libvrrpadm.h
736usr/lib/libvrrpadm.so
737usr/lib/amd64/libvrrpadm.so		i386
738usr/lib/sparcv9/libvrrpadm.so		sparc
739#
740# This is only used during the -t tools build
741#
742opt/onbld/bin/i386/mandoc	i386
743opt/onbld/bin/sparc/mandoc	sparc
744opt/onbld/bin/i386/makesoftcore	i386
745opt/onbld/bin/i386/vtfontcvt	i386
746opt/onbld/bin/sparc/makesoftcore	sparc
747opt/onbld/bin/sparc/vtfontcvt	sparc
748
749#
750# Private libdwarf
751#
752opt/onbld/lib/i386/libdwarf.so	i386
753opt/onbld/lib/sparc/libdwarf.so	sparc
754
755#
756# Private socket filter API
757#
758usr/include/sys/sockfilter.h
759#
760# We don't actually validate license action payloads, and the license
761# staging area is provided as a separate basedir for package
762# publication.  The net result is that everything therein should be
763# ignored for packaging validation.
764#
765licenses
766#
767# Libbe is private
768#
769usr/include/libbe_priv.h
770#
771# ipmi is at present only useful on i386, but for historical reasons is
772# delivered on SPARC and used by the build.
773#
774usr/include/sys/ipmi.h	sparc
775
776#
777# libsaveargs is private
778#
779usr/include/saveargs.h			i386
780usr/lib/amd64/libsaveargs.so		i386
781usr/lib/amd64/libstandsaveargs.so	i386
782
783#
784# libpcidb is private
785#
786usr/include/pcidb.h
787usr/lib/amd64/libpcidb.so		i386
788usr/lib/sparcv9/libpcidb.so		sparc
789usr/lib/libpcidb.so
790
791#
792# private nvme header file
793#
794usr/include/sys/nvme.h
795
796#
797# debugging program for libadutils
798#
799usr/bin/test-getdc
800#
801# libficl-sys is private
802#
803usr/include/ficllocal.h
804usr/lib/amd64/libficl-sys.so		i386
805usr/lib/sparcv9/libficl-sys.so		sparc
806usr/lib/libficl-sys.so
807
808#
809# libsff is private
810#
811usr/include/libsff.h
812usr/lib/amd64/libsff.so			i386
813usr/lib/sparcv9/libsff.so		sparc
814usr/lib/libsff.so
815
816#
817# libcustr is private
818#
819usr/include/libcustr.h
820lib/amd64/libcustr.so		i386
821lib/sparcv9/libcustr.so		sparc
822lib/libcustr.so
823
824#
825# smatch is delivered and used only with the source tree
826#
827opt/onbld/bin/i386/smatch	i386
828opt/onbld/bin/sparc/smatch	sparc
829opt/onbld/share/smatch
830
831#
832# libdwarf is private for the moment
833#
834lib/amd64/libdwarf.so			i386
835lib/sparcv9/libdwarf.so			sparc
836lib/libdwarf.so
837usr/lib/amd64/libdwarf.so		i386
838usr/lib/sparcv9/libdwarf.so		sparc
839usr/lib/libdwarf.so
840
841#
842# We're not quite ready to ship ctfconvert and ctfmerge
843#
844usr/bin/ctfconvert
845usr/bin/ctfmerge
846
847#
848# SPARC doesn't currently use this today, though it may in the future.
849#
850usr/include/sys/sensors.h	sparc
851usr/lib/devfsadm/linkmod/SUNW_sensor_link.so	sparc
852
853#
854# libjedec is private
855#
856usr/include/libjedec.h
857usr/lib/amd64/libjedec.so	i386
858usr/lib/sparcv9/libjedec.so	sparc
859usr/lib/libjedec.so
860