usbclasses/usbobexclasscontroller/tsrc/UsbObexClassControllerTest/group/UsbObexClassControllerTest_exe.mmp
equal
deleted
inserted
replaced
|
1 /*TYPE TESTCLASS*/ |
|
2 /* |
|
3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 * All rights reserved. |
|
5 * This component and the accompanying materials are made available |
|
6 * under the terms of "Eclipse Public License v1.0" |
|
7 * which accompanies this distribution, and is available |
|
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 * |
|
10 * Initial Contributors: |
|
11 * Nokia Corporation - initial contribution. |
|
12 * |
|
13 * Contributors: |
|
14 * |
|
15 * Description: |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #if defined(__S60_) |
|
21 #include <platform_paths.hrh> |
|
22 #endif |
|
23 |
|
24 TARGET UsbObexClassControllerTest.exe |
|
25 TARGETTYPE exe |
|
26 |
|
27 CAPABILITY NetworkControl LocalServices NetworkServices CommDD ProtServ |
|
28 |
|
29 UID 0 0xEF4892C6 |
|
30 |
|
31 MW_LAYER_SYSTEMINCLUDE |
|
32 |
|
33 SOURCEPATH ../src |
|
34 |
|
35 SOURCE UsbObexClassControllerTest_exe.cpp |
|
36 |
|
37 LIBRARY euser.lib |
|
38 LIBRARY stiftestinterface.lib |
|
39 |
|
40 EPOCSTACKSIZE 40960 |
|
41 |
|
42 // End of File |