0
|
1 |
// Copyright (c) 1995-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 the License "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 |
// e32test/group/t_ver1_3_0.mmp
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
version 3.0
|
|
19 |
target t_ver1.dll
|
|
20 |
targettype dll
|
|
21 |
sourcepath ../dll
|
|
22 |
source t_ver1.cpp
|
|
23 |
library euser.lib
|
|
24 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
25 |
uid 0x00000000 0x40abcdef
|
|
26 |
nostrictdef
|
|
27 |
deffile t_ver1.def
|
|
28 |
epocallowdlldata
|
|
29 |
romtarget
|
|
30 |
ramtarget img\t_ver1.dll
|
|
31 |
macro __INCLUDE_EXPORT_6__
|
|
32 |
|
|
33 |
CAPABILITY TCB CommDD MultimediaDD WriteDeviceData TrustedUI DiskAdmin AllFiles NetworkServices ReadUserData Location
|
|
34 |
VENDORID 0x012345ef
|
|
35 |
SMPSAFE
|