Imported Upstream version 3.13.6
[platform/upstream/nss.git] / mozilla / security / nss / lib / util / manifest.mn
1
2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 #
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/
9 #
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.
14 #
15 # The Original Code is the Netscape security libraries.
16 #
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.
21 #
22 # Contributor(s):
23 #
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.
35 #
36 # ***** END LICENSE BLOCK *****
37 CORE_DEPTH = ../../..
38
39 EXPORTS = \
40         base64.h \
41         ciferfam.h \
42         nssb64.h \
43         nssb64t.h \
44         nsslocks.h \
45         nssilock.h \
46         nssilckt.h \
47         nssrwlk.h \
48         nssrwlkt.h \
49         nssutil.h \
50         pkcs11.h \
51         pkcs11f.h \
52         pkcs11p.h \
53         pkcs11t.h \
54         pkcs11n.h \
55         pkcs11u.h \
56         portreg.h \
57         secasn1.h \
58         secasn1t.h \
59         seccomon.h \
60         secder.h \
61         secdert.h \
62         secdig.h \
63         secdigt.h \
64         secitem.h \
65         secoid.h \
66         secoidt.h \
67         secport.h \
68         secerr.h \
69         utilrename.h \
70         $(NULL)
71
72 PRIVATE_EXPORTS = \
73         templates.c \
74         $(NULL)
75
76 CSRCS = \
77         quickder.c \
78         secdig.c \
79         derdec.c \
80         derenc.c \
81         dersubr.c \
82         dertime.c \
83         errstrs.c \
84         nssb64d.c \
85         nssb64e.c \
86         nssrwlk.c \
87         nssilock.c \
88         oidstring.c \
89         portreg.c \
90         secalgid.c \
91         secasn1d.c \
92         secasn1e.c \
93         secasn1u.c \
94         secitem.c \
95         secload.c \
96         secoid.c \
97         sectime.c \
98         secport.c \
99         templates.c \
100         utf8.c \
101         $(NULL)
102
103 MODULE = nss
104
105 # don't duplicate module name in REQUIRES
106 MAPFILE = $(OBJDIR)/nssutil.def
107
108 LIBRARY_NAME = nssutil
109 LIBRARY_VERSION = 3
110
111 # This part of the code, including all sub-dirs, can be optimized for size
112 export ALLOW_OPT_CODE_SIZE = 1