manifest.mn (655B)
1 # 2 # This Source Code Form is subject to the terms of the Mozilla Public 3 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 CORE_DEPTH = ../.. 6 7 MODULE = nss 8 9 REQUIRES = nssutil 10 11 LIBRARY_NAME = cryptohi 12 SHARED_LIBRARY = $(NULL) 13 14 EXPORTS = \ 15 cryptohi.h \ 16 cryptoht.h \ 17 key.h \ 18 keyhi.h \ 19 keyt.h \ 20 keythi.h \ 21 sechash.h \ 22 $(NULL) 23 24 PRIVATE_EXPORTS = \ 25 keyi.h \ 26 $(NULL) 27 28 CSRCS = \ 29 sechash.c \ 30 seckey.c \ 31 secsign.c \ 32 secvfy.c \ 33 dsautil.c \ 34 $(NULL) 35 36 # This part of the code, including all sub-dirs, can be optimized for size 37 export ALLOW_OPT_CODE_SIZE = 1