110507SPei-Hong.Huang@Sun.COM# 210507SPei-Hong.Huang@Sun.COM# CDDL HEADER START 310507SPei-Hong.Huang@Sun.COM# 410507SPei-Hong.Huang@Sun.COM# The contents of this file are subject to the terms of the 510507SPei-Hong.Huang@Sun.COM# Common Development and Distribution License (the "License"). 610507SPei-Hong.Huang@Sun.COM# You may not use this file except in compliance with the License. 710507SPei-Hong.Huang@Sun.COM# 810507SPei-Hong.Huang@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 910507SPei-Hong.Huang@Sun.COM# or http://www.opensolaris.org/os/licensing. 1010507SPei-Hong.Huang@Sun.COM# See the License for the specific language governing permissions 1110507SPei-Hong.Huang@Sun.COM# and limitations under the License. 1210507SPei-Hong.Huang@Sun.COM# 1310507SPei-Hong.Huang@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 1410507SPei-Hong.Huang@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1510507SPei-Hong.Huang@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 1610507SPei-Hong.Huang@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 1710507SPei-Hong.Huang@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 1810507SPei-Hong.Huang@Sun.COM# 1910507SPei-Hong.Huang@Sun.COM# CDDL HEADER END 2010507SPei-Hong.Huang@Sun.COM# 2110507SPei-Hong.Huang@Sun.COM# 22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 2310507SPei-Hong.Huang@Sun.COM# 2410507SPei-Hong.Huang@Sun.COM 2510507SPei-Hong.Huang@Sun.COM# 2610507SPei-Hong.Huang@Sun.COM# MAPFILE HEADER START 2710507SPei-Hong.Huang@Sun.COM# 2810507SPei-Hong.Huang@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 2910507SPei-Hong.Huang@Sun.COM# Object versioning must comply with the rules detailed in 3010507SPei-Hong.Huang@Sun.COM# 3110507SPei-Hong.Huang@Sun.COM# usr/src/lib/README.mapfiles 3210507SPei-Hong.Huang@Sun.COM# 3310507SPei-Hong.Huang@Sun.COM# You should not be making modifications here until you've read the most current 3410507SPei-Hong.Huang@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 3510507SPei-Hong.Huang@Sun.COM# 3610507SPei-Hong.Huang@Sun.COM# MAPFILE HEADER END 3710507SPei-Hong.Huang@Sun.COM# 3810507SPei-Hong.Huang@Sun.COM 39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 40*12692SAli.Bahrami@Oracle.COM 41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate { 4210507SPei-Hong.Huang@Sun.COM global: 43*12692SAli.Bahrami@Oracle.COM fw_devices { FLAGS = PARENT }; 44*12692SAli.Bahrami@Oracle.COM fw_pluginlist { FLAGS = PARENT }; 45*12692SAli.Bahrami@Oracle.COM fwflash_debug { FLAGS = PARENT }; 46*12692SAli.Bahrami@Oracle.COM rootnode { FLAGS = PARENT }; 47*12692SAli.Bahrami@Oracle.COM self { FLAGS = PARENT }; 48*12692SAli.Bahrami@Oracle.COM verifier { FLAGS = PARENT }; 49*12692SAli.Bahrami@Oracle.COM logmsg { FLAGS = PARENT }; 5010507SPei-Hong.Huang@Sun.COM vendorvrfy; 5110507SPei-Hong.Huang@Sun.COM vendor; 5210507SPei-Hong.Huang@Sun.COM local: 5310507SPei-Hong.Huang@Sun.COM *; 5410507SPei-Hong.Huang@Sun.COM}; 5510507SPei-Hong.Huang@Sun.COM 56