• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • sight_harmony
  • features
  • wdLogin
  • src
  • main
  • module.json5
  • feat:优化代码 · 854f50f6
    854f50f6 Browse Files
    wangliang_wd authored 2024-06-13 15:49:11 +0800
module.json5 384 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
  "module": {
    "name": "wdLogin",
    "type": "shared",
    "description": "$string:shared_desc",
    "deviceTypes": [
      "phone",
//      "tablet",
//      "2in1"
    ],
    "requestPermissions": [
      {
        "name": "ohos.permission.PRIVACY_WINDOW"
      }
    ],
    "compressNativeLibs": true,
    "deliveryWithInstall": true,
    "pages": "$profile:main_pages"
  }
}