os/security/cryptoservices/certificateandkeymgmt/asn1/asn1.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 * asn1.dll ASN.1 Protocol Specification Language translation
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 TARGET        asn1.dll
    25 CAPABILITY All
    26 TARGETTYPE    DLL
    27 
    28 UID    0x1000008d 0x10005e09
    29 VENDORID 0x70000001
    30 
    31 SOURCEPATH	../asn1
    32 
    33 // Generic
    34 SOURCE        panic.cpp 
    35 SOURCE		  asn1libdec.cpp	//	For EKA1, e32dll entry point
    36 
    37 // Decoding
    38 SOURCE        booleandec.cpp nulldec.cpp integerdec.cpp gentimedec.cpp
    39 SOURCE        oiddec.cpp setdec.cpp graphstdec.cpp visiblstdec.cpp
    40 SOURCE        utctimedec.cpp bitstrdec.cpp ia5strdec.cpp genrlstrdec.cpp
    41 SOURCE        octetstrdec.cpp numstrdec.cpp videostrdec.cpp printstrdec.cpp
    42 SOURCE        sequencedec.cpp genericdec.cpp telestrdec.cpp utf8strdec.cpp bmpstrdec.cpp
    43 
    44 // Encoding
    45 SOURCE        baseenc.cpp primitiveenc.cpp constructedenc.cpp containerenc.cpp
    46 SOURCE        explicittagenc.cpp base128enc.cpp sequenceenc.cpp
    47 SOURCE        nullenc.cpp intenc.cpp bigintenc.cpp octetstrenc.cpp bitstrenc.cpp printstrenc.cpp
    48 SOURCE        booleanenc.cpp oidenc.cpp gentimeenc.cpp encenc.cpp
    49 
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    51 
    52 USERINCLUDE ../../../crypto/weakcrypto/inc
    53 
    54 LIBRARY       euser.lib
    55 
    56 LIBRARY       cryptography.lib
    57 
    58 START WINS
    59     BASEADDRESS 0x745d0000
    60 END
    61 
    62 #ifdef WINSCW
    63 DEFFILE ASN1.def
    64 #endif
    65 
    66 #ifdef ARMV5
    67 DEFFILE asn1.def
    68 #endif
    69 SMPSAFE
    70