~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/Helper/trustInfo.manifest

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-31 09:49:54 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071231094954-ix1amvcsj9pk61ya
Tags: 1:1.4.1.57486.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #180254), remaining changes:
  - debian/rules;
    - Added dh_icons
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 
2
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 
3
 
 
4
  <assemblyIdentity
 
5
     name="Last.fm Helper"
 
6
     version="0.0.0.0"
 
7
     processorArchitecture="X86"
 
8
     type="win32">
 
9
  </assemblyIdentity>
 
10
 
 
11
  <description>
 
12
    Service for detecting media device connections.
 
13
  </description>
 
14
 
 
15
  <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
 
16
      <ms_asmv2:security>
 
17
         <ms_asmv2:requestedPrivileges>
 
18
            <ms_asmv2:requestedExecutionLevel
 
19
              level="asInvoker"
 
20
              uiAccess="false">
 
21
            </ms_asmv2:requestedExecutionLevel>
 
22
         </ms_asmv2:requestedPrivileges>
 
23
      </ms_asmv2:security>
 
24
   </ms_asmv2:trustInfo>
 
25
 
 
26
</assembly>