jdk/makefiles/sun/security/pkcs11/mapfile-vers
author ohair
Tue, 10 Apr 2012 08:22:03 -0700
changeset 12317 9670c1610c53
permissions -rw-r--r--
7074397: Build infrastructure changes (makefile re-write) Summary: New makefiles transition, old and new living side by side for now. Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser Contributed-by: ohrstrom <fredrik.ohrstrom@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     1
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     2
# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     4
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    10
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    15
# accompanied this code).
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    16
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    20
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    23
# questions.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    24
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    25
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    26
# Define public interface.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    27
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    28
SUNWprivate_1.1 {
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    29
	global:
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    30
		JNI_OnLoad;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    31
		Java_sun_security_pkcs11_wrapper_PKCS11_initializeLibrary;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    32
		Java_sun_security_pkcs11_wrapper_PKCS11_finalizeLibrary;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    33
		Java_sun_security_pkcs11_wrapper_PKCS11_connect;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    34
		Java_sun_security_pkcs11_wrapper_PKCS11_disconnect;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    35
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Initialize;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    36
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Finalize;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    37
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetInfo;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    38
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetSlotList;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    39
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetSlotInfo;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    40
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetTokenInfo;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    41
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetMechanismList;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    42
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetMechanismInfo;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    43
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1InitToken;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    44
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1InitPIN;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    45
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SetPIN;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    46
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1OpenSession;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    47
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1CloseSession;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    48
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1CloseAllSessions;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    49
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetSessionInfo;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    50
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetOperationState;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    51
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SetOperationState;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    52
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Login;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    53
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Logout;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    54
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1CreateObject;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    55
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1CopyObject;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    56
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DestroyObject;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    57
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetObjectSize;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    58
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetAttributeValue;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    59
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SetAttributeValue;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    60
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1FindObjectsInit;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    61
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1FindObjects;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    62
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1FindObjectsFinal;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    63
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1EncryptInit;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    64
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Encrypt;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    65
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1EncryptUpdate;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    66
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1EncryptFinal;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    67
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptInit;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    68
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Decrypt;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    69
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptUpdate;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    70
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptFinal;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    71
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestInit;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    72
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestSingle;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    73
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestUpdate;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    74
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestKey;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    75
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestFinal;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    76
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignInit;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    77
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Sign;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    78
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignUpdate;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    79
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignFinal;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    80
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignRecoverInit;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    81
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignRecover;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    82
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyInit;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    83
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1Verify;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    84
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyUpdate;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    85
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyFinal;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    86
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyRecoverInit;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    87
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyRecover;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    88
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestEncryptUpdate;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    89
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptDigestUpdate;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    90
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignEncryptUpdate;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    91
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptVerifyUpdate;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    92
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GenerateKey;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    93
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GenerateKeyPair;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    94
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1WrapKey;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    95
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1UnwrapKey;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    96
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1DeriveKey;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    97
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1SeedRandom;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    98
		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GenerateRandom;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    99
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetFunctionStatus;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   100
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1CancelFunction;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   101
#		Java_sun_security_pkcs11_wrapper_PKCS11_C_1WaitForSlotEvent;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   102
		Java_sun_security_pkcs11_Secmod_nssGetLibraryHandle;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   103
		Java_sun_security_pkcs11_Secmod_nssLoadLibrary;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   104
		Java_sun_security_pkcs11_Secmod_nssVersionCheck;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   105
		Java_sun_security_pkcs11_Secmod_nssInit;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   106
		Java_sun_security_pkcs11_Secmod_nssGetModuleList;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   107
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   108
	local:
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   109
		*;
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   110
};