0
|
1 |
/*
|
|
2 |
* Copyright (c) {Year(s)} {Copyright owner}.
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of the "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* {Name} {Company} ? Initial contribution
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
* {Name} {Company} ? {{Description of contribution}}
|
|
14 |
*
|
|
15 |
* Description:
|
|
16 |
* {{Description of the file}}
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
#include <data_caging_paths.hrh>
|
|
22 |
|
|
23 |
TARGET #replace#renderer.dll
|
|
24 |
TARGETTYPE PLUGIN
|
|
25 |
UID 0x10009d8d 0x22334454
|
|
26 |
|
|
27 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
28 |
|
|
29 |
SOURCEPATH ../src
|
|
30 |
SOURCE #replace#renderer.cpp
|
|
31 |
|
|
32 |
USERINCLUDE ../inc
|
|
33 |
|
|
34 |
MW_LAYER_SYSTEMINCLUDE
|
|
35 |
APP_LAYER_SYSTEMINCLUDE
|
|
36 |
|
|
37 |
SOURCEPATH ../data
|
|
38 |
START RESOURCE #replace#renderer.rss
|
|
39 |
HEADER
|
|
40 |
TARGETPATH ECOM_RESOURCE_DIR
|
|
41 |
END
|
|
42 |
|
|
43 |
LIBRARY euser.lib
|
|
44 |
LIBRARY extrenderingplugin.lib
|
|
45 |
LIBRARY cone.lib
|