1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/lib/certdb/manifest.mn Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,40 @@ 1.4 +# 1.5 +# This Source Code Form is subject to the terms of the Mozilla Public 1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 +CORE_DEPTH = ../.. 1.9 + 1.10 +EXPORTS = \ 1.11 + cert.h \ 1.12 + certt.h \ 1.13 + certdb.h \ 1.14 + $(NULL) 1.15 + 1.16 +PRIVATE_EXPORTS = \ 1.17 + genname.h \ 1.18 + xconst.h \ 1.19 + certxutl.h \ 1.20 + certi.h \ 1.21 + $(NULL) 1.22 + 1.23 +MODULE = nss 1.24 + 1.25 +CSRCS = \ 1.26 + alg1485.c \ 1.27 + certdb.c \ 1.28 + certv3.c \ 1.29 + certxutl.c \ 1.30 + crl.c \ 1.31 + genname.c \ 1.32 + stanpcertdb.c \ 1.33 + polcyxtn.c \ 1.34 + secname.c \ 1.35 + xauthkid.c \ 1.36 + xbsconst.c \ 1.37 + xconst.c \ 1.38 + $(NULL) 1.39 + 1.40 +LIBRARY_NAME = certdb 1.41 + 1.42 +# This part of the code, including all sub-dirs, can be optimized for size 1.43 +export ALLOW_OPT_CODE_SIZE = 1