equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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 "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 * |
|
16 */ |
|
17 #include <data_caging_paths.hrh> |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET AknSkinsOOMPlugin.dll |
|
21 TARGETTYPE PLUGIN |
|
22 UID 0x10009d8d 0x10207140 |
|
23 |
|
24 CAPABILITY CAP_ECOM_PLUGIN |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 USERINCLUDE . ../inc |
|
28 |
|
29 // This is a SYSTEMINCLUDE macro containing the middleware |
|
30 // layer specific include directories |
|
31 MW_LAYER_SYSTEMINCLUDE |
|
32 |
|
33 SYSTEMINCLUDE ../../../inc |
|
34 SYSTEMINCLUDE ../../inc |
|
35 |
|
36 SOURCEPATH ../oomplugin |
|
37 |
|
38 START RESOURCE 10207140.rss |
|
39 TARGET aknskinsoomplugin.rsc |
|
40 END |
|
41 |
|
42 SOURCE aknskinsoomplugin.cpp |
|
43 |
|
44 LIBRARY ECOM.LIB |
|
45 LIBRARY euser.lib |
|
46 LIBRARY oommonitor.lib |
|
47 LIBRARY ws32.lib |
|
48 LIBRARY aknskinsrv.lib |