37
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-2004 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: This is project specification for blacklist window server plug-
|
|
15 |
* in. The plug-in provides service for phone application to clear
|
|
16 |
* blacklist upon next keypress.
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
// Capability assignment.
|
|
23 |
CAPABILITY CAP_GENERAL_DLL
|
|
24 |
|
|
25 |
TARGET phoneanimdll.dll
|
|
26 |
TARGETTYPE ANI
|
|
27 |
UID 0x10003B22 0x100059FE
|
|
28 |
|
|
29 |
SOURCEPATH ../src
|
|
30 |
|
|
31 |
USERINCLUDE ../inc
|
|
32 |
APP_LAYER_SYSTEMINCLUDE
|
|
33 |
|
|
34 |
SOURCE cphoneanimdll.cpp
|
|
35 |
SOURCE cphoneblacklistanim.cpp
|
|
36 |
|
|
37 |
LIBRARY euser.lib
|
|
38 |
LIBRARY etel.lib
|
|
39 |
LIBRARY etelmm.lib
|
|
40 |
LIBRARY customapi.lib
|
|
41 |
|
|
42 |
|
|
43 |
// End of File
|