equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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 file for STIF Test Framework's Kernel testclass |
|
15 * base module. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 SMPSAFE |
|
22 |
|
23 #include "kernel/kern_ext.mmh" |
|
24 |
|
25 CAPABILITY ALL |
|
26 VENDORID 0x101FB657 |
|
27 SECUREID 0x102073DD |
|
28 EPOCALLOWDLLDATA |
|
29 |
|
30 |
|
31 TARGET StifKernelTestClassBase.dll |
|
32 TARGETTYPE kdll |
|
33 UID 0x1000008D 0x101FB3E3 |
|
34 |
|
35 DEFFILE StifKernelTestClassBase.def |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 USERINCLUDE ../../inc |
|
39 |
|
40 OS_LAYER_KERNEL_SYSTEMINCLUDE |
|
41 |
|
42 SOURCEPATH ../src |
|
43 |
|
44 SOURCE StifKernelTestClassBase.cpp |
|
45 |
|
46 LIBRARY ekern.lib |
|
47 |
|
48 |
|
49 |
|
50 LANG SC |
|
51 |