equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // puloader.dll Processing Unit Loader plugin. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 #include "../inc/codecapi/puloaderuids.hrh" // get PU Loader UID |
|
23 |
|
24 TARGET puloader.dll |
|
25 CAPABILITY ALL -TCB |
|
26 TARGETTYPE plugin |
|
27 |
|
28 UID KSharedLibraryUidDefine KUidPuLoaderDll |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 SOURCEPATH ../src/codecapi |
|
32 SOURCE puloader.cpp |
|
33 SOURCE puloadermain.cpp |
|
34 |
|
35 USERINCLUDE ../inc/codecapi |
|
36 |
|
37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 |
|
39 RESOURCE puloader.rss |
|
40 |
|
41 LIBRARY euser.lib |
|
42 LIBRARY ecom.lib |
|
43 LIBRARY mmcommonutils.lib |
|
44 LIBRARY estor.lib |
|
45 LIBRARY puresolverutils.lib |
|
46 |
|
47 |