sysstatemgmt/systemstatereferenceplugins/test/tunitcustcmd/group/testpinnotifierplugin.mmp
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-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 // test |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 @internalComponent - Internal Symbian test code |
|
21 */ |
|
22 |
|
23 TARGET testpinnotifierplugin.dll |
|
24 |
|
25 CAPABILITY All -Tcb |
|
26 |
|
27 TARGETTYPE plugin |
|
28 UID 0x10009D8D 0x2000E666 |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 USERINCLUDE ../inc |
|
32 USERINCLUDE ../../../custcmd/inc |
|
33 USERINCLUDE ../../../clayer/inc |
|
34 |
|
35 |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 SYSTEMINCLUDE /epoc32/include/techview |
|
39 #ifndef SYMBIAN_OLD_EXPORT_LOCATION |
|
40 SYSTEMINCLUDE /epoc32/include/platform/app |
|
41 #endif |
|
42 |
|
43 START RESOURCE testpinnotifier.rss |
|
44 HEADER |
|
45 TARGETPATH /resource/apps |
|
46 END |
|
47 |
|
48 START RESOURCE 2000e666.rss |
|
49 TARGET testpinnotifierplugin.rsc |
|
50 END |
|
51 |
|
52 SOURCEPATH ./../src |
|
53 SOURCE testpinnotifierplugin.cpp |
|
54 |
|
55 LIBRARY euser.lib |
|
56 LIBRARY cone.lib |
|
57 LIBRARY bafl.lib |
|
58 LIBRARY eikcore.lib |
|
59 LIBRARY eiksrv.lib |
|
60 LIBRARY eikcoctl.lib |
|
61 LIBRARY eikdlg.lib |
|
62 LIBRARY efsrv.lib |
|
63 LIBRARY ecom.lib |
|
64 LIBRARY eikctl.lib |
|
65 LIBRARY ssmuiproviderdll.lib |
|
66 |
|
67 SMPSAFE |