equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-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 // |
|
15 |
|
16 /** |
|
17 @file |
|
18 @test |
|
19 @internalComponent - Internal Symbian test code |
|
20 */ |
|
21 |
|
22 |
|
23 TARGET tssm_customcmd.dll |
|
24 TARGETTYPE dll |
|
25 targetpath /sys/bin |
|
26 |
|
27 UID 0x1000008D 0x10285A49 |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 CAPABILITY ALL -TCB |
|
31 |
|
32 |
|
33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 |
|
35 // production code |
|
36 USERINCLUDE ../../../inc |
|
37 USERINCLUDE ../../../localinc |
|
38 USERINCLUDE ../../../cmn/inc |
|
39 |
|
40 // testcode |
|
41 USERINCLUDE ../inc |
|
42 |
|
43 SOURCEPATH ../src |
|
44 SOURCE tssm_customcmd.cpp |
|
45 |
|
46 LIBRARY euser.lib |
|
47 LIBRARY ssmcmn.lib |
|
48 LIBRARY estor.lib |
|
49 SMPSAFE |