1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/manager/ssl/public/moz.build Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,65 @@ 1.4 +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- 1.5 +# vim: set filetype=python: 1.6 +# This Source Code Form is subject to the terms of the Mozilla Public 1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 + 1.10 +XPIDL_SOURCES += [ 1.11 + 'nsIASN1Object.idl', 1.12 + 'nsIASN1PrintableItem.idl', 1.13 + 'nsIASN1Sequence.idl', 1.14 + 'nsIAssociatedContentSecurity.idl', 1.15 + 'nsIBadCertListener2.idl', 1.16 + 'nsICertificateDialogs.idl', 1.17 + 'nsICertificatePrincipal.idl', 1.18 + 'nsICertOverrideService.idl', 1.19 + 'nsICertPickDialogs.idl', 1.20 + 'nsIClientAuthDialogs.idl', 1.21 + 'nsICMSDecoder.idl', 1.22 + 'nsICMSEncoder.idl', 1.23 + 'nsICMSMessage.idl', 1.24 + 'nsICMSMessage2.idl', 1.25 + 'nsICMSMessageErrors.idl', 1.26 + 'nsICMSSecureMessage.idl', 1.27 + 'nsIDataSignatureVerifier.idl', 1.28 + 'nsIDOMCryptoDialogs.idl', 1.29 + 'nsIFormSigningDialog.idl', 1.30 + 'nsIGenKeypairInfoDlg.idl', 1.31 + 'nsIIdentityInfo.idl', 1.32 + 'nsIKeygenThread.idl', 1.33 + 'nsIKeyModule.idl', 1.34 + 'nsINSSCertCache.idl', 1.35 + 'nsINSSVersion.idl', 1.36 + 'nsIPK11Token.idl', 1.37 + 'nsIPK11TokenDB.idl', 1.38 + 'nsIPKCS11.idl', 1.39 + 'nsIPKCS11Module.idl', 1.40 + 'nsIPKCS11ModuleDB.idl', 1.41 + 'nsIPKCS11Slot.idl', 1.42 + 'nsIProtectedAuthThread.idl', 1.43 + 'nsIRecentBadCertsService.idl', 1.44 + 'nsISignatureVerifier.idl', 1.45 + 'nsISMimeCert.idl', 1.46 + 'nsISSLCertErrorDialog.idl', 1.47 + 'nsISSLErrorListener.idl', 1.48 + 'nsISSLStatus.idl', 1.49 + 'nsIStreamCipher.idl', 1.50 + 'nsITokenDialogs.idl', 1.51 + 'nsITokenPasswordDialogs.idl', 1.52 + 'nsIUserCertPicker.idl', 1.53 + 'nsIX509Cert.idl', 1.54 + 'nsIX509Cert2.idl', 1.55 + 'nsIX509Cert3.idl', 1.56 + 'nsIX509CertDB.idl', 1.57 + 'nsIX509CertDB2.idl', 1.58 + 'nsIX509CertList.idl', 1.59 + 'nsIX509CertValidity.idl', 1.60 +] 1.61 + 1.62 +if CONFIG['MOZ_XUL']: 1.63 + XPIDL_SOURCES += [ 1.64 + 'nsICertTree.idl', 1.65 + ] 1.66 + 1.67 +XPIDL_MODULE = 'pipnss' 1.68 +