Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- |
michael@0 | 2 | # vim: set filetype=python: |
michael@0 | 3 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 4 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 5 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 6 | |
michael@0 | 7 | XPIDL_SOURCES += [ |
michael@0 | 8 | 'nsIASN1Object.idl', |
michael@0 | 9 | 'nsIASN1PrintableItem.idl', |
michael@0 | 10 | 'nsIASN1Sequence.idl', |
michael@0 | 11 | 'nsIAssociatedContentSecurity.idl', |
michael@0 | 12 | 'nsIBadCertListener2.idl', |
michael@0 | 13 | 'nsICertificateDialogs.idl', |
michael@0 | 14 | 'nsICertificatePrincipal.idl', |
michael@0 | 15 | 'nsICertOverrideService.idl', |
michael@0 | 16 | 'nsICertPickDialogs.idl', |
michael@0 | 17 | 'nsIClientAuthDialogs.idl', |
michael@0 | 18 | 'nsICMSDecoder.idl', |
michael@0 | 19 | 'nsICMSEncoder.idl', |
michael@0 | 20 | 'nsICMSMessage.idl', |
michael@0 | 21 | 'nsICMSMessage2.idl', |
michael@0 | 22 | 'nsICMSMessageErrors.idl', |
michael@0 | 23 | 'nsICMSSecureMessage.idl', |
michael@0 | 24 | 'nsIDataSignatureVerifier.idl', |
michael@0 | 25 | 'nsIDOMCryptoDialogs.idl', |
michael@0 | 26 | 'nsIFormSigningDialog.idl', |
michael@0 | 27 | 'nsIGenKeypairInfoDlg.idl', |
michael@0 | 28 | 'nsIIdentityInfo.idl', |
michael@0 | 29 | 'nsIKeygenThread.idl', |
michael@0 | 30 | 'nsIKeyModule.idl', |
michael@0 | 31 | 'nsINSSCertCache.idl', |
michael@0 | 32 | 'nsINSSVersion.idl', |
michael@0 | 33 | 'nsIPK11Token.idl', |
michael@0 | 34 | 'nsIPK11TokenDB.idl', |
michael@0 | 35 | 'nsIPKCS11.idl', |
michael@0 | 36 | 'nsIPKCS11Module.idl', |
michael@0 | 37 | 'nsIPKCS11ModuleDB.idl', |
michael@0 | 38 | 'nsIPKCS11Slot.idl', |
michael@0 | 39 | 'nsIProtectedAuthThread.idl', |
michael@0 | 40 | 'nsIRecentBadCertsService.idl', |
michael@0 | 41 | 'nsISignatureVerifier.idl', |
michael@0 | 42 | 'nsISMimeCert.idl', |
michael@0 | 43 | 'nsISSLCertErrorDialog.idl', |
michael@0 | 44 | 'nsISSLErrorListener.idl', |
michael@0 | 45 | 'nsISSLStatus.idl', |
michael@0 | 46 | 'nsIStreamCipher.idl', |
michael@0 | 47 | 'nsITokenDialogs.idl', |
michael@0 | 48 | 'nsITokenPasswordDialogs.idl', |
michael@0 | 49 | 'nsIUserCertPicker.idl', |
michael@0 | 50 | 'nsIX509Cert.idl', |
michael@0 | 51 | 'nsIX509Cert2.idl', |
michael@0 | 52 | 'nsIX509Cert3.idl', |
michael@0 | 53 | 'nsIX509CertDB.idl', |
michael@0 | 54 | 'nsIX509CertDB2.idl', |
michael@0 | 55 | 'nsIX509CertList.idl', |
michael@0 | 56 | 'nsIX509CertValidity.idl', |
michael@0 | 57 | ] |
michael@0 | 58 | |
michael@0 | 59 | if CONFIG['MOZ_XUL']: |
michael@0 | 60 | XPIDL_SOURCES += [ |
michael@0 | 61 | 'nsICertTree.idl', |
michael@0 | 62 | ] |
michael@0 | 63 | |
michael@0 | 64 | XPIDL_MODULE = 'pipnss' |
michael@0 | 65 |