1a799b1e7Speihong huang# 2a799b1e7Speihong huang# CDDL HEADER START 3a799b1e7Speihong huang# 4a799b1e7Speihong huang# The contents of this file are subject to the terms of the 5a799b1e7Speihong huang# Common Development and Distribution License (the "License"). 6a799b1e7Speihong huang# You may not use this file except in compliance with the License. 7a799b1e7Speihong huang# 8a799b1e7Speihong huang# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9a799b1e7Speihong huang# or http://www.opensolaris.org/os/licensing. 10a799b1e7Speihong huang# See the License for the specific language governing permissions 11a799b1e7Speihong huang# and limitations under the License. 12a799b1e7Speihong huang# 13a799b1e7Speihong huang# When distributing Covered Code, include this CDDL HEADER in each 14a799b1e7Speihong huang# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15a799b1e7Speihong huang# If applicable, add the following below this CDDL HEADER, with the 16a799b1e7Speihong huang# fields enclosed by brackets "[]" replaced with your own identifying 17a799b1e7Speihong huang# information: Portions Copyright [yyyy] [name of copyright owner] 18a799b1e7Speihong huang# 19a799b1e7Speihong huang# CDDL HEADER END 20a799b1e7Speihong huang# 21a799b1e7Speihong huang# 22*cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 23a799b1e7Speihong huang# 24a799b1e7Speihong huang 25a799b1e7Speihong huang# 26a799b1e7Speihong huang# MAPFILE HEADER START 27a799b1e7Speihong huang# 28a799b1e7Speihong huang# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29a799b1e7Speihong huang# Object versioning must comply with the rules detailed in 30a799b1e7Speihong huang# 31a799b1e7Speihong huang# usr/src/lib/README.mapfiles 32a799b1e7Speihong huang# 33a799b1e7Speihong huang# You should not be making modifications here until you've read the most current 34a799b1e7Speihong huang# copy of that file. If you need help, contact a gatekeeper for guidance. 35a799b1e7Speihong huang# 36a799b1e7Speihong huang# MAPFILE HEADER END 37a799b1e7Speihong huang# 38a799b1e7Speihong huang 39*cd3e9333SAli Bahrami$mapfile_version 2 40*cd3e9333SAli Bahrami 41*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate { 42a799b1e7Speihong huang global: 43*cd3e9333SAli Bahrami fw_devices { FLAGS = PARENT }; 44*cd3e9333SAli Bahrami fw_pluginlist { FLAGS = PARENT }; 45*cd3e9333SAli Bahrami fwflash_debug { FLAGS = PARENT }; 46*cd3e9333SAli Bahrami rootnode { FLAGS = PARENT }; 47*cd3e9333SAli Bahrami self { FLAGS = PARENT }; 48*cd3e9333SAli Bahrami verifier { FLAGS = PARENT }; 49*cd3e9333SAli Bahrami logmsg { FLAGS = PARENT }; 50a799b1e7Speihong huang vendorvrfy; 51a799b1e7Speihong huang vendor; 52a799b1e7Speihong huang local: 53a799b1e7Speihong huang *; 54a799b1e7Speihong huang}; 55a799b1e7Speihong huang 56