Import from 1.9a8 tarball
[mozilla-nss.git] / security / nss / lib / pk11wrap / manifest.mn
blobdd2db494ecb4b569ea74e0d882b74c3610512e9d
1
2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License. You may obtain a copy of the License at
8 # http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # The Original Code is the Netscape security libraries.
17 # The Initial Developer of the Original Code is
18 # Netscape Communications Corporation.
19 # Portions created by the Initial Developer are Copyright (C) 1994-2000
20 # the Initial Developer. All Rights Reserved.
22 # Contributor(s):
24 # Alternatively, the contents of this file may be used under the terms of
25 # either the GNU General Public License Version 2 or later (the "GPL"), or
26 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 # in which case the provisions of the GPL or the LGPL are applicable instead
28 # of those above. If you wish to allow use of your version of this file only
29 # under the terms of either the GPL or the LGPL, and not to allow others to
30 # use your version of this file under the terms of the MPL, indicate your
31 # decision by deleting the provisions above and replace them with the notice
32 # and other provisions required by the GPL or the LGPL. If you do not delete
33 # the provisions above, a recipient may use your version of this file under
34 # the terms of any one of the MPL, the GPL or the LGPL.
36 # ***** END LICENSE BLOCK *****
37 CORE_DEPTH = ../../..
39 EXPORTS = \
40         secmod.h \
41         secmodt.h \
42         secpkcs5.h \
43         pk11func.h \
44         pk11pub.h \
45         pk11priv.h \
46         pk11sdr.h \
47         pk11pqg.h \
48         $(NULL)
50 PRIVATE_EXPORTS = \
51         secmodi.h \
52         pk11init.h \
53         dev3hack.h \
54         $(NULL)
56 MODULE = nss
58 CSRCS = \
59         dev3hack.c \
60         pk11akey.c \
61         pk11auth.c \
62         pk11cert.c \
63         pk11cxt.c \
64         pk11err.c  \
65         pk11kea.c \
66         pk11list.c \
67         pk11load.c \
68         pk11mech.c \
69         pk11nobj.c \
70         pk11obj.c \
71         pk11pars.c \
72         pk11pbe.c \
73         pk11pk12.c \
74         pk11pqg.c \
75         pk11sdr.c \
76         pk11skey.c \
77         pk11slot.c \
78         pk11util.c \
79         $(NULL)
81 REQUIRES = dbm
83 LIBRARY_NAME = pk11wrap
85 # only add module debugging in opt builds if DEBUG_PKCS11 is set
86 ifdef DEBUG_PKCS11
87   DEFINES += -DDEBUG_MODULE -DFORCE_PR_LOG
88 endif