1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/lib/crmf/manifest.mn Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,46 @@ 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 + 1.9 +CORE_DEPTH = ../.. 1.10 + 1.11 +MODULE = nss 1.12 + 1.13 +EXPORTS = \ 1.14 + crmf.h \ 1.15 + crmft.h \ 1.16 + cmmf.h \ 1.17 + cmmft.h \ 1.18 + $(NULL) 1.19 + 1.20 +PRIVATE_EXPORTS = \ 1.21 + crmfi.h \ 1.22 + crmfit.h \ 1.23 + cmmfi.h \ 1.24 + cmmfit.h \ 1.25 + $(NULL) 1.26 + 1.27 +CSRCS = crmfenc.c \ 1.28 + crmftmpl.c \ 1.29 + crmfreq.c \ 1.30 + crmfpop.c \ 1.31 + crmfdec.c \ 1.32 + crmfget.c \ 1.33 + crmfcont.c \ 1.34 + cmmfasn1.c \ 1.35 + cmmfresp.c \ 1.36 + cmmfrec.c \ 1.37 + cmmfchal.c \ 1.38 + servget.c \ 1.39 + encutil.c \ 1.40 + respcli.c \ 1.41 + respcmn.c \ 1.42 + challcli.c \ 1.43 + asn1cmn.c \ 1.44 + $(NULL) 1.45 + 1.46 +LIBRARY_NAME = crmf 1.47 + 1.48 +# This part of the code, including all sub-dirs, can be optimized for size 1.49 +export ALLOW_OPT_CODE_SIZE = 1