equal
deleted
inserted
replaced
|
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 |
|
22 /** |
|
23 @file |
|
24 */ |
|
25 |
|
26 TARGET asn1.dll |
|
27 CAPABILITY All |
|
28 TARGETTYPE DLL |
|
29 |
|
30 UID 0x1000008d 0x10005e09 |
|
31 VENDORID 0x70000001 |
|
32 |
|
33 SOURCEPATH ../asn1 |
|
34 |
|
35 // Generic |
|
36 SOURCE panic.cpp |
|
37 SOURCE asn1libdec.cpp // For EKA1, e32dll entry point |
|
38 |
|
39 // Decoding |
|
40 SOURCE booleandec.cpp nulldec.cpp integerdec.cpp gentimedec.cpp |
|
41 SOURCE oiddec.cpp setdec.cpp graphstdec.cpp visiblstdec.cpp |
|
42 SOURCE utctimedec.cpp bitstrdec.cpp ia5strdec.cpp genrlstrdec.cpp |
|
43 SOURCE octetstrdec.cpp numstrdec.cpp videostrdec.cpp printstrdec.cpp |
|
44 SOURCE sequencedec.cpp genericdec.cpp telestrdec.cpp utf8strdec.cpp bmpstrdec.cpp |
|
45 |
|
46 // Encoding |
|
47 SOURCE baseenc.cpp primitiveenc.cpp constructedenc.cpp containerenc.cpp |
|
48 SOURCE explicittagenc.cpp base128enc.cpp sequenceenc.cpp |
|
49 SOURCE nullenc.cpp intenc.cpp bigintenc.cpp octetstrenc.cpp bitstrenc.cpp printstrenc.cpp |
|
50 SOURCE booleanenc.cpp oidenc.cpp gentimeenc.cpp encenc.cpp |
|
51 |
|
52 SYSTEMINCLUDE /epoc32/include |
|
53 |
|
54 USERINCLUDE ../../../crypto/weakcrypto/inc |
|
55 |
|
56 LIBRARY euser.lib |
|
57 |
|
58 LIBRARY cryptography.lib |
|
59 |
|
60 START WINS |
|
61 BASEADDRESS 0x745d0000 |
|
62 END |
|
63 |
|
64 #ifdef WINSCW |
|
65 DEFFILE ASN1.def |
|
66 #endif |
|
67 |
|
68 #ifdef ARMV5 |
|
69 DEFFILE asn1.def |
|
70 #endif |