equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-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 // rtpremoved.dll Stub dll to prevent errors if RTP is not |
|
15 // present in ROM Duh! :(. |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 #if defined(SYMBIAN_ENABLE_SPLIT_HEADERS) |
|
24 DEFFILE ../~/rtpm.def |
|
25 #else |
|
26 DEFFILE ../~/rtp.def |
|
27 #endif |
|
28 |
|
29 TARGET rtpremoved.dll |
|
30 |
|
31 TARGETTYPE dll |
|
32 |
|
33 UID 0x1000008d 0x10201C94 |
|
34 |
|
35 VENDORID 0x70000001 |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 USERINCLUDE ../../rtpcore/inc |
|
39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 USERINCLUDE ../src/rtp |
|
41 |
|
42 SOURCEPATH ../src/stubs |
|
43 SOURCE events_stub.cpp |
|
44 SOURCE receivestream_stub.cpp |
|
45 SOURCE sendstream_stub.cpp |
|
46 SOURCE packet_stub.cpp |
|
47 SOURCE rtcp_stub.cpp |
|
48 SOURCE session_stub.cpp |
|
49 |
|
50 LIBRARY euser.lib esock.lib |
|
51 |
|
52 CAPABILITY ALL -TCB |
|
53 SMPSAFE |