equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003-2006 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 file provides the information required for building |
|
15 * TVOutConfig Dummy Implementation. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 target TvOutConfig.dll |
|
23 targettype dll |
|
24 uid 0x1000008D 0x101f6e00 |
|
25 |
|
26 vendorid VID_DEFAULT |
|
27 |
|
28 capability all -tcb |
|
29 |
|
30 //----------------------------- |
|
31 // include paths -> |
|
32 //----------------------------- |
|
33 |
|
34 MW_LAYER_SYSTEMINCLUDE |
|
35 |
|
36 USERINCLUDE ../Inc |
|
37 |
|
38 //----------------------------- |
|
39 // sources -> |
|
40 //----------------------------- |
|
41 sourcepath ../Src |
|
42 source tvoutconfig.cpp |
|
43 source tvoutconfigimp.cpp |
|
44 |
|
45 //----------------------------- |
|
46 // needed libraries -> |
|
47 //----------------------------- |
|
48 library euser.lib |
|
49 |