• 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
  • commons
  • wdShareBase
  • src
  • main
  • module.json5
  • ref |> 新增华为默认系统分享 · f538b646 ...
    f538b646 Browse Files
    Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
    xugenyuan authored 2024-04-28 18:32:09 +0800
module.json5 252 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "module": {
    "name": "wdShareBase",
    "type": "shared",
    "description": "$string:shared_desc",
    "deviceTypes": [
      "phone",
      "tablet",
      "2in1"
    ],
    "deliveryWithInstall": true,
    "pages": "$profile:main_pages"
  }
}