sdkcreationmw/sdkruntimes/AsyStub/group/AsyStub.mmp
author rajpuroh
Wed, 21 Apr 2010 09:56:53 +0530
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
permissions -rw-r--r--
Second Contribution
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     1
/*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     2
* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     3
* All rights reserved.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     4
* This component and the accompanying materials are made available
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     6
* which accompanies this distribution, and is available
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     8
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     9
* Initial Contributors:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    11
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    12
* Contributors:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    13
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    14
* Description:  Project file for AsyStub.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    15
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    16
*/
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    17
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    18
#include <platform_paths.hrh>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    19
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    20
TARGET          asystub.dll
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    21
TARGETTYPE      PLUGIN
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    22
VENDORID        VID_DEFAULT
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    23
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    24
// ECom Dll recognition UID followed by the unique UID for this dll
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    25
UID             0x10009D8D 0x20006EF6
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    26
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    27
CAPABILITY      CAP_ECOM_PLUGIN
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    28
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    29
SOURCEPATH      ..\src
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    30
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    31
SOURCE          asystubproxy.cpp
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    32
SOURCE          asystubcmdhandlerbase.cpp
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    33
SOURCE          asystubmainservicebase.cpp
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    34
SOURCE          asystubobserver.cpp
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    35
SOURCE          asystubservice.cpp
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    36
SOURCE          asystubcmdobserver.cpp
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    37
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    38
USERINCLUDE     ..\inc
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    39
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    40
MW_LAYER_SYSTEMINCLUDE
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    41
SYSTEMINCLUDE   \epoc32\include\ecom
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    42
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    43
// The resource name should be same as the second UID above
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    44
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    45
START RESOURCE  ..\data\20006EF6.rss
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    46
TARGET          AsyStub.rsc
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    47
END
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    48
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    49
LIBRARY euser.lib 
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    50
LIBRARY	ASYProxy.lib
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    51
LIBRARY	accclient.lib
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    52
LIBRARY	acccontrol.lib
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    53
LIBRARY	accpolicy.lib
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    54
LIBRARY accsrvutil.lib
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    55
LIBRARY	accpolcom.lib
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    56
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    57