xref: /onnv-gate/usr/src/lib/libmd/capabilities/sun4u/common/mapfile-cap (revision 12719:bd9fb35d09c2)
1*12719SRod.Evans@Sun.COM#
2*12719SRod.Evans@Sun.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3*12719SRod.Evans@Sun.COM#
4*12719SRod.Evans@Sun.COM# CDDL HEADER START
5*12719SRod.Evans@Sun.COM#
6*12719SRod.Evans@Sun.COM# The contents of this file are subject to the terms of the
7*12719SRod.Evans@Sun.COM# Common Development and Distribution License (the "License").
8*12719SRod.Evans@Sun.COM# You may not use this file except in compliance with the License.
9*12719SRod.Evans@Sun.COM#
10*12719SRod.Evans@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11*12719SRod.Evans@Sun.COM# or http://www.opensolaris.org/os/licensing.
12*12719SRod.Evans@Sun.COM# See the License for the specific language governing permissions
13*12719SRod.Evans@Sun.COM# and limitations under the License.
14*12719SRod.Evans@Sun.COM#
15*12719SRod.Evans@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
16*12719SRod.Evans@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17*12719SRod.Evans@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
18*12719SRod.Evans@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
19*12719SRod.Evans@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
20*12719SRod.Evans@Sun.COM#
21*12719SRod.Evans@Sun.COM# CDDL HEADER END
22*12719SRod.Evans@Sun.COM#
23*12719SRod.Evans@Sun.COM
24*12719SRod.Evans@Sun.COM$mapfile_version 2
25*12719SRod.Evans@Sun.COM
26*12719SRod.Evans@Sun.COMCAPABILITY sun4u {
27*12719SRod.Evans@Sun.COM	MACHINE = sun4u;
28*12719SRod.Evans@Sun.COM};
29*12719SRod.Evans@Sun.COM
30*12719SRod.Evans@Sun.COMSYMBOL_SCOPE {
31*12719SRod.Evans@Sun.COM	global:
32*12719SRod.Evans@Sun.COM		MD5Init;
33*12719SRod.Evans@Sun.COM		MD5Update;
34*12719SRod.Evans@Sun.COM		MD5Final;
35*12719SRod.Evans@Sun.COM		SHA1Init;
36*12719SRod.Evans@Sun.COM		SHA1Update;
37*12719SRod.Evans@Sun.COM		SHA1Final;
38*12719SRod.Evans@Sun.COM	local:
39*12719SRod.Evans@Sun.COM		*;
40*12719SRod.Evans@Sun.COM};
41