equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 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 "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: Project definition file for project GBA uicc |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 TARGET gbauicc2.dll |
|
21 TARGETTYPE PLUGIN |
|
22 UID 0x10009d8d 0x20029F0B |
|
23 |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 |
|
28 SMPSAFE |
|
29 |
|
30 USERINCLUDE ../inc |
|
31 USERINCLUDE ../../inc |
|
32 |
|
33 START RESOURCE ../data/20029F0B.rss |
|
34 TARGET gbauicc2.rsc |
|
35 END |
|
36 |
|
37 |
|
38 MW_LAYER_SYSTEMINCLUDE |
|
39 SYSTEMINCLUDE /epoc32/include/libc |
|
40 SYSTEMINCLUDE /epoc32/include/ecom |
|
41 |
|
42 SOURCEPATH ../src |
|
43 SOURCE GbaAkaIsa.cpp |
|
44 |
|
45 |
|
46 SOURCEPATH ../../common |
|
47 SOURCE GBALogger.cpp |
|
48 |
|
49 |
|
50 LIBRARY euser.lib |
|
51 LIBRARY etel.lib |
|
52 LIBRARY etelmm.lib |
|
53 LIBRARY hash.lib |
|
54 LIBRARY customapi.lib |
|
55 DEBUGLIBRARY flogger.lib |
|
56 //EOF |