0
|
1 |
// Copyright (c) 2000-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 |
// /F32TEST/loader/security/DLLTS0.MMP
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
macro __DLLNUM0
|
|
19 |
target dllts0.dll
|
|
20 |
targettype dll
|
|
21 |
sourcepath .
|
|
22 |
source dllt.cpp dllt.cia
|
|
23 |
library euser.lib
|
|
24 |
// capability WRITEDEVICEDATA TCB
|
|
25 |
capability ALL
|
|
26 |
library dllts1.lib
|
|
27 |
library dllts2.lib
|
|
28 |
deffile ./dllts0.def
|
|
29 |
nostrictdef
|
|
30 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
31 |
userinclude .
|
|
32 |
uid 0x00000000 0x00000102
|
|
33 |
VENDORID 0x70000001
|
|
34 |
ROMTARGET
|
|
35 |
RAMTARGET +
|
|
36 |
|
|
37 |
SMPSAFE
|