equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-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 target amastarter.exe |
|
17 TARGETTYPE exexp |
|
18 targetpath /sys/bin |
|
19 |
|
20 UID 0 0x200086A7 |
|
21 VENDORID 0x70000001 |
|
22 |
|
23 CAPABILITY PowerMgmt ProtServ ReadDeviceData |
|
24 |
|
25 sourcepath ../amastartsrc |
|
26 |
|
27 userinclude ../inc |
|
28 userinclude ../amastartsrc |
|
29 #ifndef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
30 userinclude ../startsafesrc |
|
31 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
32 |
|
33 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
34 USERINCLUDE ../../systemstatemgr/localinc |
|
35 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
36 |
|
37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 |
|
39 source amastartexe_patch.cpp |
|
40 source amastartexe.cpp |
|
41 |
|
42 library euser.lib amastart.lib |
|
43 |
|
44 SMPSAFE |