Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  moz.build   Sprache: unbekannt

 
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# we don't use mbedtls

UNIFIED_SOURCES += [
    'crypto/cipher/aes_gcm_nss.c',
    'crypto/cipher/aes_icm_nss.c',
    'crypto/cipher/cipher.c',
    'crypto/cipher/cipher_test_cases.c',
    'crypto/cipher/null_cipher.c',
    'crypto/hash/auth.c',
    'crypto/hash/auth_test_cases.c',
    'crypto/hash/hmac.c',
    'crypto/hash/null_auth.c',
    'crypto/hash/sha1.c',
    'crypto/kernel/alloc.c',
    'crypto/kernel/crypto_kernel.c',
    'crypto/kernel/err.c',
    'crypto/kernel/key.c',
    'crypto/math/datatypes.c',
    'crypto/replay/rdb.c',
    'crypto/replay/rdbx.c',
    'srtp/srtp.c',
]

Library('nksrtp_s')

include('/ipc/chromium/chromium-config.mozbuild')

FINAL_LIBRARY = 'xul'

LOCAL_INCLUDES += [
    'crypto/include',
    'include',
]

DEFINES['PACKAGE_STRING'] = '"libsrtp2 2.2.0-pre"'
DEFINES['PACKAGE_VERSION'] = '"2.2.0-pre"'

# This is needed to enable the be32_to_cpu and be64_to_cpu
# macro's in datatypes.h
DEFINES['HAVE_CONFIG_H'] = 1

# We know stdint.h will define uint8/16/32/64_t, so we don't need
# to define SIZEOF_UNSIGNED_LONG/SIZEOF_UNSIGNED_LONG_LONG
for var in ('HAVE_STDLIB_H', 'HAVE_UINT8_T', 'HAVE_UINT16_T',
            'HAVE_INT32_T', 'HAVE_UINT32_T', 'HAVE_UINT64_T'):
    DEFINES[var] = 1

# Enable AES-GCM cipher suite in libsrtp
DEFINES['GCM'] = 1
# Let libsrtp use NSS instead of build-in crypto
DEFINES['NSS'] = 1

# XXX while arm is not a CISC architecture, the code guarded by CPU_RISC makes
# (at least) the AES ciphers fail their self-tests on ARM, so for now we're
# falling back to the (presumably) slower-on-this-architecture but working
# code path.  https://bugzilla.mozilla.org/show_bug.cgi?id=822380 has been filed
# to make the right and more performant fix and push it back upstream.
if CONFIG['TARGET_CPU'] in ('arm', 'x86', 'x86_64', 'mips32', 'mips64'):
    DEFINES['CPU_CISC'] = 1
else:
    # best guess
    DEFINES['CPU_RISC'] = 1

if  CONFIG['TARGET_CPU'] in ('x86', 'x86_64'):
    DEFINES['HAVE_X86'] = True

if CONFIG['OS_TARGET'] == 'WINNT':
    DEFINES['HAVE_WINSOCK2_H'] = True
    DEFINES['inline'] = '__inline'
else:
    DEFINES['HAVE_NETINET_IN_H'] = 1

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge