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: Build description file for HtiDeviceReboot in APP layer |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET HtiDeviceRebootUI.exe |
|
21 TARGETTYPE EXE |
|
22 |
|
23 UID 0x1000008d 0x200212D6 |
|
24 |
|
25 VENDORID 0x101FB657 |
|
26 |
|
27 CAPABILITY ALL -TCB |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE HtiDeviceReboot.cpp |
|
31 |
|
32 APP_LAYER_SYSTEMINCLUDE |
|
33 |
|
34 LIBRARY euser.lib |
|
35 LIBRARY hal.lib |
|
36 LIBRARY starterclient.lib |
|
37 LIBRARY syslangutil.lib |
|
38 LIBRARY flogger.lib |
|
39 |
|
40 SMPSAFE |
|
41 |
|
42 // End of File |
|