equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 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: Mmp for building akntransitionutils.dll. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 TARGET akntransitionutils.dll |
|
20 TARGETTYPE dll |
|
21 UID 0x10282E4E |
|
22 |
|
23 CAPABILITY All -TCB |
|
24 |
|
25 MW_LAYER_SYSTEMINCLUDE |
|
26 |
|
27 USERINCLUDE ../inc |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE akntransitionutils.cpp |
|
31 SOURCE aknpsobserver.cpp |
|
32 |
|
33 LIBRARY cone.lib |
|
34 LIBRARY euser.lib |
|
35 LIBRARY gfxtrans.lib |
|
36 LIBRARY centralrepository.lib |
|
37 LIBRARY avkon.lib |
|
38 |