smartinstaller/adm/xml/test_depcontents.xml
author Santosh V Patil <santosh.v.patil@nokia.com>
Wed, 30 Jun 2010 11:01:26 +0530
branchADM
changeset 48 364021cecc90
permissions -rw-r--r--
SmartInstaller contribution based on the Nokia Qt SDK 1.0 release

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE DepFileContents SYSTEM "depcontents.dtd">

<DepFileContents>
    <PackageUid>0x12340002</PackageUid>
    <Version>0.1</Version>
    
    <Dependency>
        <Uid>0x12340580</Uid>        
    </Dependency>
    
    <Dependency>
        <Uid>0x12340582</Uid>
        <Name>Testerweb</Name>
        <Version>0.1, 0.5</Version>
        <Vendor>Nokia Corp</Vendor>
        <Url>http://www.nokia.com/fetchtest</Url>
        <Description>This package needs to be downloaded from the URL specified to the Vendor</Description>
        
        <DependencyAttribute Name="FutureAttribName">
            <DependencyAttribute_StrValue>Testerweb</DependencyAttribute_StrValue>
        </DependencyAttribute>        
    </Dependency>        
</DepFileContents>