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# 25 26set name=pkg.fmri value=pkg:/developer/tnf@$(PKGVERS) 27set name=pkg.description \ 28 value="utilities needed by developers using Trace Normal Format (TNF) facilities" 29set name=pkg.summary value="TNF Developer Components" 30set name=info.classification \ 31 value=org.opensolaris.category.2008:Development/System 32set name=variant.arch value=$(ARCH) 33dir path=usr group=sys 34dir path=usr/bin 35dir path=usr/include 36dir path=usr/include/tnf 37dir path=usr/lib 38dir path=usr/share/man 39dir path=usr/share/man/man1 40dir path=usr/share/man/man3tnf 41file path=usr/bin/tnfdump mode=0555 42file path=usr/include/tnf/com.h 43file path=usr/include/tnf/probe.h 44file path=usr/include/tnf/tnf.h 45file path=usr/include/tnf/writer.h 46file path=usr/lib/libtnf.so.1 47file path=usr/share/man/man1/tnfdump.1 48file path=usr/share/man/man3tnf/TNF_DEBUG.3tnf 49file path=usr/share/man/man3tnf/TNF_DECLARE_RECORD.3tnf 50file path=usr/share/man/man3tnf/TNF_DEFINE_RECORD_1.3tnf 51file path=usr/share/man/man3tnf/TNF_DEFINE_RECORD_2.3tnf 52file path=usr/share/man/man3tnf/TNF_DEFINE_RECORD_3.3tnf 53file path=usr/share/man/man3tnf/TNF_DEFINE_RECORD_4.3tnf 54file path=usr/share/man/man3tnf/TNF_DEFINE_RECORD_5.3tnf 55file path=usr/share/man/man3tnf/TNF_PROBE.3tnf 56file path=usr/share/man/man3tnf/TNF_PROBE_0.3tnf 57file path=usr/share/man/man3tnf/TNF_PROBE_0_DEBUG.3tnf 58file path=usr/share/man/man3tnf/TNF_PROBE_1.3tnf 59file path=usr/share/man/man3tnf/TNF_PROBE_1_DEBUG.3tnf 60file path=usr/share/man/man3tnf/TNF_PROBE_2.3tnf 61file path=usr/share/man/man3tnf/TNF_PROBE_2_DEBUG.3tnf 62file path=usr/share/man/man3tnf/TNF_PROBE_3.3tnf 63file path=usr/share/man/man3tnf/TNF_PROBE_3_DEBUG.3tnf 64file path=usr/share/man/man3tnf/TNF_PROBE_4.3tnf 65file path=usr/share/man/man3tnf/TNF_PROBE_4_DEBUG.3tnf 66file path=usr/share/man/man3tnf/TNF_PROBE_5.3tnf 67file path=usr/share/man/man3tnf/TNF_PROBE_5_DEBUG.3tnf 68file path=usr/share/man/man3tnf/libtnfctl.3tnf 69file path=usr/share/man/man3tnf/tnf_process_disable.3tnf 70file path=usr/share/man/man3tnf/tnf_process_enable.3tnf 71file path=usr/share/man/man3tnf/tnf_thread_disable.3tnf 72file path=usr/share/man/man3tnf/tnf_thread_enable.3tnf 73file path=usr/share/man/man3tnf/tnfctl_buffer_alloc.3tnf 74file path=usr/share/man/man3tnf/tnfctl_buffer_dealloc.3tnf 75file path=usr/share/man/man3tnf/tnfctl_check_libs.3tnf 76file path=usr/share/man/man3tnf/tnfctl_close.3tnf 77file path=usr/share/man/man3tnf/tnfctl_continue.3tnf 78file path=usr/share/man/man3tnf/tnfctl_exec_open.3tnf 79file path=usr/share/man/man3tnf/tnfctl_filter_list_add.3tnf 80file path=usr/share/man/man3tnf/tnfctl_filter_list_delete.3tnf 81file path=usr/share/man/man3tnf/tnfctl_filter_list_get.3tnf 82file path=usr/share/man/man3tnf/tnfctl_filter_state_set.3tnf 83file path=usr/share/man/man3tnf/tnfctl_indirect_open.3tnf 84file path=usr/share/man/man3tnf/tnfctl_internal_open.3tnf 85file path=usr/share/man/man3tnf/tnfctl_kernel_open.3tnf 86file path=usr/share/man/man3tnf/tnfctl_pid_open.3tnf 87file path=usr/share/man/man3tnf/tnfctl_probe_apply.3tnf 88file path=usr/share/man/man3tnf/tnfctl_probe_apply_ids.3tnf 89file path=usr/share/man/man3tnf/tnfctl_probe_connect.3tnf 90file path=usr/share/man/man3tnf/tnfctl_probe_disable.3tnf 91file path=usr/share/man/man3tnf/tnfctl_probe_disconnect_all.3tnf 92file path=usr/share/man/man3tnf/tnfctl_probe_enable.3tnf 93file path=usr/share/man/man3tnf/tnfctl_probe_state_get.3tnf 94file path=usr/share/man/man3tnf/tnfctl_probe_trace.3tnf 95file path=usr/share/man/man3tnf/tnfctl_probe_untrace.3tnf 96file path=usr/share/man/man3tnf/tnfctl_register_funcs.3tnf 97file path=usr/share/man/man3tnf/tnfctl_strerror.3tnf 98file path=usr/share/man/man3tnf/tnfctl_trace_attrs_get.3tnf 99file path=usr/share/man/man3tnf/tnfctl_trace_state_set.3tnf 100file path=usr/share/man/man3tnf/tracing.3tnf 101legacy pkg=SUNWtnfd \ 102 desc="utilities needed by developers using Trace Normal Format (TNF) facilities" \ 103 name="TNF Developer Components" 104license cr_Sun license=cr_Sun 105license lic_CDDL license=lic_CDDL 106link path=usr/lib/libtnf.so target=./libtnf.so.1 107